diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-26 22:36:09 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-04-26 22:36:09 +0000 |
commit | 0eeb1dc9455f8976a988e218bec446fdba5574fe (patch) | |
tree | c21eeee24f3c4573a85a003eccb8df2e4fa517e4 /flite/config | |
parent | f37557d096b3bdf15a962d382df5f03b34516202 (diff) |
+ yet more quoted-command-line-macro hell
svn path=/trunk/externals/moocow/; revision=11161
Diffstat (limited to 'flite/config')
-rw-r--r-- | flite/config/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/flite/config/Makefile.in b/flite/config/Makefile.in index 3ce43b3..d7af0c6 100644 --- a/flite/config/Makefile.in +++ b/flite/config/Makefile.in @@ -42,7 +42,8 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/common/pdexternal.am depcomp install-sh missing subdir = config ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_pd_external.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/common/m4/ax_hack_cflags.m4 \ + $(top_srcdir)/common/m4/ax_pd_external.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -56,6 +57,7 @@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ +AM_CPPFLAGS = @AM_CPPFLAGS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ @@ -74,6 +76,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ ENABLE_DEBUG = @ENABLE_DEBUG@ EXEEXT = .@PDEXT@ +EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@ FLITE_LANGLIBS = @FLITE_LANGLIBS@ FLITE_LEXLIBS = @FLITE_LEXLIBS@ FLITE_LIBS = @FLITE_LIBS@ |