summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-01-10 04:58:38 +0000
committerDavid Schleef <ds@schleef.org>2005-01-10 04:58:38 +0000
commit0fa5a5131ca8418ab2887ad14f00a34215067484 (patch)
tree313d5dec045bfe165546bba5befc3ca625a13955 /autogen.sh
parent857c1da62991fc3b603d1b2886c0eb931f580996 (diff)
* autogen.sh: new and improved simple autogen.sh
* configure.ac: oops, define libversion correctly
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index e0e2f54..d35752b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,9 +1,5 @@
#!/bin/sh
set -x
-aclocal -I m4
-libtoolize --force
-autoheader
-autoconf
-automake -a --foreign
-#./configure --enable-maintainer-mode --enable-alternate-optimization $@
+set -e
+autoreconf -i -f
./configure --enable-maintainer-mode --disable-static $@