Message ID | 201108072002.31662.bvanassche@acm.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/autogen.sh b/autogen.sh index fd47839..f6ff02c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,3 @@ #! /bin/sh -set -x -aclocal -I config -libtoolize --force --copy -autoheader -automake --foreign --add-missing --copy -autoconf +autoreconf -ivf
There is no need to invoke the different autotools individually - autoreconf already does that. Signed-off-by: Bart Van Assche <bvanassche@acm.org> --- autogen.sh | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-)