From: Debian OpenLDAP Maintainers Date: Fri, 28 Jul 2017 01:04:41 +0000 (+0100) Subject: no-AM_INIT_AUTOMAKE X-Git-Tag: archive/raspbian/2.4.46+dfsg-5+rpi1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1db9d7e842c63fdfc3401b3f0fb110b2f34099fe;p=openldap.git no-AM_INIT_AUTOMAKE Gbp-Pq: Name no-AM_INIT_AUTOMAKE --- diff --git a/configure.in b/configure.in index a0a513fe..24c96391 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,8 @@ dnl Configure.in for OpenLDAP AC_COPYRIGHT([[Copyright 1998-2017 The OpenLDAP Foundation. All rights reserved. Restrictions apply, see COPYRIGHT and LICENSE files.]]) AC_REVISION([$Id: b251b6b06c0fd22b0c26b2c8063e9bfd17b9f2c5 $]) -AC_INIT([OpenLDAP],,[http://www.openldap.org/its/]) +AC_INIT([OpenLDAP],[$OL_VERSION],[http://www.openldap.org/its/]) +AC_PROG_MAKE_SET m4_define([AC_PACKAGE_BUGREPORT],[]) AC_CONFIG_SRCDIR(build/version.sh)dnl dnl ---------------------------------------------------------------- @@ -69,7 +70,6 @@ dnl Determine host platform dnl we try not to use this for much AC_CANONICAL_TARGET([]) -AM_INIT_AUTOMAKE([$OL_PACKAGE],[$OL_VERSION], [no defines])dnl AC_SUBST(PACKAGE)dnl AC_SUBST(VERSION)dnl AC_DEFINE_UNQUOTED(OPENLDAP_PACKAGE,"$PACKAGE",Package)