* Quoting fix in autogen.sh.
authorNeil Jerram <neil@ossau.uklinux.net>
Mon, 25 Jun 2001 22:24:40 +0000 (22:24 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Mon, 25 Jun 2001 22:24:40 +0000 (22:24 +0000)
ChangeLog
autogen.sh

index e30522b..2a37471 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-25  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
+
 2001-06-25  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * autogen.sh: Added message about what to do next.  Tell them to
index b5e4b7e..9a9c9ab 100755 (executable)
@@ -16,4 +16,4 @@ flex -t libguile/c-tokenize.lex > libguile/c-tokenize.c
 ( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
 
 echo "Now run configure and make."
-echo "You must pass the `--enable-maintainer-mode' option to configure."
+echo "You must pass the \`--enable-maintainer-mode' option to configure."