From 9f93569952f78eb85aeea44990e9dcbf49751101 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 9 Mar 2010 00:13:07 +0000 Subject: [PATCH] Add back -I m4 stuff, seems silly gettext needs m4. SVN revision: 47059 --- Makefile.am | 1 + autogen.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 78af92a..7e0e98a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \ config.sub configure depcomp install-sh ltmain.sh \ missing module.desktop config.rpath mkinstalldirs diff --git a/autogen.sh b/autogen.sh index 458ca60..ae01364 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ rm -f aclocal.m4 ltmain.sh touch README echo "Running autopoint..." ; autopoint -f || : -echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1 +echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1 echo "Running autoheader..." ; autoheader || exit 1 echo "Running autoconf..." ; autoconf || exit 1 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1