aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2011-04-03 21:26:02 +0800
committerThomas White <taw@bitwiz.org.uk>2011-04-22 17:23:45 +0200
commit3ae7b3b20741932dfd6f441fa5b654f088527286 (patch)
treee092fb18c76e6cb49aafd336ee778a8bab8cb1c8
parent39648419825cddfea1cb1321e552a12b71fede14 (diff)
Use autoreconf instead of running individual autotools components
-rwxr-xr-xautogen.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index bf85949..20ab8d6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,2 @@
#!/bin/sh
-
-aclocal
-autoconf
-#libtoolize
-autoheader
-automake -a
-
+autoreconf --force --install --symlink --warnings=all