5053N/ADeveloped in-house at Oracle
5053N/Alibtool.m4 overrides configuration for --no-verify
5053N/A
5053N/AThis will probably not be welcomed upstream, though we can try.
5053N/A
5053N/Adiff -rupN old/config/libtool.m4 new/config/libtool.m4
5053N/A--- old/config/libtool.m4 2015-01-16 16:29:56.329848513 -0800
5053N/A+++ new/config/libtool.m4 2015-01-16 17:46:44.950680511 -0800
5053N/A@@ -34,7 +34,7 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS"
5053N/A LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
5053N/A DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
5053N/A ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
5053N/A-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
5053N/A+$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
5053N/A || AC_MSG_ERROR([libtool configure failed])
5053N/A
5053N/A # Reload cache, that may have been modified by ltconfig
5053N/Adiff -rupN old/saslauthd/config/libtool.m4 new/saslauthd/config/libtool.m4
5053N/A--- old/saslauthd/config/libtool.m4 2015-01-16 16:30:18.093408947 -0800
5053N/A+++ new/saslauthd/config/libtool.m4 2015-01-16 17:47:29.492859873 -0800
5053N/A@@ -34,7 +34,7 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS"
5053N/A LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
5053N/A DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
5053N/A ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
5053N/A-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \
5053N/A+$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
5053N/A || AC_MSG_ERROR([libtool configure failed])
5053N/A
5053N/A # Reload cache, that may have been modified by ltconfig