diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 3bd36896f..58690c7d0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 ) |