Guess GNUSTEP_MAKEFILES in GNUmakefile as well

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24722 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-28 07:18:25 +00:00
parent 8bed12ad9f
commit d2964b147e
2 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* configure.ac: Use gnustep-config to set GNUSTEP_MAKEFILES
if not set.
* GNUmakefile: Same change.
* configure: Regenerated.
2007-02-27 Fred Kiefer <FredKiefer@gmx.de>

View file

@ -25,6 +25,14 @@
# If not, write to the Free Software Foundation,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
ifeq ($(GNUSTEP_MAKEFILES),)
GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null)
endif
ifeq ($(GNUSTEP_MAKEFILES),)
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
endif
# Install into the system root by default
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM