* make-dist: Distribute configure, as well as configure.in.
Oversight. * make-dist: Distribute configure.in, instead of configure.
This commit is contained in:
parent
c5f67786fe
commit
3cfb369a5f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue