diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-04-23 11:10:50 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-04-23 11:10:50 +0000 |
commit | 95cd2b3bd556492ed5e89843f69f17351bd0c7ae (patch) | |
tree | 5f06a59582fe2ee8a8cd79588ce63fbac9c0fa8c /dmake/configure.in | |
parent | f182ce0c8eec3c2a45e474dab9fa631fb5f35e82 (diff) |
add: PACKAGE
Diffstat (limited to 'dmake/configure.in')
-rwxr-xr-x | dmake/configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dmake/configure.in b/dmake/configure.in index b7784cf9a91b..4644b77182ff 100755 --- a/dmake/configure.in +++ b/dmake/configure.in @@ -1,8 +1,13 @@ + dnl Process this file with autoconf to produce a configure script. AC_INIT(acconfig.h) dnl set the DMAKEROOT #AC_FUNC_SET_DMAKEROOT +PACKAGE=dmake +VERSION=4.2 + +AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) dnl Checks for programs. AC_PROG_CXX @@ -32,7 +37,6 @@ AC_HEADER_TIME dnl Checks for library functions. AC_FUNC_MEMCMP -AC_FUNC_SETVBUF_REVERSED AC_TYPE_SIGNAL AC_FUNC_UTIME_NULL AC_FUNC_VPRINTF |