changeset 2641:bba5bce877e0

[project @ 1997-01-29 06:25:31 by jwe] ChangeLog
author jwe
date Wed, 29 Jan 1997 06:25:31 +0000
parents e716dfd6c63a
children 042f5cbdb2a8
files aclocal.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/aclocal.m4	Tue Jan 28 17:58:28 1997 +0000
+++ b/aclocal.m4	Wed Jan 29 06:25:31 1997 +0000
@@ -154,7 +154,7 @@
   case "$old_want_arg" in
     '')
       case $arg in
-	/*.a | /*values-X*.o)
+	/*.a)
 	  exists=false
 	  for f in $lflags; do
 	    if test x$arg = x$f; then
@@ -230,7 +230,7 @@
       IFS=:
       list=
       for elt in $arg; do
-	list="$list -L $elt"
+	list="$list -L$elt"
       done
       IFS=$SAVE_IFS
       arg="$list"