Updated configure for gnustep-make v2, plus added handy auto-config rule to makefile

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@24625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-18 02:13:27 +00:00
parent 916e3f496b
commit 1d83fd7875
4 changed files with 839 additions and 413 deletions

View file

@ -1,3 +1,9 @@
2007-02-18 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Check for GNUSTEP_MAKEFILES, not GNUSTEP_SYSTEM_ROOT.
* configure: Regenerated.
* Makefile.postamble (config.mak): New rule.
2006-12-19 David Wetzel <dave@turbocat.de>
* GSWAdaptors/common/GSWLoadBalancing.c: small cosmetic changes in spacing

View file

@ -85,6 +85,9 @@ after-distclean::
gsweb.make: gsweb.make.in
./configure
config.mak: config.mak.in
./configure
# Things to do before checking
# before-check::

1239
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -24,8 +24,8 @@ builtin(include, config/pathxml.m4)dnl
AC_INIT
if test -z "$GNUSTEP_SYSTEM_ROOT"; then
AC_MSG_ERROR([You must run the GNUstep initialization script first!])
if test -z "$GNUSTEP_MAKEFILES"; then
AC_MSG_ERROR([You must run set GNUSTEP_MAKEFILES or run the GNUstep initialization script first!])
fi
AC_CONFIG_HEADER(config.h)