--- audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac.orig 2006-10-29 01:05:51.000000000 +0200 +++ audacity-src-1.3.2-beta/lib-src/portmixer/configure.ac 2006-12-29 20:12:30.975109012 +0100 @@ -31,6 +31,10 @@ [AC_SUBST( cflags, ["$cflags -g"] ) AC_MSG_RESULT(yes)], [AC_SUBST( cflags, ["$cflags -O2"] ) AC_MSG_RESULT(no)]) +if test -n "$CFLAGS" ; then + cflags="$CFLAGS" +fi + # # Check for portaudio path # --- a/lib-src/portsmf/configure.ac~ 2008-10-25 14:14:23.000000000 +0200 +++ a/lib-src/portsmf/configure.ac 2009-05-26 14:57:39.406323603 +0200 @@ -25,7 +25,7 @@ # which also contains a subdir containing macros AC_CONFIG_MACRO_DIR([autotools/m4]) dnl set up automake -AM_INIT_AUTOMAKE([-Wall foreign]) +AM_INIT_AUTOMAKE dnl Audacity policy: don't enable automatic rebuild of configure et al if dnl sources change AM_MAINTAINER_MODE([enabled])