aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist7
1 files changed, 7 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index e671cc0964c..7742f6afcc1 100755
--- a/make-dist
+++ b/make-dist
@@ -97,6 +97,13 @@ if [ "${bogosities}" != "" ]; then
97fi 97fi
98rm -f /tmp/el /tmp/elc 98rm -f /tmp/el /tmp/elc
99 99
100### Make sure configure is newer than configure.in.
101if [ "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
105fi
106
100echo "Creating staging directory: \`${tempparent}'" 107echo "Creating staging directory: \`${tempparent}'"
101mkdir ${tempparent} 108mkdir ${tempparent}
102emacsname="emacs-${version}${new_extension}" 109emacsname="emacs-${version}${new_extension}"