~vcs-imports/lcms/main

« back to all changes in this revision

Viewing changes to configure

  • Committer: mm2
  • Date: 2006-07-15 13:29:35 UTC
  • Revision ID: Arch-1:lcms@products.ubuntu.com%lcms--MAIN--0--patch-74
no message

Show diffs side-by-side

added added

removed removed

Lines of Context:
4392
4392
  then
4393
4393
        LCMS_PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`
4394
4394
        LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
4395
 
        LCMS_PYINCLUDE=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`
 
4395
    LCMS_PYINCLUDE=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`
4396
4396
        LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,1)"`
4397
4397
 
4398
4398
 
24604
24604
  # 1. Remove the extension, and $U if already installed.
24605
24605
  ac_i=`echo "$ac_i" |
24606
24606
         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
24607
 
  # 2. Add them.
24608
 
  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
24609
 
  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
 
24607
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
24608
  #    will be set to the directory where LIBOBJS objects are built.
 
24609
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
24610
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
24610
24611
done
24611
24612
LIBOBJS=$ac_libobjs
24612
24613