diff options
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. |