summaryrefslogtreecommitdiff
path: root/debian/configure
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2007-12-07 20:15:00 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 20:07:34 +0200
commit7d8d824e23d828c84fada5fb3b0180a0a0aa4409 (patch)
treed02fe68c5f16b12a959fe6d6b7b53c4d70d0e3e4 /debian/configure
parentd920c2bbf44af5fa0af8d4112290cb55a0de3c94 (diff)
downloadsendmail-7d8d824e23d828c84fada5fb3b0180a0a0aa4409.tar.gz
Imported Debian patch 8.14.2-3debian/8.14.2-3
Diffstat (limited to 'debian/configure')
-rw-r--r--debian/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/configure b/debian/configure
index 2a24632..961d6bb 100644
--- a/debian/configure
+++ b/debian/configure
@@ -8014,6 +8014,8 @@ echo "$as_me: WARNING: Could not find UMich -lldap or -llber" >&2;}
sm_sendmail_envdef="$sm_sendmail_envdef -D_FFR_LDAP_URI";
sm_libsm_envdef="$sm_libsm_envdef -D_FFR_LDAP_SETVERSION";
sm_sendmail_envdef="$sm_sendmail_envdef -D_FFR_LDAP_SETVERSION";
+ sm_libsm_envdef="$sm_libsm_envdef -DLDAP_DEPRECATED";
+ sm_sendmail_envdef="$sm_sendmail_envdef -DLDAP_DEPRECATED";
fi;
if test $sm_have_ldap_memfree = yes; then
sm_libsm_envdef="$sm_libsm_envdef -DSM_CONF_LDAP_MEMFREE";
@@ -11959,7 +11961,7 @@ echo "$as_me: executing $ac_file commands" >&6;}
# each Makefile.in and add a new line on top of each file to say so.
# Grep'ing the whole file is not good either: AIX grep has a line
# limit of 2048, but all sed's we know have understand at least 4000.
- if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
+ if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
dirpart=`$as_dirname -- "$mf" ||
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
X"$mf" : 'X\(//\)[^/]' \| \