From c8fbf3b01ee9d6c0d2b861e324b6c071faee1769 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 8 Sep 1998 09:24:22 +0000 Subject: [PATCH 1/1] minor fixup --- autogen.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 2f48d79b4..8be840c55 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.43.2