[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug fix for AC_F77_LIBRARY_LDFLAGS on Solaris
From: |
Akim Demaille |
Subject: |
Re: bug fix for AC_F77_LIBRARY_LDFLAGS on Solaris |
Date: |
25 Jul 2001 09:09:00 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor) |
| 2001-07-24 Steven G. Johnson <address@hidden>
| * 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.
|
| Index: aclang.m4
| ===================================================================
| RCS file: /cvs/autoconf/aclang.m4,v
| retrieving revision 1.147
| diff -u -r1.147 aclang.m4
| --- aclang.m4 2001/07/18 13:38:40 1.147
| +++ aclang.m4 2001/07/24 18:22:00
| @@ -1864,7 +1864,7 @@
| [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"
Thanks! Please install. (You might prefer leaving the explanation in
a comment in aclang.m4 instead of the ChangeLog?).