]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
ignore -libmil in FLIBS (on Solaris)
authorSteven G. Johnson <stevenj@alum.mit.edu>
Wed, 25 Jul 2001 15:20:43 +0000 (15:20 +0000)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Wed, 25 Jul 2001 15:20:43 +0000 (15:20 +0000)
ChangeLog
aclang.m4
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/lang.m4

index 85ddd58c716ea486730f56082dd3fe48871bedd1..6dd4f3968790559011ba3916cc02a871bc62c01d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-25  Steven G. Johnson  <stevenj@alum.mit.edu>
+
+       * aclang.m4 (AC_F77_LIBRARY_LDFLAGS): Ignore -libmil (on Solaris),
+       which has a special meaning and is not a reference to libibmil.a.
+       Reported by Matteo Frigo.
+
 2001-07-25  Pavel Roskin  <proski@gnu.org>
 
        * autom4te.in (mktmpdir): Strip trailing newline from mktemp
index b360c39249cc918b4f4027d0250d9cd178fe434d..5f0d64e8db51f1599755a1287bb256945b67fbf1 100644 (file)
--- a/aclang.m4
+++ b/aclang.m4
@@ -1864,7 +1864,7 @@ while test $[@%:@] != 1; do
              [AC_LINKER_OPTION([$ac_arg], ac_cv_flibs)])
           ;;
           # Ignore these flags.
-        -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
+        -lang* | -lcrt0.o | -lc | -lgcc | -libmil | -LANG:=*)
           ;;
         -lkernel32)
           test x"$CYGWIN" != xyes && ac_cv_flibs="$ac_cv_flibs $ac_arg"
index b360c39249cc918b4f4027d0250d9cd178fe434d..5f0d64e8db51f1599755a1287bb256945b67fbf1 100644 (file)
@@ -1864,7 +1864,7 @@ while test $[@%:@] != 1; do
              [AC_LINKER_OPTION([$ac_arg], ac_cv_flibs)])
           ;;
           # Ignore these flags.
-        -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
+        -lang* | -lcrt0.o | -lc | -lgcc | -libmil | -LANG:=*)
           ;;
         -lkernel32)
           test x"$CYGWIN" != xyes && ac_cv_flibs="$ac_cv_flibs $ac_arg"
index b360c39249cc918b4f4027d0250d9cd178fe434d..5f0d64e8db51f1599755a1287bb256945b67fbf1 100644 (file)
@@ -1864,7 +1864,7 @@ while test $[@%:@] != 1; do
              [AC_LINKER_OPTION([$ac_arg], ac_cv_flibs)])
           ;;
           # Ignore these flags.
-        -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
+        -lang* | -lcrt0.o | -lc | -lgcc | -libmil | -LANG:=*)
           ;;
         -lkernel32)
           test x"$CYGWIN" != xyes && ac_cv_flibs="$ac_cv_flibs $ac_arg"
index b360c39249cc918b4f4027d0250d9cd178fe434d..5f0d64e8db51f1599755a1287bb256945b67fbf1 100644 (file)
@@ -1864,7 +1864,7 @@ while test $[@%:@] != 1; do
              [AC_LINKER_OPTION([$ac_arg], ac_cv_flibs)])
           ;;
           # Ignore these flags.
-        -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
+        -lang* | -lcrt0.o | -lc | -lgcc | -libmil | -LANG:=*)
           ;;
         -lkernel32)
           test x"$CYGWIN" != xyes && ac_cv_flibs="$ac_cv_flibs $ac_arg"