diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:22:28 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:22:28 +0000 |
commit | a5f05e71e037991da05fcaa61e62b4e24be5e88a (patch) | |
tree | 9c4cd127e3bfaa4434c6ed4aa14ba2a26f7b189d /dmake | |
parent | 129afe1c95cd201430a89413639e1888189b34d2 (diff) |
INTEGRATION: CWS dmake45 (1.23.2); FILE MERGED
2006/06/20 14:20:37 vq 1.23.2.3: #i66522# Release dmake 4.5.
2006/06/17 17:08:11 vq 1.23.2.2: #i66522# Increase version number in documentation files and set preliminary
dmake version to 4.5-cvs.
2006/06/13 19:06:51 vq 1.23.2.1: #i64795# Fix typo in configure.in.
Diffstat (limited to 'dmake')
-rwxr-xr-x | dmake/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/configure.in b/dmake/configure.in index 73030d3edee7..20210a08536c 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.4) +AC_INIT(dmake, 4.5) AC_CANONICAL_BUILD BUILDINFO="$build" @@ -126,7 +126,7 @@ AC_DEFINE_UNQUOTED(BUILDINFO, "$BUILDINFO", [Build info string]) AC_SUBST(OS_SUBDIRS) AC_SUBST(OS_LIBRARY) -if test xOS_TYPE != xwinnt; then +if test x$OS_TYPE != xwinnt; then dnl See iz53148. Only *nix like builds enable parallel makefile processing dnl and use stdout redirection in the child for _exec_shell() AC_DEFINE(USE_SANE_EXEC_SHELL_REDIR, 1, [Use sane redirection mechanism for systems that support parallel building, see iz53148.]) |