diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:04:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 07:04:28 +0000 |
commit | 425e92ee4d3e7a743db22d4e4ef1c848b3bae9c0 (patch) | |
tree | 7b02cb05ec57348a1dc74824f6281ac309e84dec /dmake/configure.in | |
parent | b2f2843022908f3e5c3c61c4ecf8180b91dfc7b9 (diff) |
INTEGRATION: CWS dmake43 (1.21.16); FILE MERGED
2004/10/12 19:07:26 vq 1.21.16.2: #i31647# Update version number for the "native" MS compiler build.
2004/10/07 21:57:36 vq 1.21.16.1: #i31647# Bump the dmake version number to 4.3 plus some small cleanups.
Note: The _head file was renamed to COPYING, COPYING is not a new file,
but was empty befor.
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-x | dmake/configure.in | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/dmake/configure.in b/dmake/configure.in index ca7b4c5392f3..4400077248e1 100755 --- a/dmake/configure.in +++ b/dmake/configure.in @@ -1,14 +1,16 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.50) -AC_INIT +AC_PREREQ(2.52) -dnl set the DMAKEROOT -#AC_FUNC_SET_DMAKEROOT -PACKAGE=dmake -VERSION=4.2 +dnl Set the package version +dnl Don't forget to update the PACKAGE and VERSION macros in +dnl dmake/win95/microsft/config.h to keep the native Microsoft C++ +dnl compiler build happy. +AC_INIT(dmake, 4.3) + +AC_CONFIG_SRCDIR(man/dmake.tf) +AM_INIT_AUTOMAKE -AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) AM_MAINTAINER_MODE dnl Checks for programs. |