]> git.decadent.org.uk Git - nfs-utils.git/commit
configure: Remove CPPFLAGS substitution
authorChuck Lever <chuck.lever@oracle.com>
Thu, 5 Mar 2009 11:16:04 +0000 (06:16 -0500)
committerSteve Dickson <steved@redhat.com>
Thu, 5 Mar 2009 11:16:04 +0000 (06:16 -0500)
commit5529fdbb4acb2507b79acf07e08c2a88c1df9e38
treefe02df6ce238c5cc93ed7af9080c34012e20d84a
parent2f3c0dc6908f534341f4dd24c44dcfbea7c7b253
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>
configure.ac