Bug fix for packaging

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25117 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nicola 2007-05-02 13:15:44 +00:00
parent 1621b5cf84
commit 8eeab26544
3 changed files with 6484 additions and 8104 deletions

View file

@ -1,3 +1,11 @@
2007-05-02 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Set GNUSTEP_MAKEFILES to CURRENT_GNUSTEP_MAKEFILES
before sourcing GNUstep.sh. Fixes building when paths to hardcode
in the library are different from paths used when building,
typically a case when packaging.
* configure: Regenerated.
2007-04-28 Richard Frith-Macdonald <rfm@gnu.org>
* Source/thr-pthread.m: Set thread attributes detached to avoid memory

14577
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -802,11 +802,12 @@ AC_DEFINE_UNQUOTED(GNUSTEP_TARGET_LOCAL_USERS_DIR,
# ask it to output all variables! That way we have access to (eg)
# GNUSTEP_SYSTEM_HEADERS below.
#
# We need to unles any values that we really need, or existing settings
# We need to unset any values that we really need, or existing settings
# would be used by GNUstep.sh
#
unset GNUSTEP_SYSTEM_HEADERS
unset GNUSTEP_SYSTEM_LIBRARIES
GNUSTEP_MAKEFILES="$CURRENT_GNUSTEP_MAKEFILES"
GNUSTEP_SH_EXPORT_ALL_VARIABLES=yes
. "$CURRENT_GNUSTEP_MAKEFILES/GNUstep.sh"
unset GNUSTEP_SH_EXPORT_ALL_VARIABLES