diff options
author | Ken Foskey <waratah@openoffice.org> | 2002-10-02 12:42:16 +0000 |
---|---|---|
committer | Ken Foskey <waratah@openoffice.org> | 2002-10-02 12:42:16 +0000 |
commit | cd4c8bcdb73c5e3db92bd4333e40cfb20b34d6a0 (patch) | |
tree | c29bf628e0353a7691f640dfcf9eba3a4f881127 /dmake/configure.in | |
parent | 2076d0966af5ecfe6e8a1c2cc1eb25b0b607b45a (diff) |
dmake: Allow the whole configure process to work, not needs update to bootstrap to activate
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-x | dmake/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/configure.in b/dmake/configure.in index 9c5420120bff..09df9d7ccfd9 100755 --- a/dmake/configure.in +++ b/dmake/configure.in @@ -1,5 +1,7 @@ dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.13) + AC_INIT(acconfig.h) dnl set the DMAKEROOT @@ -7,7 +9,6 @@ dnl set the DMAKEROOT PACKAGE=dmake VERSION=4.2 -AC_PREREQ(1.4) AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) dnl Checks for programs. |