aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Engelhardt <[email protected]>2013-03-30 03:33:09 +0100
committerBrian Behlendorf <[email protected]>2013-04-02 11:08:46 -0700
commit83918aebe5547370b6d377aa2d17f378c44054b7 (patch)
treeb79790a2f9d6c7ce830d3df295656352744b2bc6 /autogen.sh
parenta9e86ac4fd080328742a52362110c1d344fb2799 (diff)
build: do not call boilerplate ourself
Rationale see section 3.5 "Using `autoreconf' to Update `configure' Scripts" of the autoconf manual. Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>
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 343265c83..427394af4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,4 @@
#!/bin/sh
-aclocal -I config
-libtoolize --automake --copy
-autoheader
-automake --add-missing --include-deps --copy
-autoconf
+autoreconf -fiv
+rm -Rf autom4te.cache