Mercurial > emacs
comparison make-dist @ 30512:28cc44c6c08c
(aclocal.m4): Include in distribution.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Jul 2000 20:04:33 +0000 |
parents | 349704f6532f |
children | f50932a70105 |
comparison
equal
deleted
inserted
replaced
30511:2ac427297d38 | 30512:28cc44c6c08c |
---|---|
280 ### hopes that this will make the top-level files appear first in the | 280 ### hopes that this will make the top-level files appear first in the |
281 ### tar file; this means that people can start reading the INSTALL and | 281 ### tar file; this means that people can start reading the INSTALL and |
282 ### README while the rest of the tar file is still unpacking. Whoopee. | 282 ### README while the rest of the tar file is still unpacking. Whoopee. |
283 echo "Making links to top-level files" | 283 echo "Making links to top-level files" |
284 ln GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir} | 284 ln GETTING.GNU.SOFTWARE INSTALL README BUGS move-if-change ${tempdir} |
285 ln ChangeLog Makefile.in configure configure.in ${tempdir} | 285 ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir} |
286 ln config.bat make-dist update-subdirs vpath.sed ${tempdir} | 286 ln config.bat make-dist update-subdirs vpath.sed ${tempdir} |
287 ### Copy these files; they're cross-filesystem symlinks. | 287 ### Copy these files; they're cross-filesystem symlinks. |
288 cp mkinstalldirs ${tempdir} | 288 cp mkinstalldirs ${tempdir} |
289 cp config.sub ${tempdir} | 289 cp config.sub ${tempdir} |
290 cp config.guess ${tempdir} | 290 cp config.guess ${tempdir} |