~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-18 10:44:11 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218104411-p2c1aor6tfqcwkyw
Tags: 2.4.3-1ubuntu1
* Merge from Debian unstable. (LP: #177821)
* 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], [2])
 
11
m4_define([gimp_micro_version], [3])
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], [2])
 
15
m4_define([gimp_interface_age], [3])
16
16
m4_define([gimp_binary_age],
17
17
          [m4_eval(100 * gimp_minor_version + gimp_micro_version)])
18
18
 
950
950
###################################
951
951
 
952
952
AC_ARG_ENABLE(toolbox-menu,
953
 
              [  --disable-toolbox-menu disable the menu in the toolbox (default=depends on platform)], ,
 
953
              [  --disable-toolbox-menu  disable the menu in the toolbox (default=depends on platform)], ,
954
954
  if test "x$gdk_target" = "xquartz"; then
955
955
     enable_toolbox_menu=no
956
956
  else