summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9e15ad9a..7f9a198d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,8 @@ test $TEST_TYPE $FILE || {
exit 1
}
+mkdir -p m4
+
GTKDOCIZE=`which gtkdocize`
if test -z $GTKDOCIZE; then
echo "*** No gtk-doc support ***"
@@ -33,7 +35,7 @@ if test -z $AUTORECONF; then
echo "*** No autoreconf found ***"
exit 1
else
- ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v --install || exit $?
+ autoreconf -v --install || exit $?
fi
if test -z "$NO_CONFIGURE"; then