comparison make-dist @ 3374:8e39495c5be4

Update getdate.c. Copy config.guess.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 00:50:50 +0000
parents 27b7aa2bcf21
children 3f87ded07a67
comparison
equal deleted inserted replaced
3373:4177a984e5c0 3374:8e39495c5be4
102 echo "`./configure.in' seems to be newer than `./configure.'" >&2 102 echo "`./configure.in' seems to be newer than `./configure.'" >&2
103 echo "Attempting to run autoconf." >&2 103 echo "Attempting to run autoconf." >&2
104 autoconf 104 autoconf
105 fi 105 fi
106 106
107 ### Update getdate.c.
108 (cd lib-src; make -f Makefile.in getdate.c)
109
107 echo "Creating staging directory: \`${tempparent}'" 110 echo "Creating staging directory: \`${tempparent}'"
108 mkdir ${tempparent} 111 mkdir ${tempparent}
109 emacsname="emacs-${version}${new_extension}" 112 emacsname="emacs-${version}${new_extension}"
110 tempdir="${tempparent}/${emacsname}" 113 tempdir="${tempparent}/${emacsname}"
111 114
124 ### README while the rest of the tar file is still unpacking. Whoopee. 127 ### README while the rest of the tar file is still unpacking. Whoopee.
125 echo "Making links to top-level files." 128 echo "Making links to top-level files."
126 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} 129 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
127 ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir} 130 ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir}
128 ln make-dist ${tempdir} 131 ln make-dist ${tempdir}
129 ### Copy config.sub; it's a cross-filesystem symlink. 132 ### Copy config.guess and config.sub; they're cross-filesystem symlinks.
130 cp config.sub ${tempdir} 133 cp config.sub ${tempdir}
134 cp config.guess ${tempdir}
131 135
132 echo "Updating version number in README." 136 echo "Updating version number in README."
133 (cd ${tempdir} 137 (cd ${tempdir}
134 awk \ 138 awk \
135 '$1 " " $2 " " $3 " " $4 " " $5 == "This directory tree holds version" { $6 = version; print $0 } 139 '$1 " " $2 " " $3 " " $4 " " $5 == "This directory tree holds version" { $6 = version; print $0 }