~ubuntu-branches/ubuntu/hardy/gimp/hardy-backports

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-02-03 03:07:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203030719-4s9wlbv30394rlrp
Tags: 2.4.4-1ubuntu1
* Merge from Debian unstable. (LP: #188828)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
m4_define([gimp_major_version], [2])
10
10
m4_define([gimp_minor_version], [4])
11
 
m4_define([gimp_micro_version], [3])
 
11
m4_define([gimp_micro_version], [4])
12
12
m4_define([gimp_real_version],
13
13
          [gimp_major_version.gimp_minor_version.gimp_micro_version])
14
14
m4_define([gimp_version], [gimp_real_version])
15
 
m4_define([gimp_interface_age], [3])
 
15
m4_define([gimp_interface_age], [4])
16
16
m4_define([gimp_binary_age],
17
17
          [m4_eval(100 * gimp_minor_version + gimp_micro_version)])
18
18
 
1003
1003
# Check for libjpeg
1004
1004
###################
1005
1005
 
 
1006
jpeg_ok=no
1006
1007
AC_ARG_WITH(libjpeg,  [  --without-libjpeg       build without JPEG support])
1007
1008
  if test "x$with_libjpeg" != xno && test -z "$LIBJPEG"; then
1008
1009
    AC_CHECK_LIB(jpeg, jpeg_destroy_decompress,