From: Chuck Lever Date: Thu, 5 Mar 2009 11:16:04 +0000 (-0500) Subject: configure: Remove CPPFLAGS substitution X-Git-Tag: nfs-utils-1-1-5~5 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=5529fdbb4acb2507b79acf07e08c2a88c1df9e38 configure: Remove CPPFLAGS substitution At least on my systems, the AM_CPPFLAGS substitution at the end of configure.ac is not needed. It adds an extra copy of "-I../../support/includes" to each compile step. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/configure.ac b/configure.ac index 4fd111f..b2c8190 100644 --- a/configure.ac +++ b/configure.ac @@ -382,7 +382,6 @@ esac my_am_cflags="-Wall -Wstrict-prototypes $ARCHFLAGS -pipe" -AC_SUBST([AM_CPPFLAGS], ["-I\${top_srcdir}/support/include"]) AC_SUBST([AM_CFLAGS], ["$my_am_cflags"]) # Make sure that $ACLOCAL_FLAGS are used during a rebuild