* Makefile.am: `2>&1' as suggested by Albert Chin. * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4: Two newlines before each macro, fix underlines. Index: Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/Makefile.am,v retrieving revision 1.174 diff -u -r1.174 Makefile.am --- Makefile.am 26 Oct 2005 14:26:35 -0000 1.174 +++ Makefile.am 1 Nov 2005 17:45:44 -0000 @@ -138,7 +138,7 @@ vcl-tmp: @set dummy `$(MKSTAMP) < $(srcdir)/ChangeLog`; shift; \ echo "$$1" > vcl.tmp; \ - diff vcl.tmp $(srcdir)/stamp-vcl >/dev/null 2>/dev/null \ + diff vcl.tmp $(srcdir)/stamp-vcl >/dev/null 2>&1 \ || (echo "Updating stamp-vcl"; cp vcl.tmp $(srcdir)/stamp-vcl) address@hidden -f vcl.tmp Index: libltdl/m4/libtool.m4 =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v retrieving revision 1.32 diff -u -r1.32 libtool.m4 --- libltdl/m4/libtool.m4 1 Nov 2005 16:24:10 -0000 1.32 +++ libltdl/m4/libtool.m4 1 Nov 2005 17:45:47 -0000 @@ -259,6 +259,7 @@ # in macros and then make a single call at the end using the `libtool' # label. + # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. @@ -271,6 +272,7 @@ # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) + # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. @@ -285,7 +287,7 @@ # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) -# --------------------------------------------------- +# ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) @@ -308,6 +310,7 @@ ## FIXME: Eliminate VARNAME ## ## ------------------------ ## + # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. @@ -332,7 +335,7 @@ # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------- +# ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) m4_define([_lt_decl_filter], @@ -346,18 +349,19 @@ # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- +# -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) + # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) -# ---------------------------------------------------- +# --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) -# ---------------------------------------------------- +# --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_quote(m4_if([$2], [], @@ -411,6 +415,7 @@ available_tags="_LT_TAGS"dnl ]) + # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and @@ -431,6 +436,7 @@ m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) + # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables @@ -442,6 +448,7 @@ m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) + # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], @@ -742,6 +749,7 @@ m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) + # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. @@ -759,6 +767,7 @@ [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG + # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], @@ -769,6 +778,7 @@ _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG + # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], @@ -817,7 +827,7 @@ # _LT_TAG_COMPILER -# ------------------- +# ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl @@ -883,7 +893,7 @@ # _LT_SHELL_INIT(ARG) -# ---------------------- +# ------------------- m4_define([_LT_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], @@ -2979,7 +2989,7 @@ # LT_LIB_M -# ------------- +# -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl @@ -4920,6 +4930,7 @@ CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG + # _LT_PROG_CXX # ------------ # Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ @@ -4941,6 +4952,7 @@ dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_CXX], []) + # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably @@ -6105,6 +6117,7 @@ a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS + # _LT_PROG_F77 # ------------ # Since AC_PROG_F77 is broken, in that it returns the empty string @@ -6122,6 +6135,7 @@ dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_F77], []) + # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are @@ -6257,8 +6271,9 @@ dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_FC], []) + # _LT_LANG_FC_CONFIG([TAG]) -# -------------------------- +# ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. @@ -6441,7 +6456,7 @@ # _LT_LANG_RC_CONFIG([TAG]) -# -------------------------- +# ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. @@ -6606,6 +6621,7 @@ ])#AC_PROG_SED ])#m4_ifndef + # _LT_CHECK_XSI_SHELL # ------------------- # define func_basename as either Bourne or XSI compatible @@ -6620,6 +6636,7 @@ AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) ])# _LT_CHECK_XSI_SHELL + # _LT_PROG_XSI_SHELLFNS # --------------------- Index: libltdl/m4/ltdl.m4 =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/m4/ltdl.m4,v retrieving revision 1.17 diff -u -r1.17 ltdl.m4 --- libltdl/m4/ltdl.m4 1 Nov 2005 14:32:18 -0000 1.17 +++ libltdl/m4/ltdl.m4 1 Nov 2005 17:45:47 -0000 @@ -424,7 +424,7 @@ # LT_SYS_DLSEARCH_PATH -# --------------------- +# -------------------- AC_DEFUN([LT_SYS_DLSEARCH_PATH], [m4_require([_LT_SYS_DYNAMIC_LINKER])dnl AC_CACHE_CHECK([for the default library search path], @@ -452,7 +452,7 @@ # _LT_CHECK_DLPREOPEN -# ----------------- +# ------------------- m4_defun([_LT_CHECK_DLPREOPEN], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen], @@ -567,7 +567,7 @@ # LT_SYS_SYMBOL_USCORE -# --------------------- +# -------------------- # does the compiler prefix global symbols with an underscore? AC_DEFUN([LT_SYS_SYMBOL_USCORE], [m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl