From 45b307180542b422529ca26d00af9c65270e068a 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/pdstring/; revision=11161 --- configure.ac | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f404800..fa0c4f7 100644 --- a/configure.ac +++ b/configure.ac @@ -16,9 +16,7 @@ AC_CONFIG_MACRO_DIR(common/m4) AC_CONFIG_AUX_DIR(config) ##-- save user's CFLAGS,CPPFLAGS -UCPPFLAGS="$CPPFLAGS" -UCFLAGS="$CFLAGS" -ULDFLAGS="$LDFLAGS" +AX_PD_EARLY() ##-- use automake, autoheader AM_INIT_AUTOMAKE(THE_PACKAGE_NAME, THE_PACKAGE_VERSION) @@ -68,12 +66,8 @@ if test "$enable_debug" = "yes" ; then fi -##-- local: restore user's CFLAGS (now done by AX_PD_EXTERNAL) -#CFLAGS="$UCFLAGS" -#CPPFLAGS="$UCPPFLAGS" -#LDFLAGS="$ULDFLAGS" - ##-- local: output +AX_PD_LATE() AC_CONFIG_LINKS([src/any2string-help.pd:src/any2bytes-help.pd]) AC_CONFIG_LINKS([src/string2any-help.pd:src/bytes2any-help.pd]) AC_OUTPUT(config/Makefile src/Makefile Makefile) -- cgit v1.2.1