aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-05-03 02:08:07 +0000
committerJim Blandy1993-05-03 02:08:07 +0000
commit3cfb369a5fccb767b8f29032ee49fe9a66000f12 (patch)
tree744d1af89af23b8b28c6cb0fd45d802ff9f1b100
parentc5f67786fe4a289c3366242a4b1f64c18d9a6f1c (diff)
downloademacs-3cfb369a5fccb767b8f29032ee49fe9a66000f12.tar.gz
emacs-3cfb369a5fccb767b8f29032ee49fe9a66000f12.zip
* make-dist: Distribute configure, as well as configure.in.
Oversight. * make-dist: Distribute configure.in, instead of configure.
-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}
100### README while the rest of the tar file is still unpacking. Whoopee. 100### README while the rest of the tar file is still unpacking. Whoopee.
101echo "Making links to top-level files." 101echo "Making links to top-level files."
102ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} 102ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
103ln ChangeLog Makefile.in build-install.in configure ${tempdir} 103ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir}
104ln make-dist ${tempdir} 104ln make-dist ${tempdir}
105### Copy config.sub; it's a cross-filesystem symlink. 105### Copy config.sub; it's a cross-filesystem symlink.
106cp config.sub ${tempdir} 106cp config.sub ${tempdir}