summaryrefslogtreecommitdiff
path: root/dmake/configure.in
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-12 05:04:19 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-12 05:04:19 +0000
commitc20b5597abaa7c61d8c1d9afa78a947879dfccd3 (patch)
treea808028dce6c79a9992efec200e04076a0b77361 /dmake/configure.in
parentac4a4089eb18565171805cfc64de2560fc412a69 (diff)
INTEGRATION: CWS dmake48 (1.27.2); FILE MERGED
2007/04/24 17:42:29 vq 1.27.2.3: #i73700# Release dmake 4.8. 2007/01/21 23:21:12 vq 1.27.2.2: #i73661# Improve case insensitive directory caching on case sensitive file systems but it is *not* recommended to to so. A comment was added to the man page emphasizing this. 2007/01/21 03:00:38 vq 1.27.2.1: #i73700# Bump version to 4.8-cvs.
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-xdmake/configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/dmake/configure.in b/dmake/configure.in
index 4194965c6671..ab0c2481af02 100755
--- a/dmake/configure.in
+++ b/dmake/configure.in
@@ -6,7 +6,7 @@ dnl Set the package version
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 compiler build happy.
-AC_INIT(dmake, 4.7)
+AC_INIT(dmake, 4.8)
AC_CANONICAL_BUILD
BUILDINFO="$build"
@@ -86,9 +86,8 @@ case "$_os" in
;;
"Darwin")
OS_VERSION=macosx
- rm -f Empty empty
- touch Empty && [ -f empty ] && CASE_INSENSITIVE_FS=true
- rm -f Empty empty
+# MacOSX is not garuanteed to be case insensitive, assume it's case
+# sensitive, see issue 73661 for details.
;;
"FreeBSD")
OS_VERSION=linux