mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* Quoting fix in autogen.sh.
This commit is contained in:
parent
4172703a7d
commit
f2ae455539
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* autogen.sh: Added message about what to do next. Tell them to
|
* autogen.sh: Added message about what to do next. Tell them to
|
||||||
|
|
|
@ -16,4 +16,4 @@ flex -t libguile/c-tokenize.lex > libguile/c-tokenize.c
|
||||||
( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
|
( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
|
||||||
|
|
||||||
echo "Now run configure and make."
|
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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue