mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Regenerated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12161 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bd27a08c52
commit
64fbfcbae7
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -1977,7 +1977,7 @@ case "${target_os}" in
|
|||
esac
|
||||
saved_CFLAGS="$CFLAGS"
|
||||
saved_LIBS="$LIBS"
|
||||
CFLAGS="$CFLAGS -x objective-c"
|
||||
CFLAGS="$CFLAGS -x objective-c -I$srcdir"
|
||||
if test "$OBJC_RUNTIME_LIB" = "nx"; then
|
||||
CFLAGS="$CFLAGS -DNeXT_RUNTIME"
|
||||
fi
|
||||
|
@ -2193,7 +2193,7 @@ fi
|
|||
#--------------------------------------------------------------------
|
||||
echo $ac_n "checking for the version of gnustep-make we are compiling""... $ac_c" 1>&6
|
||||
echo "configure:2196: checking for the version of gnustep-make we are compiling" >&5
|
||||
. ./Version
|
||||
. "$srcdir/Version"
|
||||
echo "$ac_t""$GNUSTEP_MAKE_VERSION" 1>&6
|
||||
DATE=`date +"%Y%m%d"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue