New automake's don't like --include-deps anymore.
authortwisti <none@none>
Thu, 8 Jul 2004 14:23:00 +0000 (14:23 +0000)
committertwisti <none@none>
Thu, 8 Jul 2004 14:23:00 +0000 (14:23 +0000)
autogen.sh
mm/boehm-gc/autogen.sh
src/boehm-gc/autogen.sh

index d8c57353bbdd1af6b7be5ff99b336c8741edf94a..86ba59ebd25124e240be5cd225586ca4f52e9e7e 100755 (executable)
@@ -2,9 +2,8 @@
 
 aclocal
 autoheader
-automake --add-missing --include-deps
+automake --add-missing
 autoconf
 
 cd mm/boehm-gc && ./autogen.sh && cd ../..
-cd classpath && rm -f configure configure_int &&./autogen.sh && mv configure configure_int && cp cacaoconfigure configure && cd ../..
-
+cd classpath && ./autogen.sh && cd ../..
index 174ef20f6bb9d8c36f927766dec985d96137336b..842e07a432b3077c55d74d013d05be527c6b5078 100755 (executable)
@@ -2,6 +2,5 @@
 
 aclocal
 autoheader
-automake --add-missing --include-deps
+automake --add-missing
 autoconf
-
index 174ef20f6bb9d8c36f927766dec985d96137336b..842e07a432b3077c55d74d013d05be527c6b5078 100755 (executable)
@@ -2,6 +2,5 @@
 
 aclocal
 autoheader
-automake --add-missing --include-deps
+automake --add-missing
 autoconf
-