From 5dbaec5f84b1cc00745edb3a9d561db9d2cd0197 Mon Sep 17 00:00:00 2001 From: Craig Keogh Date: Wed, 23 Feb 2011 13:00:27 -0600 Subject: [PATCH] build: don't munge ACLOCAL_AMFLAGS from configure.ac (bgo #641450) Since that's supposed to be handled in Makefile.am --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 81a5c72b19..b1d29acc55 100644 --- a/configure.ac +++ b/configure.ac @@ -20,14 +20,6 @@ AM_PROG_CC_C_O AC_PROG_INSTALL AC_PROG_LIBTOOL -dnl ensure that when the Automake generated makefile calls aclocal, -dnl it honours the $ACLOCAL_FLAGS environment variable -ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}" -if test -n "$ac_macro_dir"; then - ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS" -fi -AC_SUBST([ACLOCAL_AMFLAGS]) - dnl maintainer mode stuff if test $USE_MAINTAINER_MODE = yes; then DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED"