diff options
Diffstat (limited to 'debian/configure')
-rw-r--r-- | debian/configure | 4 |
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\(//\)[^/]' \| \ |