build: do not call boilerplate ourself

Rationale see section 3.5 "Using `autoreconf' to Update `configure'
Scripts" of the autoconf manual.

http://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autoreconf-Invocation.html

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Jan Engelhardt
2013-03-30 03:33:09 +01:00
committed by Brian Behlendorf
parent ea0fcfc875
commit 8c39262945
4 changed files with 8 additions and 5 deletions
+2 -5
View File
@@ -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