2004-09-17 Marcus Brinkmann <marcus@g10code.de>

* configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
This commit is contained in:
Marcus Brinkmann 2004-09-16 22:17:51 +00:00
parent 84af83d668
commit fcdad8cfb9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-17 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
2004-09-14 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Improve diagnostics with version check.

View File

@ -50,7 +50,8 @@ PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
AC_CONFIG_SRCDIR(gpgme/gpgme.h)
AC_CONFIG_MACRO_DIR(m4)
dnl FIXME: Enable this with autoconf 2.59.
dnl AC_CONFIG_MACRO_DIR(m4)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
AM_MAINTAINER_MODE