aboutsummaryrefslogtreecommitdiffhomepage
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 8ee3e5c..3860e8d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,17 +1,7 @@
#!/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