Kaydet (Commit) ee660231 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dmake411 (1.29.2); FILE MERGED

2007/10/13 23:43:18 vq 1.29.2.5: #i79272# Release dmake 4.11.
2007/09/23 22:05:02 vq 1.29.2.4: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:08:27 vq 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED
2007/07/28 17:12:02 vq 1.29.2.2: #i79815# Fix default DMAKEROOT macro value.
2007/07/05 15:58:50 vq 1.29.2.1: #i79271# Bump version to 4.11-cvs.
üst 5e4ca33d
...@@ -6,7 +6,7 @@ dnl Set the package version ...@@ -6,7 +6,7 @@ dnl Set the package version
dnl Don't forget to update the PACKAGE, VERSION and BUILDINFO macros in dnl Don't forget to update the PACKAGE, VERSION and BUILDINFO macros in
dnl dmake/win95/microsft/config.h to keep the native Microsoft C++ dnl dmake/win95/microsft/config.h to keep the native Microsoft C++
dnl compiler build happy. dnl compiler build happy.
AC_INIT(dmake, 4.9) AC_INIT(dmake, 4.11)
AC_CANONICAL_BUILD AC_CANONICAL_BUILD
BUILDINFO="$build" BUILDINFO="$build"
...@@ -62,6 +62,10 @@ OS_TYPE=unix ...@@ -62,6 +62,10 @@ OS_TYPE=unix
## The following allows like systems to share settings this is not meant to ## The following allows like systems to share settings this is not meant to
## Imply that these OS are the same thing. ## Imply that these OS are the same thing.
case "$_os" in case "$_os" in
"OS/2")
OS_VERSION=os2
CASE_INSENSITIVE_FS=true
;;
"SunOS") "SunOS")
OS_VERSION=solaris OS_VERSION=solaris
;; ;;
...@@ -84,9 +88,6 @@ case "$_os" in ...@@ -84,9 +88,6 @@ case "$_os" in
BUILDINFO="Windows / MS Visual C++" BUILDINFO="Windows / MS Visual C++"
CASE_INSENSITIVE_FS=true CASE_INSENSITIVE_FS=true
;; ;;
"OS/2")
OS_VERSION=linux
;;
"Darwin") "Darwin")
OS_VERSION=macosx OS_VERSION=macosx
# MacOSX is not garuanteed to be case insensitive, assume it's case # MacOSX is not garuanteed to be case insensitive, assume it's case
...@@ -160,7 +161,7 @@ else ...@@ -160,7 +161,7 @@ else
fi fi
dnl Predefine the DMAKEROOT macro for unix targets. dnl Predefine the DMAKEROOT macro for unix targets.
eval dmakerootprefix="$datadir" eval dmakerootprefix="$datarootdir"
# $datadir is ${prefix}/share if not overridden # $datadir is ${prefix}/share if not overridden
test "x$dmakerootprefix" != "x${dmakerootprefix##NONE}" && dmakerootprefix=${ac_default_prefix}/share test "x$dmakerootprefix" != "x${dmakerootprefix##NONE}" && dmakerootprefix=${ac_default_prefix}/share
...@@ -175,6 +176,7 @@ AC_CONFIG_FILES(dmakeroot.h Makefile startup/config.mk \ ...@@ -175,6 +176,7 @@ AC_CONFIG_FILES(dmakeroot.h Makefile startup/config.mk \
startup/unix/linux/Makefile startup/unix/solaris/Makefile \ startup/unix/linux/Makefile startup/unix/solaris/Makefile \
startup/unix/macosx/Makefile startup/unix/sysvr4/Makefile \ startup/unix/macosx/Makefile startup/unix/sysvr4/Makefile \
startup/unix/cygwin/Makefile \ startup/unix/cygwin/Makefile \
startup/unix/os2/Makefile \
startup/winnt/Makefile startup/winnt/mingw/Makefile \ startup/winnt/Makefile startup/winnt/mingw/Makefile \
startup/winnt/msvc6/Makefile \ startup/winnt/msvc6/Makefile \
tests/Makefile) tests/Makefile)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment