changeset 3089:3462187925ff

[project @ 1997-10-02 06:56:46 by jwe]
author jwe
date Thu, 02 Oct 1997 06:56:46 +0000
parents f33738510eb2
children 63bda47c6512
files ChangeLog aclocal.m4
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Oct 02 06:41:15 1997 +0000
+++ b/ChangeLog	Thu Oct 02 06:56:46 1997 +0000
@@ -1,5 +1,8 @@
 Thu Oct  2 01:37:15 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* aclocal.m4 (OCTAVE_FLIBS): Ignore -lc and -lgcc.
+	From "Ram'on Garc'ia Fern'andez" <ramon@juguete.quim.ucm.es>
+
 	* mkoctfile.in: Handle -IDIR option.
 
 Thu Sep 25 11:47:45 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
--- a/aclocal.m4	Thu Oct 02 06:41:15 1997 +0000
+++ b/aclocal.m4	Thu Oct 02 06:56:46 1997 +0000
@@ -153,7 +153,7 @@
 	    fi
 	  fi
 	;;
-	-lang* | -lcrt0.o)
+	-lang* | -lcrt0.o | -lc | -lgcc)
 	  arg=
 	;;
 	-[lLR])
@@ -180,7 +180,7 @@
 		  ;;
 		esac
 	      ;;
-	      -lm | -lc)
+	      -lm)
 	      ;;
 	      *)
 		lflags="$lflags $arg"