From: Neil Jerram Date: Mon, 25 Jun 2001 22:24:40 +0000 (+0000) Subject: * Quoting fix in autogen.sh. X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/f2ae4555395c65ae0a144de1e117a3c0f17d12c4 * Quoting fix in autogen.sh. --- diff --git a/ChangeLog b/ChangeLog index e30522b83..2a3747154 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-25 Neil Jerram + + * autogen.sh: Quoting fix for `--enable-maintainer-mode'. + 2001-06-25 Marius Vollmer * 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."