summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-10-14 23:20:12 +0000
committerPaul Smith <psmith@gnu.org>1999-10-14 23:20:12 +0000
commitc71200d0229f75fe99d508dd3aea013ceba4d32e (patch)
treee3f05265cc2c95a3fe660d350dffe38271d14614 /configure.in
parent281951154bc90849385ae4cacc3cadfc1653b877 (diff)
downloadgunmake-c71200d0229f75fe99d508dd3aea013ceba4d32e.tar.gz
* Ensure -Iglob comes before any user-specified CPPFLAGS.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6cb935f..ccfd3a0 100644
--- a/configure.in
+++ b/configure.in
@@ -206,7 +206,7 @@ AC_CACHE_VAL(make_cv_sys_gnu_glob, [
case "$make_cv_sys_gnu_glob" in
yes) AC_MSG_RESULT(yes) ;;
no) AC_MSG_RESULT([no; using local copy])
- CPPFLAGS="$CPPFLAGS -I$srcdir/glob"
+ AC_SUBST(GLOBINC) GLOBINC='-I$(srcdir)/glob'
AC_SUBST(GLOBLIB) GLOBLIB=glob/libglob.a
;;
esac