mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-14 15:41:19 +00:00
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:
parent
916e3f496b
commit
1d83fd7875
4 changed files with 839 additions and 413 deletions
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue