Index: ChangeLog =================================================================== RCS file: /cvs/libtool/ChangeLog,v retrieving revision 1.845 diff -u -w -r1.845 ChangeLog --- ChangeLog 2000/12/16 17:37:44 1.845 +++ ChangeLog 2000/12/19 09:56:58 @@ -1,3 +1,8 @@ +2000-12-19 Akim Demaille + + * libtool.m4 (_LT_AC_LTCONFIG_HACK): If available, use + m4_pattern_allow to allow `AR_FLAGS'. + 2000-12-16 Aneesh Kumar K.V * libtool.m4 (OSF/1): Change the way to pass linker flags through Index: libtool.m4 =================================================================== RCS file: /cvs/libtool/libtool.m4,v retrieving revision 1.140 diff -u -w -r1.140 libtool.m4 --- libtool.m4 2000/12/16 17:37:44 1.140 +++ libtool.m4 2000/12/19 09:57:06 @@ -680,6 +680,9 @@ fi ])# AC_LIBTOOL_DLOPEN_SELF + +# _LT_AC_LTCONFIG_HACK +# -------------------- AC_DEFUN([_LT_AC_LTCONFIG_HACK], [AC_REQUIRE([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])dnl # Sed substitution that helps us do robust quoting. It backslashifies @@ -712,6 +715,10 @@ old_CC="$CC" old_CFLAGS="$CFLAGS" +dnl Althought it looks like an unexpanded macro, AR_FLAGS is a valid +dnl output. Pacify autoconf. +ifdef([m4_pattern_allow], [m4_pattern_allow([^AR_FLAGS$])]) + # Set sane defaults for various variables test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru