Typo in CPPFLAGS

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14336 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-08-26 16:53:48 +00:00
parent df8aa040e7
commit b496bffb85
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2002-08-26 Adam Fedor <fedor@gnu.org>
* configure.ac: Typo in CPPFLAGS (Reported by Chris Vetter).
2002-08-24 Adam Fedor <fedor@gnu.org>
* Documentation/README.MinGW: Update.

4
configure vendored
View file

@ -2326,8 +2326,8 @@ esac
# Save the user supplied CPPFLAGS so we can restore them later.
user_CPPFLAGS="$CPPFLAGS"
# This is just for configuring. Later, in config.make, INCLUDE_FLAGS
# goes in CONFIG_SYSTEM_INCL and the original CPPFLAGS goes in unaltered.
$CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
# goes in CONFIG_SYSTEM_INCL and the original CPPFLAGS goes in unaltered
CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
#--------------------------------------------------------------------
# Determine the host, build, and target systems

View file

@ -62,7 +62,7 @@ esac
user_CPPFLAGS="$CPPFLAGS"
# This is just for configuring. Later, in config.make, INCLUDE_FLAGS
# goes in CONFIG_SYSTEM_INCL and the original CPPFLAGS goes in unaltered
$CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
CPPFLAGS="$CPPFLAGS $INCLUDE_FLAGS"
#--------------------------------------------------------------------
# Determine the host, build, and target systems