summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2001-06-25 22:24:40 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2001-06-25 22:24:40 +0000
commitf2ae4555395c65ae0a144de1e117a3c0f17d12c4 (patch)
treeb328ec03228b300638f5d904de6eb604052e2658
parent4172703a7d14841fc726a05a15a61860450cff79 (diff)
downloadguile-f2ae4555395c65ae0a144de1e117a3c0f17d12c4.tar.gz
* Quoting fix in autogen.sh.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e30522b83..2a3747154 100644
--- 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
diff --git a/autogen.sh b/autogen.sh
index b5e4b7e44..9a9c9abfa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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."