m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/configure [branch-1_4]


From: Gary V . Vaughan
Subject: Changes to m4/configure [branch-1_4]
Date: Sun, 01 May 2005 07:18:10 -0400

Index: m4/configure
diff -u m4/configure:1.1.1.1.2.8 m4/configure:1.1.1.1.2.9
--- m4/configure:1.1.1.1.2.8    Fri Apr  1 16:51:15 2005
+++ m4/configure        Sun May  1 11:18:08 2005
@@ -5318,12 +5318,13 @@
 ac_libobjs=
 ac_ltlibobjs=
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-  # 1. Remove the extension, and $U if already installed.
-  ac_i=`echo "$ac_i" |
+  # 1. Prepend libobj directory if declared and remove the extension
+  #    and $U if already present.
+  ac_i="$ac_libobj_dir"`echo "$ac_i" |
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
   # 2. Add them.
-  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
-  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
+  ac_libobjs="$ac_libobjs \$(LIBOBJDIR)$ac_i\$U.$ac_objext"
+  ac_ltlibobjs="$ac_ltlibobjs \$(LIBOBJDIR)$ac_i"'$U.lo'
 done
 LIBOBJS=$ac_libobjs
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]