]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (_LT_PROG_CXX, _LT_PROG_F77)
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 1 Sep 2005 14:16:08 +0000 (14:16 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 1 Sep 2005 14:16:08 +0000 (14:16 +0000)
(_LT_PROG_FC): aclocal-1.4 compatibility workaround.

ChangeLog
libltdl/m4/libtool.m4

index ad262598f7e4f3e0e0918d15dae5ee6572b84155..0c8be1ba50c29a4281ea8fb1bf1c5cd736dd9ef1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-09-01  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * 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 <menzel@ls6.cs.uni-dortmund.de>.
 
index 7fc6cb057c33eb46f350c04808239bee7d4801ea..7560d8c7ce58fbb3b39d13b6772f137ca4f24970 100644 (file)
@@ -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])
 # --------------------------