Generate all autmake and autoconf files.
authortwisti <none@none>
Mon, 22 Mar 2004 20:51:52 +0000 (20:51 +0000)
committertwisti <none@none>
Mon, 22 Mar 2004 20:51:52 +0000 (20:51 +0000)
autogen.sh
mm/boehm-gc/autogen.sh [new file with mode: 0755]
src/boehm-gc/autogen.sh [new file with mode: 0755]

index 10d25274431fed96c8360e525689dc2c87e8d154..34506388a3baeb3bf1455a287779272d7e6b1b96 100755 (executable)
@@ -1,6 +1,10 @@
-#! /bin/sh
+#!/bin/sh
 
 aclocal
 autoheader
-automake --add-missing
+automake --add-missing --include-deps
 autoconf
+
+cd mm/boehm-gc && ./autogen.sh && cd ../..
+cd gnuclasspathnat && ./autogen.sh && cd ../..
+
diff --git a/mm/boehm-gc/autogen.sh b/mm/boehm-gc/autogen.sh
new file mode 100755 (executable)
index 0000000..174ef20
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal
+autoheader
+automake --add-missing --include-deps
+autoconf
+
diff --git a/src/boehm-gc/autogen.sh b/src/boehm-gc/autogen.sh
new file mode 100755 (executable)
index 0000000..174ef20
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+aclocal
+autoheader
+automake --add-missing --include-deps
+autoconf
+