comparison make-dist @ 3258:27b7aa2bcf21

* make-dist: Rebuild configure if configure.in is newer.
author Jim Blandy <jimb@redhat.com>
date Sat, 29 May 1993 19:38:45 +0000
parents 3d245dcabb93
children 8e39495c5be4
comparison
equal deleted inserted replaced
3257:be4f258fb329 3258:27b7aa2bcf21
94 if [ "${bogosities}" != "" ]; then 94 if [ "${bogosities}" != "" ]; then
95 echo "The following .elc files have no corresponding .el files:" 95 echo "The following .elc files have no corresponding .el files:"
96 echo "${bogosities}" 96 echo "${bogosities}"
97 fi 97 fi
98 rm -f /tmp/el /tmp/elc 98 rm -f /tmp/el /tmp/elc
99
100 ### Make sure configure is newer than configure.in.
101 if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
102 echo "`./configure.in' seems to be newer than `./configure.'" >&2
103 echo "Attempting to run autoconf." >&2
104 autoconf
105 fi
99 106
100 echo "Creating staging directory: \`${tempparent}'" 107 echo "Creating staging directory: \`${tempparent}'"
101 mkdir ${tempparent} 108 mkdir ${tempparent}
102 emacsname="emacs-${version}${new_extension}" 109 emacsname="emacs-${version}${new_extension}"
103 tempdir="${tempparent}/${emacsname}" 110 tempdir="${tempparent}/${emacsname}"