* make-dist: Distribute configure, as well as configure.in.

Oversight.

	* make-dist: Distribute configure.in, instead of configure.
This commit is contained in:
Jim Blandy 1993-05-03 02:08:07 +00:00
parent c5f67786fe
commit 3cfb369a5f

View file

@ -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}