aboutsummaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..8ee3e5c
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# New version from 18/08/2005
+libtoolize --force --copy
+aclocal
+autoheader
+automake --add-missing -a --foreign
+autoconf
+
+
+# Old version
+#gettextize -c
+#libtoolize -c
+#aclocal
+#autoconf
+#autoheader
+#automake -c -a --foreign