summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2000-01-25 20:35:41 +0000
committerMarius Vollmer <mvo@zagadka.de>2000-01-25 20:35:41 +0000
commit3925e5076dd28b9a35210bf15262c5fadf777521 (patch)
treefffbcefaf634b6877b65aee35e42fadb66568f0d /autogen.sh
parent3b603d911edfe69d52ba03fd035bf10c2d799d3a (diff)
downloadguile-3925e5076dd28b9a35210bf15262c5fadf777521.tar.gz
* autogen.sh: Call libtoolize. Pass --add-missing option to
automake. Do not decent into libltdl directory. The libltdl directory is now populated by libtoolize and does not need any further autogeneration.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 58690c7d0..78c60dbc3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,9 +6,9 @@
}
aclocal -I .
+libtoolize --copy --automake --ltdl
autoheader
autoconf
-automake
+automake --add-missing
( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
-( echo "libltdl..."; cd libltdl; ./autogen.sh )