summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-03 02:08:07 +0000
committerJim Blandy <jimb@redhat.com>1993-05-03 02:08:07 +0000
commit5ae4cda4640546cad281fb8136064e4e0737054c (patch)
tree3e97ed2ed18618e41cb4bcdf76d4f48e38acc089 /make-dist
parent7d4a502f6512994fe94a18d3e23b52fcecc5dd40 (diff)
downloademacs-5ae4cda4640546cad281fb8136064e4e0737054c.tar.gz
* make-dist: Distribute configure, as well as configure.in.
Oversight. * make-dist: Distribute configure.in, instead of configure.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 60072c9ec0a..e82beca162a 100755
--- a/make-dist
+++ b/make-dist
@@ -100,7 +100,7 @@ mkdir ${tempdir}
### README while the rest of the tar file is still unpacking. Whoopee.
echo "Making links to top-level files."
ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
-ln ChangeLog Makefile.in build-install.in configure ${tempdir}
+ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir}
ln make-dist ${tempdir}
### Copy config.sub; it's a cross-filesystem symlink.
cp config.sub ${tempdir}