From: Ralf Wildenhues Date: Thu, 1 Sep 2005 14:16:08 +0000 (+0000) Subject: * libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77) X-Git-Tag: release-2-1b~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0905f691d3ffe29b0a9099fbd729cd8c399c4a;p=thirdparty%2Flibtool.git * libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77) (_LT_PROG_FC): aclocal-1.4 compatibility workaround. --- diff --git a/ChangeLog b/ChangeLog index ad262598f..0c8be1ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-09-01 Ralf Wildenhues + * libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77) + (_LT_PROG_FC): aclocal-1.4 compatibility workaround. + * bootstrap: Do not use nonportable -path. Reported by Ralf Menzel . diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 7fc6cb057..7560d8c7c 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -4886,6 +4886,8 @@ fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_CXX +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([_LT_PROG_CXX], []) # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- @@ -6053,6 +6055,8 @@ fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_F77 +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([_LT_PROG_F77], []) # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- @@ -6186,6 +6190,8 @@ fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_FC +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([_LT_PROG_FC], []) # _LT_LANG_FC_CONFIG([TAG]) # --------------------------