~vorlon/ubuntu/oneiric/lcms/multiarch

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-04-03 13:55:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090403135500-psa3ox0my6u6a5cp
Tags: 1.18.dfsg-0ubuntu1
* New upstream release
* Remove 11_security_CVE-2009-0581_0723_0733.dpatch, security 
  issues fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#
10
10
# Set the package name and version
11
11
#
12
 
AC_INIT(lcms,1.17)
 
12
AC_INIT(lcms,1.18)
13
13
 
14
14
#
15
15
# Libtool library revision control info
33
33
#     then set age to 0.
34
34
#
35
35
LIBRARY_CURRENT=1
36
 
LIBRARY_REVISION=16
 
36
LIBRARY_REVISION=18
37
37
LIBRARY_AGE=0
38
38
 
39
39
 
94
94
  if test -n "$PYTHON"
95
95
  then
96
96
        LCMS_PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"`
97
 
        LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib()"`
 
97
        LCMS_PYEXECDIR=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1)"`
98
98
    LCMS_PYINCLUDE=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_inc()"`     
99
99
        LCMS_PYLIB=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,1)"`
100
100
        AC_CHECK_FILE([$LCMS_PYINCLUDE/Python.h],PYTHON_OK='yes',PYTHON_OK='no')