From 0eeb1dc9455f8976a988e218bec446fdba5574fe Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sun, 26 Apr 2009 22:36:09 +0000 Subject: + yet more quoted-command-line-macro hell svn path=/trunk/externals/moocow/; revision=11161 --- flite/configure.ac | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'flite/configure.ac') diff --git a/flite/configure.ac b/flite/configure.ac index 153813c..3116e62 100644 --- a/flite/configure.ac +++ b/flite/configure.ac @@ -17,10 +17,7 @@ AC_CONFIG_AUX_DIR(config) dnl AC_CONFIG_AUX_DIR(.) ##-- save user's CFLAGS,CPPFLAGS -UCPPFLAGS="$CPPFLAGS" -UCFLAGS="$CFLAGS" -ULDFLAGS="$LDFLAGS" -ULIBS="$LIBS" +AX_PD_EARLY() ##-- use automake, autoheader AM_INIT_AUTOMAKE(THE_PACKAGE_NAME, THE_PACKAGE_VERSION) @@ -137,10 +134,5 @@ AC_SUBST(DEBUG) ## /local: debug ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -##-- Restore user flags -#CPPFLAGS="$UCPPFLAGS" -#CFLAGS="$UCFLAGS" -#LDFLAGS="$ULDFLAGS" -#LIBS="$ULIBS" - +AX_PD_LATE() AC_OUTPUT(config/Makefile Makefile) -- cgit v1.2.1