Recurse into libltdl directory and invoke autoconf there.
authorMarius Vollmer <mvo@zagadka.de>
Mon, 12 Nov 2001 22:16:27 +0000 (22:16 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 12 Nov 2001 22:16:27 +0000 (22:16 +0000)
autogen.sh

index 10bf34a..9b867aa 100755 (executable)
@@ -12,6 +12,10 @@ autoheader
 autoconf
 automake --add-missing
 
+# Make sure that libltdl uses the same autoconf version as the rest.
+#
+( echo "libltdl..."; cd libltdl; autoconf )
+
 ( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
 
 echo "Now run configure and make."