summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-20 12:08:06 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-20 12:12:32 +0100
commit71d45403400bdb18bc6ae5efaf4772f6b847c351 (patch)
tree26b77bbeb6a947517ef7667d1adce3d12ff9435f /autogen.sh
parentd3ced9d5dcdb6b42a4c887b3afbfaaaa2bc09419 (diff)
build: update configure.ac
Some constructs in there are old-fashioned. Replace them by their modern counterparts. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 189e2f4..36b2a2a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,4 @@
#!/bin/sh
-aclocal
-autoheader
-libtoolize -c --force
-automake -c --add-missing
-autoconf
+autoreconf -fi;
+rm -Rf autom4te.cache;