Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3030:4ef02f359e19 | 3031:28729529bee2 |
---|---|
37781 ac_ltlibobjs= | 37781 ac_ltlibobjs= |
37782 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 37782 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
37783 # 1. Remove the extension, and $U if already installed. | 37783 # 1. Remove the extension, and $U if already installed. |
37784 ac_i=`echo "$ac_i" | | 37784 ac_i=`echo "$ac_i" | |
37785 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` | 37785 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
37786 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR | 37786 # 2. Add them. |
37787 # will be set to the directory where LIBOBJS objects are built. | 37787 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" |
37788 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" | 37788 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' |
37789 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' | |
37790 done | 37789 done |
37791 LIBOBJS=$ac_libobjs | 37790 LIBOBJS=$ac_libobjs |
37792 | 37791 |
37793 LTLIBOBJS=$ac_ltlibobjs | 37792 LTLIBOBJS=$ac_ltlibobjs |
37794 | 37793 |