[Pkg-openldap-devel] r1384 - openldap/trunk/debian/patches

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Oct 8 18:15:41 UTC 2011


Author: vorlon
Date: 2011-10-08 18:15:41 +0000 (Sat, 08 Oct 2011)
New Revision: 1384

Modified:
   openldap/trunk/debian/patches/no-AM_INIT_AUTOMAKE
Log:
also call AC_PROG_MAKE_SET explicitly, previously handled for us as a
side-effect of calling automake

Modified: openldap/trunk/debian/patches/no-AM_INIT_AUTOMAKE
===================================================================
--- openldap/trunk/debian/patches/no-AM_INIT_AUTOMAKE	2011-10-08 18:09:12 UTC (rev 1383)
+++ openldap/trunk/debian/patches/no-AM_INIT_AUTOMAKE	2011-10-08 18:15:41 UTC (rev 1384)
@@ -7,16 +7,17 @@
 ===================================================================
 --- trunk.orig/configure.in
 +++ trunk/configure.in
-@@ -26,7 +26,7 @@
+@@ -26,7 +26,8 @@
  AC_COPYRIGHT([[Copyright 1998-2011 The OpenLDAP Foundation. All rights reserved.
  Restrictions apply, see COPYRIGHT and LICENSE files.]])
  AC_REVISION([$OpenLDAP: pkg/ldap/configure.in,v 1.631.2.34 2011/03/24 01:18:25 quanah Exp $])
 -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],[<http://www.openldap.org/its/>])
  AC_CONFIG_SRCDIR(build/version.sh)dnl
  dnl ----------------------------------------------------------------
-@@ -67,7 +67,6 @@
+@@ -67,7 +68,6 @@
  dnl		we try not to use this for much
  AC_CANONICAL_TARGET([])
  




More information about the Pkg-openldap-devel mailing list