diff aclocal.m4 @ 2351:af7790a4bb19

[project @ 1996-07-31 02:53:09 by jwe]
author jwe
date Wed, 31 Jul 1996 02:53:10 +0000
parents 945528d1f7fb
children f201716926bb
line wrap: on
line diff
--- a/aclocal.m4	Tue Jul 30 21:47:42 1996 +0000
+++ b/aclocal.m4	Wed Jul 31 02:53:10 1996 +0000
@@ -163,6 +163,19 @@
 	    lflags="$lflags $arg"
 	  fi
 	;;
+	-bI:*)
+	  exists=false
+	  for f in $lflags; do
+	    if test x$arg = x$f; then
+	      exists=true
+	    fi
+	  done
+	  if $exists; then
+	    arg=
+	  else
+	    lflags="$lflags -Xlinker $arg"
+	  fi
+	;;
 	-lang*)
 	  arg=
 	;;