summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-09-07 20:45:33 (GMT)
committertreectrl <treectrl>2005-09-07 20:45:33 (GMT)
commit29614aa230863e6c3a8bed03f48d4f2f5f75cdbd (patch)
treec3833bdf27f40ced4c289205ea414028230dd3ca /configure
parenta764f3dfa3f548ea524ad89ab75a32ada35e96aa (diff)
downloadtktreectrl-29614aa230863e6c3a8bed03f48d4f2f5f75cdbd.zip
tktreectrl-29614aa230863e6c3a8bed03f48d4f2f5f75cdbd.tar.gz
tktreectrl-29614aa230863e6c3a8bed03f48d4f2f5f75cdbd.tar.bz2
Rebuilt from new tcl.m4.
Diffstat (limited to 'configure')
-rw-r--r--configure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index 7a10b2a..ccb5bfe 100644
--- a/configure
+++ b/configure
@@ -11046,9 +11046,10 @@ 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" |
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'
+ # 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'
done
LIBOBJS=$ac_libobjs