mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
9576e17acc
commit
ef6237b73f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue