mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
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:
parent
8bed12ad9f
commit
d2964b147e
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue