Squash warnings and spurious output from autogen.sh
authorWill Thompson <will.thompson@collabora.co.uk>
Wed, 8 Sep 2010 18:25:40 +0000 (19:25 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Tue, 5 Oct 2010 10:45:48 +0000 (11:45 +0100)
Makefile.am
autogen.sh
configure.in

index a48e706..73a34f4 100644 (file)
@@ -65,3 +65,5 @@ update-authors:
 
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
+
+ACLOCAL_AMFLAGS = -I m4
index 7c2ae06..4e9fa3b 100755 (executable)
@@ -70,7 +70,6 @@ fi
 
 libtoolize --copy --force
 
-echo $ACLOCAL $ACLOCAL_FLAGS
 $ACLOCAL $ACLOCAL_FLAGS
 
 ## optionally feature autoheader
index c6e6764..4dda1fa 100644 (file)
@@ -12,6 +12,8 @@ AC_CANONICAL_HOST
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_RC
 
+AC_CONFIG_MACRO_DIR([m4])
+
 AM_INIT_AUTOMAKE([1.9 tar-ustar])
 AM_CONFIG_HEADER(config.h)