Run autoreconf with -i parameter.
authorRichard Jones <rjones@redhat.com>
Wed, 1 Apr 2009 11:57:25 +0000 (12:57 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 1 Apr 2009 11:57:25 +0000 (12:57 +0100)
autogen.sh

index fa2af25..3f97995 100755 (executable)
@@ -23,8 +23,8 @@ set -v
 export AUTOMAKE='automake --foreign'
 aclocal
 libtoolize
-autoreconf
+autoreconf -i
 pushd daemon
-autoreconf
+autoreconf -i
 popd
 ./configure "$@"