nss-pam-ldapd commit: r1218 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1218 - nss-pam-ldapd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1218 - nss-pam-ldapd
- Date: Sun, 26 Sep 2010 14:34:42 +0200 (CEST)
Author: arthur
Date: Sun Sep 26 14:34:41 2010
New Revision: 1218
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1218
Log:
properly define PACKAGE_URL
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Sun Sep 26 13:19:57 2010 (r1217)
+++ nss-pam-ldapd/configure.ac Sun Sep 26 14:34:41 2010 (r1218)
@@ -32,11 +32,20 @@
configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([nss-pam-ldapd],[0.7.9],[nss-pam-ldapd-users@lists.arthurdejong.org])
+AC_INIT([nss-pam-ldapd],
+ [0.7.9],
+ [nss-pam-ldapd-users@lists.arthurdejong.org],,
+ [http://arthurdejong.org/nss-pam-ldapd/])
RELEASE_MONTH="Aug 2010"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
+# define package URL (remove when switching to 2.64)
+m4_ifndef([AC_PACKAGE_URL],
+ PACKAGE_URL="http://arthurdejong.org/nss-pam-ldapd/"
+ [AC_DEFINE_UNQUOTED([PACKAGE_URL],"$PACKAGE_URL",[Define to the home
page for this package.])
+ AC_SUBST(PACKAGE_URL)])
+
# some initialisation
AC_CANONICAL_TARGET
AC_PREFIX_DEFAULT()
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1218 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project