]> www.wagner.pp.ru Git - oss/fgis.git/blobdiff - autogen.sh
The first attempt to automate building process
[oss/fgis.git] / autogen.sh
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..2214938
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -x
+aclocal
+autoheader
+libtoolize --automake --copy
+automake --foreign --add-missing --copy
+autoconf
+