diff configure @ 3031:28729529bee2

[xemacs-hg @ 2005-10-26 15:12:46 by stephent] XEmacs 21.5.23 "daikon" is released.
author stephent
date Wed, 26 Oct 2005 15:15:03 +0000
parents e4c2385012ba
children 67b6f3514ffc
line wrap: on
line diff
--- a/configure	Wed Oct 26 13:15:44 2005 +0000
+++ b/configure	Wed Oct 26 15:15:03 2005 +0000
@@ -37783,10 +37783,9 @@
   # 1. Remove the extension, and $U if already installed.
   ac_i=`echo "$ac_i" |
 	 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
-  #    will be set to the directory where LIBOBJS objects are built.
-  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
+  # 2. Add them.
+  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
+  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 done
 LIBOBJS=$ac_libobjs