summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2009-03-05 06:16:04 -0500
committerSteve Dickson <steved@redhat.com>2009-03-05 06:16:04 -0500
commit5529fdbb4acb2507b79acf07e08c2a88c1df9e38 (patch)
treefe02df6ce238c5cc93ed7af9080c34012e20d84a
parent2f3c0dc6908f534341f4dd24c44dcfbea7c7b253 (diff)
downloadnfs-utils-5529fdbb4acb2507b79acf07e08c2a88c1df9e38.tar.gz
nfs-utils-5529fdbb4acb2507b79acf07e08c2a88c1df9e38.tar.xz
nfs-utils-5529fdbb4acb2507b79acf07e08c2a88c1df9e38.zip
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 <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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