From: Thomas Vander Stichele Date: Wed, 18 Sep 2002 22:06:14 +0000 (+0000) Subject: aclocal nicety X-Git-Tag: CAPS~175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3fccf3c29fcec01eed4270f644512a1fba6c75a4;p=platform%2Fupstream%2Fgst-plugins-good.git aclocal nicety Original commit message from CVS: aclocal nicety --- diff --git a/configure.ac b/configure.ac index 931c52540..1a64ece50 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,8 @@ AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL) -ACLOCAL_AMFLAGS="-I m4 -I common/m4" +ACLOCAL_FLAGS="-I m4 -I common/m4" +AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS) AC_PROG_CC AM_PROG_CC_STDC