+2008-09-06 Gary V. Vaughan <gary@gnu.org>
+
+ Fix 'DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g' bug.
+ * tests/testsuite.at (_LIBTOOLIZE_TRANSFORM): Fix test failures
+ with --program-prefix, where the test case output contains the
+ transformed name somewhere other than the beginning of a line.
+ * libtoolize.m4sh (func_check_macros): Be sure to always use
+ the transformed name in output messages.
+
2008-09-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Do not remove .gcno files when linking.
Revert 75142db4f8afc65ba7aae0ed80ea0b35bd9cc382 (AIX libltdl
dlopen(NULL)
- libltdl/m4/ltdl.m4: Remove LTDL_DLOPEN_SELF_WORKS define.
- libltdl/loaders/dlopen.c: Remove LTDL_DLOPEN_SELF_WORKS check.
- libltdl/m4/libtool.m4 [aix]: Set export_dynamic_flag_spec to
+ * libltdl/m4/ltdl.m4: Remove LTDL_DLOPEN_SELF_WORKS define.
+ * libltdl/loaders/dlopen.c: Remove LTDL_DLOPEN_SELF_WORKS check.
+ * libltdl/m4/libtool.m4 [aix]: Set export_dynamic_flag_spec to
-Wl,-bexpall. This is a temporary workaround until a real fix
is implemented.
- NEWS: document it.
+ * NEWS: document it.
2008-08-26 Peter O'Gorman <peter@pogma.com>
# Suggest modern idioms for storing autoconf macros:
$ac_config_macro_dir_advised || if test -z "$ac_macrodir" || test x"$macrodir" = x.; then
func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([m4])' to $configure_ac and"
- func_echo "rerunning libtoolize, to keep the correct libtool macros in-tree."
+ func_echo "rerunning $progname, to keep the correct libtool macros in-tree."
ac_config_macro_dir_advised=:
elif test -z "$ac_macrodir$ltdldir"; then
func_echo "Consider adding \`AC_CONFIG_MACRO_DIR([$macrodir])' to $configure_ac,"
- func_echo "and rerunning libtoolize and aclocal."
+ func_echo "and rerunning $progname and aclocal."
ac_config_macro_dir_advised=:
fi
# Fix the expected output of installed libtoolize in presence of --program-*.
m4_define([_LIBTOOLIZE_TRANSFORM],
[lt_name=`$ECHO "$LIBTOOLIZE" | sed "s,^.*/,,"`
-sed "s/^libtoolize/$lt_name/
+sed "s/libtoolize/$lt_name/g
s|/usr/local/share/aclocal/|${tst_aclocaldir-$abs_top_srcdir/libltdl/m4}/|" < $1 > $1.t
mv -f $1.t $1
])dnl