* added src/libltdl
authortwisti <none@none>
Sun, 12 Jun 2005 23:25:22 +0000 (23:25 +0000)
committertwisti <none@none>
Sun, 12 Jun 2005 23:25:22 +0000 (23:25 +0000)
autogen.sh

index 27195d83ffbad40ae7be29b7a81c97e606029809..63a6cf6f61b5b76a9f829650ed14f6e44379f332 100755 (executable)
@@ -11,8 +11,8 @@ autoheader
 automake --add-missing
 autoconf
 
-#echo "boehm-gc"
 cd src/boehm-gc && ./autogen.sh && cd ../..
 
-#echo "classpath"
 cd src/classpath && ./autogen.sh && cd ../..
+
+cd src/libltdl && ./autogen.sh && cd ../..