-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed installation-domains.conf on Windows - merged back the path con…
…figuration into the main configure script to do it. Minor other fixes to configuration. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30180 72102866-910b-0410-8b05-ffd578937521
- Loading branch information
nicola
committed
Apr 18, 2010
1 parent
3e2c33d
commit e9fd9c5
Showing
17 changed files
with
2,297 additions
and
4,999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
2010-04-18 Nicola Pero <[email protected]> | ||
|
||
Fixed bug 25356 ("make ignoring installation domain configuration | ||
on windows"). | ||
* configure.ac: Moved the path configuration here so that it is | ||
executed at the right time. Removed duplicated code for all the | ||
path config options. (AC_CONFIG_SUBDIRS): Removed | ||
Source/pathconfig. | ||
* configure: Regenerated. | ||
* config.mak.in: Merged code from | ||
Source/pathconfig/pathconfig.mak.in. | ||
* Source/pathconfig: Removed. | ||
* GNUmakefile: Do not include | ||
Source/pathconfig/pathconfig.mak. | ||
* Documentation/GNUmakefile: Same change. | ||
* NSTimeZones/GNUmakefile: Same change. | ||
* Source/GNUmakefile: Same change. | ||
* SSL/GNUmakefile: Same change. | ||
* Tools/GNUmakefile: Same change. | ||
* Source/Makefile.postamble (after-distclean): Do not remove | ||
files in pathconfig/. | ||
* Source/NSPathUtilities.m: Do not include pathconfig.h. | ||
* GNUmakefile: Include config.mak after common.make. | ||
|
||
* configure.ac: Exit immediately if GNUSTEP_MAKEFILES can not be | ||
determined. | ||
* configure.ac: Fixed determining GNUSTEP_LOCAL_HEADERS and | ||
GNUSTEP_LOCAL_LIBRARIES when adding them to CPPFLAGS and LDFLAGS. | ||
Add GNUSTEP_NETWORK_HEADERS and GNUSTEP_NETWORK_LIBRARIES as well. | ||
|
||
2010-04-18 Nicola Pero <[email protected]> | ||
|
||
* configure.ac (AC_CONFIG_SUBDIRS): Fixed list of subdirs by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.