Use gnustep-make's config.guess and config.sub

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12061 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-09 14:15:46 +00:00
parent 9576e17acc
commit ef6237b73f

View file

@ -31,6 +31,11 @@ if test -z "$GNUSTEP_SYSTEM_ROOT"; then
}
fi
#--------------------------------------------------------------------
# Use config.guess, config.sub and install.sh provided by gnustep-make
#--------------------------------------------------------------------
AC_CONFIG_AUX_DIR($GNUSTEP_SYSTEM_ROOT/Makefiles)
#--------------------------------------------------------------------
# Use a .h file with #define's, instead of -D command-line switches
#--------------------------------------------------------------------