diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-01 00:50:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-01 00:50:50 +0000 |
commit | 31b983ddbf495b1238881bc971b39dfa523bf5b9 (patch) | |
tree | 36478fafd3bb586d8e7321ea2578e82e00b0ee8e /make-dist | |
parent | b46f9d64b766e4cc5286a8c142301b930fe249b5 (diff) | |
download | emacs-31b983ddbf495b1238881bc971b39dfa523bf5b9.tar.gz |
Update getdate.c.
Copy config.guess.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 7742f6afcc1..b95156b9aa2 100755 --- a/make-dist +++ b/make-dist @@ -104,6 +104,9 @@ if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then autoconf fi +### Update getdate.c. +(cd lib-src; make -f Makefile.in getdate.c) + echo "Creating staging directory: \`${tempparent}'" mkdir ${tempparent} emacsname="emacs-${version}${new_extension}" @@ -126,8 +129,9 @@ 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 configure.in ${tempdir} ln make-dist ${tempdir} -### Copy config.sub; it's a cross-filesystem symlink. +### Copy config.guess and config.sub; they're cross-filesystem symlinks. cp config.sub ${tempdir} +cp config.guess ${tempdir} echo "Updating version number in README." (cd ${tempdir} |