summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-06-28 00:27:31 +0900
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-07-19 13:07:20 +0200
commit7eef852bdb92c805ec5efb45886a7c03f3bdc015 (patch)
tree608e30b83cf1fa5c58452960a699f905a44cb23c /autogen.sh
parent27246f04abd678507f0b56c12635915fec0aeea9 (diff)
configure: put m4 macros and autogenerated files into m4/ directory.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
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 9e15ad9..7f9a198 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