diff 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
line wrap: on
line diff
--- a/make-dist	Sat Sep 18 02:13:02 1993 +0000
+++ b/make-dist	Sun Sep 19 00:17:52 1993 +0000
@@ -99,7 +99,7 @@
 
 ### Make sure configure is newer than configure.in.
 if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
-  echo "`./configure.in' seems to be newer than `./configure.'" >&2
+  echo "\`./configure.in' seems to be newer than \`./configure.'" >&2
   echo "Attempting to run autoconf." >&2
   autoconf
 fi