1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

* autogen.sh: Added messages as we run autogen in subdirectories.

* configure.in: Output libugile/guile-func-name-check script, and
chmod +x it.
This commit is contained in:
Greg J. Badros 2000-01-11 21:50:10 +00:00
parent 0f981281fd
commit 951afd33db
2 changed files with 4 additions and 4 deletions

View file

@ -10,5 +10,5 @@ autoheader
autoconf
automake
( cd guile-readline; ./autogen.sh )
( cd libltdl; ./autogen.sh )
( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
( echo "libltdl..."; cd libltdl; ./autogen.sh )