~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-backports

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz
  • Date: 2009-01-09 16:24:23 UTC
  • mfrom: (38.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090109162423-rsr8ky4mzv8irpf8
Tags: 2.6.3-1ubuntu1~intrepid1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for GIMP 2.6.1.
 
3
# Generated by GNU Autoconf 2.61 for GIMP 2.6.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='GIMP'
730
730
PACKAGE_TARNAME='gimp'
731
 
PACKAGE_VERSION='2.6.1'
732
 
PACKAGE_STRING='GIMP 2.6.1'
 
731
PACKAGE_VERSION='2.6.3'
 
732
PACKAGE_STRING='GIMP 2.6.3'
733
733
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP'
734
734
 
735
735
ac_unique_file="app/core/gimp.c"
928
928
BINRELOC_LIBS
929
929
USE_BINRELOC_TRUE
930
930
USE_BINRELOC_FALSE
 
931
USE_NLS
931
932
INTLTOOL_UPDATE
932
933
INTLTOOL_MERGE
933
934
INTLTOOL_EXTRACT
953
954
XGETTEXT
954
955
MSGMERGE
955
956
MSGFMT
 
957
GMSGFMT
956
958
INTLTOOL_PERL
957
959
ALL_LINGUAS
958
960
DATADIRNAME
959
 
USE_NLS
960
961
MSGFMT_OPTS
961
 
GMSGFMT
962
962
CATALOGS
963
963
CATOBJEXT
964
964
GMOFILES
1112
1112
SCREENSHOT
1113
1113
HAVE_MAC_TWAIN_TRUE
1114
1114
HAVE_MAC_TWAIN_FALSE
1115
 
CARBON_LDFLAGS
1116
 
HAVE_CARBON_TRUE
1117
 
HAVE_CARBON_FALSE
1118
1115
DESKTOP_DATADIR_TRUE
1119
1116
DESKTOP_DATADIR_FALSE
1120
1117
DESKTOP_DATADIR
1711
1708
  # Omit some internal or obsolete options to make the list less imposing.
1712
1709
  # This message is too long to be a string in the A/UX 3.1 sh.
1713
1710
  cat <<_ACEOF
1714
 
\`configure' configures GIMP 2.6.1 to adapt to many kinds of systems.
 
1711
\`configure' configures GIMP 2.6.3 to adapt to many kinds of systems.
1715
1712
 
1716
1713
Usage: $0 [OPTION]... [VAR=VALUE]...
1717
1714
 
1785
1782
 
1786
1783
if test -n "$ac_init_help"; then
1787
1784
  case $ac_init_help in
1788
 
     short | recursive ) echo "Configuration of GIMP 2.6.1:";;
 
1785
     short | recursive ) echo "Configuration of GIMP 2.6.3:";;
1789
1786
   esac
1790
1787
  cat <<\_ACEOF
1791
1788
 
1809
1806
                          (default=no)
1810
1807
  --enable-binreloc-threads      compile binary relocation with threads support
1811
1808
                                 (default=yes)
 
1809
  --disable-nls           do not use Native Language Support
1812
1810
  --disable-glibtest      do not try to compile and run a test GLIB program
1813
1811
  --disable-gtktest       do not try to compile and run a test GTK+ program
1814
1812
  --enable-mmx            enable MMX support (default=auto)
2003
2001
test -n "$ac_init_help" && exit $ac_status
2004
2002
if $ac_init_version; then
2005
2003
  cat <<\_ACEOF
2006
 
GIMP configure 2.6.1
 
2004
GIMP configure 2.6.3
2007
2005
generated by GNU Autoconf 2.61
2008
2006
 
2009
2007
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2017
2015
This file contains any messages produced by compilers while
2018
2016
running configure, to aid debugging if configure makes a mistake.
2019
2017
 
2020
 
It was created by GIMP $as_me 2.6.1, which was
 
2018
It was created by GIMP $as_me 2.6.3, which was
2021
2019
generated by GNU Autoconf 2.61.  Invocation command line was
2022
2020
 
2023
2021
  $ $0 $@
2710
2708
 
2711
2709
# Define the identity of the package.
2712
2710
 PACKAGE='gimp'
2713
 
 VERSION='2.6.1'
 
2711
 VERSION='2.6.3'
2714
2712
 
2715
2713
 
2716
2714
# Some tools Automake needs.
2852
2850
 
2853
2851
GIMP_MAJOR_VERSION=2
2854
2852
GIMP_MINOR_VERSION=6
2855
 
GIMP_MICRO_VERSION=1
2856
 
GIMP_INTERFACE_AGE=1
2857
 
GIMP_BINARY_AGE=601
2858
 
GIMP_VERSION=2.6.1
2859
 
GIMP_REAL_VERSION=2.6.1
 
2853
GIMP_MICRO_VERSION=3
 
2854
GIMP_INTERFACE_AGE=3
 
2855
GIMP_BINARY_AGE=603
 
2856
GIMP_VERSION=2.6.3
 
2857
GIMP_REAL_VERSION=2.6.3
2860
2858
GIMP_API_VERSION=2.0
2861
2859
GIMP_APP_VERSION=2.6
2862
2860
GIMP_PLUGIN_VERSION=2.0
2916
2914
 
2917
2915
 
2918
2916
 
2919
 
LT_VERSION_INFO="600:1:600"
 
2917
LT_VERSION_INFO="600:3:600"
2920
2918
LT_CURRENT_MINUS_AGE=0
2921
2919
 
2922
2920
 
4960
4958
  ;;
4961
4959
*-*-irix6*)
4962
4960
  # Find out which ABI we are using.
4963
 
  echo '#line 4963 "configure"' > conftest.$ac_ext
 
4961
  echo '#line 4961 "configure"' > conftest.$ac_ext
4964
4962
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4965
4963
  (eval $ac_compile) 2>&5
4966
4964
  ac_status=$?
8307
8305
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8308
8306
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8309
8307
   -e 's:$: $lt_compiler_flag:'`
8310
 
   (eval echo "\"\$as_me:8310: $lt_compile\"" >&5)
 
8308
   (eval echo "\"\$as_me:8308: $lt_compile\"" >&5)
8311
8309
   (eval "$lt_compile" 2>conftest.err)
8312
8310
   ac_status=$?
8313
8311
   cat conftest.err >&5
8314
 
   echo "$as_me:8314: \$? = $ac_status" >&5
 
8312
   echo "$as_me:8312: \$? = $ac_status" >&5
8315
8313
   if (exit $ac_status) && test -s "$ac_outfile"; then
8316
8314
     # The compiler can only warn and ignore the option if not recognized
8317
8315
     # So say no if there are warnings other than the usual output.
8597
8595
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8598
8596
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8599
8597
   -e 's:$: $lt_compiler_flag:'`
8600
 
   (eval echo "\"\$as_me:8600: $lt_compile\"" >&5)
 
8598
   (eval echo "\"\$as_me:8598: $lt_compile\"" >&5)
8601
8599
   (eval "$lt_compile" 2>conftest.err)
8602
8600
   ac_status=$?
8603
8601
   cat conftest.err >&5
8604
 
   echo "$as_me:8604: \$? = $ac_status" >&5
 
8602
   echo "$as_me:8602: \$? = $ac_status" >&5
8605
8603
   if (exit $ac_status) && test -s "$ac_outfile"; then
8606
8604
     # The compiler can only warn and ignore the option if not recognized
8607
8605
     # So say no if there are warnings other than the usual output.
8701
8699
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8702
8700
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8703
8701
   -e 's:$: $lt_compiler_flag:'`
8704
 
   (eval echo "\"\$as_me:8704: $lt_compile\"" >&5)
 
8702
   (eval echo "\"\$as_me:8702: $lt_compile\"" >&5)
8705
8703
   (eval "$lt_compile" 2>out/conftest.err)
8706
8704
   ac_status=$?
8707
8705
   cat out/conftest.err >&5
8708
 
   echo "$as_me:8708: \$? = $ac_status" >&5
 
8706
   echo "$as_me:8706: \$? = $ac_status" >&5
8709
8707
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8710
8708
   then
8711
8709
     # The compiler can only warn and ignore the option if not recognized
11078
11076
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11079
11077
  lt_status=$lt_dlunknown
11080
11078
  cat > conftest.$ac_ext <<EOF
11081
 
#line 11081 "configure"
 
11079
#line 11079 "configure"
11082
11080
#include "confdefs.h"
11083
11081
 
11084
11082
#if HAVE_DLFCN_H
11178
11176
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11179
11177
  lt_status=$lt_dlunknown
11180
11178
  cat > conftest.$ac_ext <<EOF
11181
 
#line 11181 "configure"
 
11179
#line 11179 "configure"
11182
11180
#include "confdefs.h"
11183
11181
 
11184
11182
#if HAVE_DLFCN_H
13579
13577
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13580
13578
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13581
13579
   -e 's:$: $lt_compiler_flag:'`
13582
 
   (eval echo "\"\$as_me:13582: $lt_compile\"" >&5)
 
13580
   (eval echo "\"\$as_me:13580: $lt_compile\"" >&5)
13583
13581
   (eval "$lt_compile" 2>conftest.err)
13584
13582
   ac_status=$?
13585
13583
   cat conftest.err >&5
13586
 
   echo "$as_me:13586: \$? = $ac_status" >&5
 
13584
   echo "$as_me:13584: \$? = $ac_status" >&5
13587
13585
   if (exit $ac_status) && test -s "$ac_outfile"; then
13588
13586
     # The compiler can only warn and ignore the option if not recognized
13589
13587
     # So say no if there are warnings other than the usual output.
13683
13681
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13684
13682
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13685
13683
   -e 's:$: $lt_compiler_flag:'`
13686
 
   (eval echo "\"\$as_me:13686: $lt_compile\"" >&5)
 
13684
   (eval echo "\"\$as_me:13684: $lt_compile\"" >&5)
13687
13685
   (eval "$lt_compile" 2>out/conftest.err)
13688
13686
   ac_status=$?
13689
13687
   cat out/conftest.err >&5
13690
 
   echo "$as_me:13690: \$? = $ac_status" >&5
 
13688
   echo "$as_me:13688: \$? = $ac_status" >&5
13691
13689
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13692
13690
   then
13693
13691
     # The compiler can only warn and ignore the option if not recognized
15281
15279
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15282
15280
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15283
15281
   -e 's:$: $lt_compiler_flag:'`
15284
 
   (eval echo "\"\$as_me:15284: $lt_compile\"" >&5)
 
15282
   (eval echo "\"\$as_me:15282: $lt_compile\"" >&5)
15285
15283
   (eval "$lt_compile" 2>conftest.err)
15286
15284
   ac_status=$?
15287
15285
   cat conftest.err >&5
15288
 
   echo "$as_me:15288: \$? = $ac_status" >&5
 
15286
   echo "$as_me:15286: \$? = $ac_status" >&5
15289
15287
   if (exit $ac_status) && test -s "$ac_outfile"; then
15290
15288
     # The compiler can only warn and ignore the option if not recognized
15291
15289
     # So say no if there are warnings other than the usual output.
15385
15383
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15386
15384
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15387
15385
   -e 's:$: $lt_compiler_flag:'`
15388
 
   (eval echo "\"\$as_me:15388: $lt_compile\"" >&5)
 
15386
   (eval echo "\"\$as_me:15386: $lt_compile\"" >&5)
15389
15387
   (eval "$lt_compile" 2>out/conftest.err)
15390
15388
   ac_status=$?
15391
15389
   cat out/conftest.err >&5
15392
 
   echo "$as_me:15392: \$? = $ac_status" >&5
 
15390
   echo "$as_me:15390: \$? = $ac_status" >&5
15393
15391
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15394
15392
   then
15395
15393
     # The compiler can only warn and ignore the option if not recognized
17605
17603
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17606
17604
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17607
17605
   -e 's:$: $lt_compiler_flag:'`
17608
 
   (eval echo "\"\$as_me:17608: $lt_compile\"" >&5)
 
17606
   (eval echo "\"\$as_me:17606: $lt_compile\"" >&5)
17609
17607
   (eval "$lt_compile" 2>conftest.err)
17610
17608
   ac_status=$?
17611
17609
   cat conftest.err >&5
17612
 
   echo "$as_me:17612: \$? = $ac_status" >&5
 
17610
   echo "$as_me:17610: \$? = $ac_status" >&5
17613
17611
   if (exit $ac_status) && test -s "$ac_outfile"; then
17614
17612
     # The compiler can only warn and ignore the option if not recognized
17615
17613
     # So say no if there are warnings other than the usual output.
17895
17893
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17896
17894
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17897
17895
   -e 's:$: $lt_compiler_flag:'`
17898
 
   (eval echo "\"\$as_me:17898: $lt_compile\"" >&5)
 
17896
   (eval echo "\"\$as_me:17896: $lt_compile\"" >&5)
17899
17897
   (eval "$lt_compile" 2>conftest.err)
17900
17898
   ac_status=$?
17901
17899
   cat conftest.err >&5
17902
 
   echo "$as_me:17902: \$? = $ac_status" >&5
 
17900
   echo "$as_me:17900: \$? = $ac_status" >&5
17903
17901
   if (exit $ac_status) && test -s "$ac_outfile"; then
17904
17902
     # The compiler can only warn and ignore the option if not recognized
17905
17903
     # So say no if there are warnings other than the usual output.
17999
17997
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
18000
17998
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18001
17999
   -e 's:$: $lt_compiler_flag:'`
18002
 
   (eval echo "\"\$as_me:18002: $lt_compile\"" >&5)
 
18000
   (eval echo "\"\$as_me:18000: $lt_compile\"" >&5)
18003
18001
   (eval "$lt_compile" 2>out/conftest.err)
18004
18002
   ac_status=$?
18005
18003
   cat out/conftest.err >&5
18006
 
   echo "$as_me:18006: \$? = $ac_status" >&5
 
18004
   echo "$as_me:18004: \$? = $ac_status" >&5
18007
18005
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
18008
18006
   then
18009
18007
     # The compiler can only warn and ignore the option if not recognized
23733
23731
######################
23734
23732
 
23735
23733
 
 
23734
  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
23735
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
 
23736
    # Check whether --enable-nls was given.
 
23737
if test "${enable_nls+set}" = set; then
 
23738
  enableval=$enable_nls; USE_NLS=$enableval
 
23739
else
 
23740
  USE_NLS=yes
 
23741
fi
 
23742
 
 
23743
  { echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
23744
echo "${ECHO_T}$USE_NLS" >&6; }
 
23745
 
 
23746
 
 
23747
 
 
23748
 
23736
23749
case "$am__api_version" in
23737
23750
    1.01234)
23738
23751
        { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
24046
24059
fi
24047
24060
 
24048
24061
 
 
24062
# Extract the first word of "gmsgfmt", so it can be a program name with args.
 
24063
set dummy gmsgfmt; ac_word=$2
 
24064
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
24065
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
24066
if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
24067
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24068
else
 
24069
  case $GMSGFMT in
 
24070
  [\\/]* | ?:[\\/]*)
 
24071
  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
 
24072
  ;;
 
24073
  *)
 
24074
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
24075
for as_dir in $PATH
 
24076
do
 
24077
  IFS=$as_save_IFS
 
24078
  test -z "$as_dir" && as_dir=.
 
24079
  for ac_exec_ext in '' $ac_executable_extensions; do
 
24080
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
24081
    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
24082
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
24083
    break 2
 
24084
  fi
 
24085
done
 
24086
done
 
24087
IFS=$as_save_IFS
 
24088
 
 
24089
  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 
24090
  ;;
 
24091
esac
 
24092
fi
 
24093
GMSGFMT=$ac_cv_path_GMSGFMT
 
24094
if test -n "$GMSGFMT"; then
 
24095
  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
24096
echo "${ECHO_T}$GMSGFMT" >&6; }
 
24097
else
 
24098
  { echo "$as_me:$LINENO: result: no" >&5
 
24099
echo "${ECHO_T}no" >&6; }
 
24100
fi
 
24101
 
 
24102
 
24049
24103
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
24050
24104
    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
24051
24105
echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
36382
36436
 
36383
36437
 
36384
36438
 
36385
 
############################################################
36386
 
# Check for Mac OS X TWAIN framework (can't build on Darwin)
36387
 
############################################################
 
36439
####################
 
36440
# Check for Mac OS X
 
36441
####################
 
36442
 
 
36443
{ echo "$as_me:$LINENO: checking if compiling for Mac OS X" >&5
 
36444
echo $ECHO_N "checking if compiling for Mac OS X... $ECHO_C" >&6; }
 
36445
case "$target_or_host" in
 
36446
  *-*-darwin*)
 
36447
     { echo "$as_me:$LINENO: result: yes" >&5
 
36448
echo "${ECHO_T}yes" >&6; }
 
36449
 
 
36450
cat >>confdefs.h <<\_ACEOF
 
36451
#define PLATFORM_OSX 1
 
36452
_ACEOF
 
36453
 
 
36454
     ;;
 
36455
  *)
 
36456
     { echo "$as_me:$LINENO: result: no" >&5
 
36457
echo "${ECHO_T}no" >&6; }
 
36458
     ;;
 
36459
esac
 
36460
 
 
36461
 
 
36462
####################################
 
36463
# Check for Mac OS X TWAIN framework
 
36464
####################################
36388
36465
 
36389
36466
mac_twain_ok=no
36390
 
{ echo "$as_me:$LINENO: checking checking for Mac OS X TWAIN support" >&5
36391
 
echo $ECHO_N "checking checking for Mac OS X TWAIN support... $ECHO_C" >&6; }
 
36467
{ echo "$as_me:$LINENO: checking for Mac OS X TWAIN support" >&5
 
36468
echo $ECHO_N "checking for Mac OS X TWAIN support... $ECHO_C" >&6; }
36392
36469
cat >conftest.$ac_ext <<_ACEOF
36393
36470
/* confdefs.h.  */
36394
36471
_ACEOF
36437
36514
 
36438
36515
 
36439
36516
 
36440
 
#############################################################
36441
 
# Check for Mac OS X Carbon framework (can't build on Darwin)
36442
 
#############################################################
36443
 
 
36444
 
carbon_ok=no
36445
 
{ echo "$as_me:$LINENO: checking checking for Mac OS X Carbon support" >&5
36446
 
echo $ECHO_N "checking checking for Mac OS X Carbon support... $ECHO_C" >&6; }
36447
 
cat >conftest.$ac_ext <<_ACEOF
36448
 
/* confdefs.h.  */
36449
 
_ACEOF
36450
 
cat confdefs.h >>conftest.$ac_ext
36451
 
cat >>conftest.$ac_ext <<_ACEOF
36452
 
/* end confdefs.h.  */
36453
 
 
36454
 
#include <Carbon/Carbon.h>
36455
 
#include <CoreServices/CoreServices.h>
36456
 
 
36457
 
_ACEOF
36458
 
if { (ac_try="$ac_cpp conftest.$ac_ext"
36459
 
case "(($ac_try" in
36460
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36461
 
  *) ac_try_echo=$ac_try;;
36462
 
esac
36463
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36464
 
  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
36465
 
  ac_status=$?
36466
 
  grep -v '^ *+' conftest.er1 >conftest.err
36467
 
  rm -f conftest.er1
36468
 
  cat conftest.err >&5
36469
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
36470
 
  (exit $ac_status); } >/dev/null && {
36471
 
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
36472
 
         test ! -s conftest.err
36473
 
       }; then
36474
 
  carbon_ok=yes
36475
 
else
36476
 
  echo "$as_me: failed program was:" >&5
36477
 
sed 's/^/| /' conftest.$ac_ext >&5
36478
 
 
36479
 
 
36480
 
fi
36481
 
 
36482
 
rm -f conftest.err conftest.$ac_ext
36483
 
{ echo "$as_me:$LINENO: result: $carbon_ok" >&5
36484
 
echo "${ECHO_T}$carbon_ok" >&6; }
36485
 
if test "x$carbon_ok" = "xyes"; then
36486
 
 
36487
 
cat >>confdefs.h <<\_ACEOF
36488
 
#define HAVE_CARBON 1
36489
 
_ACEOF
36490
 
 
36491
 
  CARBON_LDFLAGS="-framework Carbon"
36492
 
 
36493
 
fi
36494
 
 if test "x$carbon_ok" = "xyes"; then
36495
 
  HAVE_CARBON_TRUE=
36496
 
  HAVE_CARBON_FALSE='#'
36497
 
else
36498
 
  HAVE_CARBON_TRUE='#'
36499
 
  HAVE_CARBON_FALSE=
36500
 
fi
36501
 
 
36502
 
 
36503
 
 
36504
36517
##########################################################
36505
36518
# Determine where to install the desktop & mime info files
36506
36519
##########################################################
37213
37226
Usually this means the macro was only invoked conditionally." >&2;}
37214
37227
   { (exit 1); exit 1; }; }
37215
37228
fi
37216
 
if test -z "${HAVE_CARBON_TRUE}" && test -z "${HAVE_CARBON_FALSE}"; then
37217
 
  { { echo "$as_me:$LINENO: error: conditional \"HAVE_CARBON\" was never defined.
37218
 
Usually this means the macro was only invoked conditionally." >&5
37219
 
echo "$as_me: error: conditional \"HAVE_CARBON\" was never defined.
37220
 
Usually this means the macro was only invoked conditionally." >&2;}
37221
 
   { (exit 1); exit 1; }; }
37222
 
fi
37223
37229
if test -z "${DESKTOP_DATADIR_TRUE}" && test -z "${DESKTOP_DATADIR_FALSE}"; then
37224
37230
  { { echo "$as_me:$LINENO: error: conditional \"DESKTOP_DATADIR\" was never defined.
37225
37231
Usually this means the macro was only invoked conditionally." >&5
37590
37596
# report actual input values of CONFIG_FILES etc. instead of their
37591
37597
# values after options handling.
37592
37598
ac_log="
37593
 
This file was extended by GIMP $as_me 2.6.1, which was
 
37599
This file was extended by GIMP $as_me 2.6.3, which was
37594
37600
generated by GNU Autoconf 2.61.  Invocation command line was
37595
37601
 
37596
37602
  CONFIG_FILES    = $CONFIG_FILES
37643
37649
_ACEOF
37644
37650
cat >>$CONFIG_STATUS <<_ACEOF
37645
37651
ac_cs_version="\\
37646
 
GIMP config.status 2.6.1
 
37652
GIMP config.status 2.6.3
37647
37653
configured by $0, generated by GNU Autoconf 2.61,
37648
37654
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
37649
37655
 
37752
37758
 
37753
37759
  gimp_major_ver=2
37754
37760
  gimp_minor_ver=6
37755
 
  gimp_micro_ver=1
37756
 
  gimp_ver=2.6.1
 
37761
  gimp_micro_ver=3
 
37762
  gimp_ver=2.6.3
37757
37763
  gimp_api_ver=2.0
37758
37764
 
37759
37765
 
38169
38175
BINRELOC_LIBS!$BINRELOC_LIBS$ac_delim
38170
38176
USE_BINRELOC_TRUE!$USE_BINRELOC_TRUE$ac_delim
38171
38177
USE_BINRELOC_FALSE!$USE_BINRELOC_FALSE$ac_delim
 
38178
USE_NLS!$USE_NLS$ac_delim
38172
38179
INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
38173
38180
INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
38174
38181
INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
38194
38201
XGETTEXT!$XGETTEXT$ac_delim
38195
38202
MSGMERGE!$MSGMERGE$ac_delim
38196
38203
MSGFMT!$MSGFMT$ac_delim
 
38204
GMSGFMT!$GMSGFMT$ac_delim
38197
38205
INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
38198
38206
ALL_LINGUAS!$ALL_LINGUAS$ac_delim
38199
38207
DATADIRNAME!$DATADIRNAME$ac_delim
38200
 
USE_NLS!$USE_NLS$ac_delim
38201
38208
MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
38202
 
GMSGFMT!$GMSGFMT$ac_delim
38203
38209
CATALOGS!$CATALOGS$ac_delim
38204
38210
CATOBJEXT!$CATOBJEXT$ac_delim
38205
38211
GMOFILES!$GMOFILES$ac_delim
38435
38441
SCREENSHOT!$SCREENSHOT$ac_delim
38436
38442
HAVE_MAC_TWAIN_TRUE!$HAVE_MAC_TWAIN_TRUE$ac_delim
38437
38443
HAVE_MAC_TWAIN_FALSE!$HAVE_MAC_TWAIN_FALSE$ac_delim
38438
 
CARBON_LDFLAGS!$CARBON_LDFLAGS$ac_delim
38439
 
HAVE_CARBON_TRUE!$HAVE_CARBON_TRUE$ac_delim
38440
 
HAVE_CARBON_FALSE!$HAVE_CARBON_FALSE$ac_delim
38441
38444
DESKTOP_DATADIR_TRUE!$DESKTOP_DATADIR_TRUE$ac_delim
38442
38445
DESKTOP_DATADIR_FALSE!$DESKTOP_DATADIR_FALSE$ac_delim
38443
38446
DESKTOP_DATADIR!$DESKTOP_DATADIR$ac_delim
38474
38477
LTLIBOBJS!$LTLIBOBJS$ac_delim
38475
38478
_ACEOF
38476
38479
 
38477
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
 
38480
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
38478
38481
    break
38479
38482
  elif $ac_last_try; then
38480
38483
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
39095
39098
sed -e "/POTFILES =/r po-script-fu/POTFILES" po-script-fu/Makefile.in > po-script-fu/Makefile && touch po-script-fu/stamp-it
39096
39099
sed -e "/POTFILES =/r po-tips/POTFILES" po-tips/Makefile.in > po-tips/Makefile && touch po-tips/stamp-it ;;
39097
39100
    "po/stamp-it":C)
 
39101
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
 
39102
       { { echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
39103
echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
39104
   { (exit 1); exit 1; }; }
 
39105
    fi
39098
39106
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
39099
39107
    >"po/stamp-it.tmp"
39100
39108
    sed '/^#/d
39103
39111
        '"s|^|  $ac_top_srcdir/|" \
39104
39112
      "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES"
39105
39113
 
39106
 
    if test ! -f "po/Makefile"; then
39107
 
      { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5
39108
 
echo "$as_me: error: po/Makefile is not ready." >&2;}
39109
 
   { (exit 1); exit 1; }; }
39110
 
    fi
39111
 
    mv "po/Makefile" "po/Makefile.tmp"
39112
39114
    sed '/^POTFILES =/,/[^\\]$/ {
39113
39115
                /^POTFILES =/!d
39114
39116
                r po/POTFILES
39115
39117
          }
39116
 
         ' "po/Makefile.tmp" >"po/Makefile"
 
39118
         ' "po/Makefile.in" >"po/Makefile"
39117
39119
    rm -f "po/Makefile.tmp"
39118
39120
    mv "po/stamp-it.tmp" "po/stamp-it"
39119
39121
   ;;