diff options
author | Jan Engelhardt <[email protected]> | 2013-03-30 03:33:09 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-02 10:55:20 -0700 |
commit | 8c3926294579f64f6ebe09b0ddaed5dd9cbd48ef (patch) | |
tree | 9a8486ee49c40dc8d0c44c36015748a9fda24872 /autogen.sh | |
parent | ea0fcfc8752f96ad518793f946b84394a679640c (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
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 |