More work on that autoconf/automake stuff..
[liboconfig.git] / build.sh
diff --git a/build.sh b/build.sh
new file mode 100755 (executable)
index 0000000..89d3a68
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+set -x
+
+autoheader \
+&& aclocal \
+&& libtoolize --ltdl --copy --force \
+&& automake --add-missing --copy \
+&& autoconf