comparison make-dist @ 4740:f82d7536df7c

Fixed naked backquotes in "echo" strings
author Brian Fox <bfox@gnu.org>
date Sun, 19 Sep 1993 00:17:52 +0000
parents 8a2da7726921
children 6e068e4635e0
comparison
equal deleted inserted replaced
4739:e248ce46bca8 4740:f82d7536df7c
97 fi 97 fi
98 rm -f /tmp/el /tmp/elc 98 rm -f /tmp/el /tmp/elc
99 99
100 ### Make sure configure is newer than configure.in. 100 ### Make sure configure is newer than configure.in.
101 if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then 101 if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
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. 107 ### Update getdate.c.