~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
ImportĀ upstreamĀ versionĀ 2.4.7

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], [6])
 
11
m4_define([gimp_micro_version], [7])
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], [6])
 
15
m4_define([gimp_interface_age], [7])
16
16
m4_define([gimp_binary_age],
17
17
          [m4_eval(100 * gimp_minor_version + gimp_micro_version)])
18
18
 
152
152
 
153
153
dnl Initialize libtool
154
154
AC_PROG_CC
 
155
AM_PROG_CC_C_O
155
156
AM_DISABLE_STATIC
156
157
AC_LIBTOOL_WIN32_DLL
157
158
AM_PROG_LIBTOOL
253
254
 
254
255
dnl Checks for programs.
255
256
AC_ISC_POSIX
256
 
AM_PROG_CC_STDC
257
257
AC_PROG_INSTALL
258
258
AC_PROG_MAKE_SET
259
259