From 129afe1c95cd201430a89413639e1888189b34d2 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 29 Jun 2006 10:22:15 +0000 Subject: INTEGRATION: CWS dmake45 (1.16.2); FILE MERGED 2006/06/20 14:20:37 vq 1.16.2.3: #i66522# Release dmake 4.5. 2006/06/17 17:08:11 vq 1.16.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.16.2.1: #i64795# Fix typo in configure.in. --- dmake/configure | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'dmake/configure') diff --git a/dmake/configure b/dmake/configure index 2958511afd25..c519860ab5a6 100755 --- a/dmake/configure +++ b/dmake/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for dmake 4.4. +# Generated by GNU Autoconf 2.59 for dmake 4.5. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='dmake' PACKAGE_TARNAME='dmake' -PACKAGE_VERSION='4.4' -PACKAGE_STRING='dmake 4.4' +PACKAGE_VERSION='4.5' +PACKAGE_STRING='dmake 4.5' PACKAGE_BUGREPORT='' ac_unique_file="man/dmake.tf" @@ -778,7 +778,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dmake 4.4 to adapt to many kinds of systems. +\`configure' configures dmake 4.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -843,7 +843,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dmake 4.4:";; + short | recursive ) echo "Configuration of dmake 4.5:";; esac cat <<\_ACEOF @@ -967,7 +967,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -dmake configure 4.4 +dmake configure 4.5 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -981,7 +981,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dmake $as_me 4.4, which was +It was created by dmake $as_me 4.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1659,7 +1659,7 @@ fi # Define the identity of the package. PACKAGE='dmake' - VERSION='4.4' + VERSION='4.5' cat >>confdefs.h <<_ACEOF @@ -3503,7 +3503,7 @@ _ACEOF -if test xOS_TYPE != xwinnt; then +if test x$OS_TYPE != xwinnt; then cat >>confdefs.h <<\_ACEOF #define USE_SANE_EXEC_SHELL_REDIR 1 @@ -7176,7 +7176,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by dmake $as_me 4.4, which was +This file was extended by dmake $as_me 4.5, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7239,7 +7239,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -dmake config.status 4.4 +dmake config.status 4.5 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -- cgit