From 163fe54793c6ec9f550d6c17236619356b91dbc0 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 8 Sep 1998 09:24:31 +0000 Subject: [PATCH] minor fixup --- autogen.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 06b9ab1..55db69f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -50,11 +50,13 @@ case $CC in esac aclocal $ACLOCAL_FLAGS -automake $am_opt -autoconf + # optionally feature autoheader (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader +automake $am_opt +autoconf + ./configure "$@" echo -- 2.7.4