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

« back to all changes in this revision

Viewing changes to configure

  • 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:
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.4.6.
 
3
# Generated by GNU Autoconf 2.61 for GIMP 2.4.7.
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.4.6'
732
 
PACKAGE_STRING='GIMP 2.4.6'
 
731
PACKAGE_VERSION='2.4.7'
 
732
PACKAGE_STRING='GIMP 2.4.7'
733
733
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP'
734
734
 
735
735
ac_unique_file="app/core/gimp.c"
809
809
INSTALL_PROGRAM
810
810
INSTALL_SCRIPT
811
811
INSTALL_DATA
 
812
am__isrc
812
813
CYGPATH_W
813
814
PACKAGE
814
815
VERSION
908
909
LIBTOOL
909
910
CCAS
910
911
CCASFLAGS
 
912
CCASDEPMODE
 
913
am__fastdepCCAS_TRUE
 
914
am__fastdepCCAS_FALSE
911
915
MAINTAINER_MODE_TRUE
912
916
MAINTAINER_MODE_FALSE
913
917
MAINT
1695
1699
  # Omit some internal or obsolete options to make the list less imposing.
1696
1700
  # This message is too long to be a string in the A/UX 3.1 sh.
1697
1701
  cat <<_ACEOF
1698
 
\`configure' configures GIMP 2.4.6 to adapt to many kinds of systems.
 
1702
\`configure' configures GIMP 2.4.7 to adapt to many kinds of systems.
1699
1703
 
1700
1704
Usage: $0 [OPTION]... [VAR=VALUE]...
1701
1705
 
1769
1773
 
1770
1774
if test -n "$ac_init_help"; then
1771
1775
  case $ac_init_help in
1772
 
     short | recursive ) echo "Configuration of GIMP 2.4.6:";;
 
1776
     short | recursive ) echo "Configuration of GIMP 2.4.7:";;
1773
1777
   esac
1774
1778
  cat <<\_ACEOF
1775
1779
 
1976
1980
test -n "$ac_init_help" && exit $ac_status
1977
1981
if $ac_init_version; then
1978
1982
  cat <<\_ACEOF
1979
 
GIMP configure 2.4.6
 
1983
GIMP configure 2.4.7
1980
1984
generated by GNU Autoconf 2.61
1981
1985
 
1982
1986
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1990
1994
This file contains any messages produced by compilers while
1991
1995
running configure, to aid debugging if configure makes a mistake.
1992
1996
 
1993
 
It was created by GIMP $as_me 2.4.6, which was
 
1997
It was created by GIMP $as_me 2.4.7, which was
1994
1998
generated by GNU Autoconf 2.61.  Invocation command line was
1995
1999
 
1996
2000
  $ $0 $@
2346
2350
 
2347
2351
 
2348
2352
 
2349
 
am__api_version="1.9"
 
2353
am__api_version='1.10'
 
2354
 
2350
2355
ac_aux_dir=
2351
2356
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2352
2357
  if test -f "$ac_dir/install-sh"; then
2529
2534
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2530
2535
fi
2531
2536
 
2532
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2533
 
  # We used to keeping the `.' as first argument, in order to
2534
 
  # allow $(mkdir_p) to be used without argument.  As in
2535
 
  #   $(mkdir_p) $(somedir)
2536
 
  # where $(somedir) is conditionally defined.  However this is wrong
2537
 
  # for two reasons:
2538
 
  #  1. if the package is installed by a user who cannot write `.'
2539
 
  #     make install will fail,
2540
 
  #  2. the above comment should most certainly read
2541
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
2542
 
  #     so it does not work when $(somedir) is undefined and
2543
 
  #     $(DESTDIR) is not.
2544
 
  #  To support the latter case, we have to write
2545
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2546
 
  #  so the `.' trick is pointless.
2547
 
  mkdir_p='mkdir -p --'
 
2537
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
2538
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
2539
if test -z "$MKDIR_P"; then
 
2540
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2541
  echo $ECHO_N "(cached) $ECHO_C" >&6
2548
2542
else
2549
 
  # On NextStep and OpenStep, the `mkdir' command does not
2550
 
  # recognize any option.  It will interpret all options as
2551
 
  # directories to create, and then abort because `.' already
2552
 
  # exists.
2553
 
  for d in ./-p ./--version;
2554
 
  do
2555
 
    test -d $d && rmdir $d
2556
 
  done
2557
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2558
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
2559
 
    mkdir_p='$(mkinstalldirs)'
 
2543
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2544
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
2545
do
 
2546
  IFS=$as_save_IFS
 
2547
  test -z "$as_dir" && as_dir=.
 
2548
  for ac_prog in mkdir gmkdir; do
 
2549
         for ac_exec_ext in '' $ac_executable_extensions; do
 
2550
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
2551
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
2552
             'mkdir (GNU coreutils) '* | \
 
2553
             'mkdir (coreutils) '* | \
 
2554
             'mkdir (fileutils) '4.1*)
 
2555
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
2556
               break 3;;
 
2557
           esac
 
2558
         done
 
2559
       done
 
2560
done
 
2561
IFS=$as_save_IFS
 
2562
 
 
2563
fi
 
2564
 
 
2565
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2566
    MKDIR_P="$ac_cv_path_mkdir -p"
2560
2567
  else
2561
 
    mkdir_p='$(install_sh) -d'
 
2568
    # As a last resort, use the slow shell script.  Don't cache a
 
2569
    # value for MKDIR_P within a source directory, because that will
 
2570
    # break other packages using the cache if that directory is
 
2571
    # removed, or if the value is a relative name.
 
2572
    test -d ./--version && rmdir ./--version
 
2573
    MKDIR_P="$ac_install_sh -d"
2562
2574
  fi
2563
2575
fi
 
2576
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
2577
echo "${ECHO_T}$MKDIR_P" >&6; }
 
2578
 
 
2579
mkdir_p="$MKDIR_P"
 
2580
case $mkdir_p in
 
2581
  [\\/$]* | ?:[\\/]*) ;;
 
2582
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2583
esac
2564
2584
 
2565
2585
for ac_prog in gawk mawk nawk awk
2566
2586
do
2643
2663
fi
2644
2664
rmdir .tst 2>/dev/null
2645
2665
 
2646
 
# test to see if srcdir already configured
2647
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2648
 
   test -f $srcdir/config.status; then
2649
 
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
2666
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2667
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2668
  # is not polluted with repeated "-I."
 
2669
  am__isrc=' -I$(srcdir)'
 
2670
  # test to see if srcdir already configured
 
2671
  if test -f $srcdir/config.status; then
 
2672
    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2650
2673
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2651
2674
   { (exit 1); exit 1; }; }
 
2675
  fi
2652
2676
fi
2653
2677
 
2654
2678
# test whether we have cygpath
2663
2687
 
2664
2688
# Define the identity of the package.
2665
2689
 PACKAGE='gimp'
2666
 
 VERSION='2.4.6'
 
2690
 VERSION='2.4.7'
2667
2691
 
2668
2692
 
2669
2693
# Some tools Automake needs.
2682
2706
 
2683
2707
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2684
2708
 
2685
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
2709
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2686
2710
 
2687
2711
# Installed binaries are usually stripped using `strip' when the user
2688
2712
# run `make install-strip'.  However `strip' might not be the right
2786
2810
fi
2787
2811
 
2788
2812
fi
2789
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
2813
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2790
2814
 
2791
2815
# We need awk for the "check" target.  The system "awk" is bad on
2792
2816
# some platforms.
2805
2829
 
2806
2830
GIMP_MAJOR_VERSION=2
2807
2831
GIMP_MINOR_VERSION=4
2808
 
GIMP_MICRO_VERSION=6
2809
 
GIMP_INTERFACE_AGE=6
2810
 
GIMP_BINARY_AGE=406
2811
 
GIMP_VERSION=2.4.6
2812
 
GIMP_REAL_VERSION=2.4.6
 
2832
GIMP_MICRO_VERSION=7
 
2833
GIMP_INTERFACE_AGE=7
 
2834
GIMP_BINARY_AGE=407
 
2835
GIMP_VERSION=2.4.7
 
2836
GIMP_REAL_VERSION=2.4.7
2813
2837
GIMP_API_VERSION=2.0
2814
2838
GIMP_APP_VERSION=2.4
2815
2839
GIMP_PLUGIN_VERSION=2.0
2846
2870
_ACEOF
2847
2871
 
2848
2872
fi
2849
 
 
2850
 
 
2851
 
if test "x$GIMP_UNSTABLE" = "xyes"; then
 
2873
 if test "x$GIMP_UNSTABLE" = "xyes"; then
2852
2874
  GIMP_UNSTABLE_TRUE=
2853
2875
  GIMP_UNSTABLE_FALSE='#'
2854
2876
else
2862
2884
 
2863
2885
 
2864
2886
 
2865
 
LT_VERSION_INFO="400:6:400"
 
2887
LT_VERSION_INFO="400:7:400"
2866
2888
LT_CURRENT_MINUS_AGE=0
2867
2889
 
2868
2890
 
3866
3888
  am_depcomp="$ac_aux_dir/depcomp"
3867
3889
  AMDEPBACKSLASH='\'
3868
3890
fi
3869
 
 
3870
 
 
3871
 
if test "x$enable_dependency_tracking" != xno; then
 
3891
 if test "x$enable_dependency_tracking" != xno; then
3872
3892
  AMDEP_TRUE=
3873
3893
  AMDEP_FALSE='#'
3874
3894
else
3878
3898
 
3879
3899
 
3880
3900
 
3881
 
 
3882
3901
depcc="$CC"   am_compiler_list=
3883
3902
 
3884
3903
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3946
3965
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3947
3966
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3948
3967
         >/dev/null 2>conftest.err &&
 
3968
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3949
3969
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3950
3970
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3951
3971
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3975
3995
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
3976
3996
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3977
3997
 
3978
 
 
3979
 
 
3980
 
if
 
3998
 if
3981
3999
  test "x$enable_dependency_tracking" != xno \
3982
4000
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3983
4001
  am__fastdepCC_TRUE=
3988
4006
fi
3989
4007
 
3990
4008
 
 
4009
if test "x$CC" != xcc; then
 
4010
  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
4011
echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
 
4012
else
 
4013
  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
4014
echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
 
4015
fi
 
4016
set dummy $CC; ac_cc=`echo $2 |
 
4017
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
4018
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
 
4019
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4020
else
 
4021
  cat >conftest.$ac_ext <<_ACEOF
 
4022
/* confdefs.h.  */
 
4023
_ACEOF
 
4024
cat confdefs.h >>conftest.$ac_ext
 
4025
cat >>conftest.$ac_ext <<_ACEOF
 
4026
/* end confdefs.h.  */
 
4027
 
 
4028
int
 
4029
main ()
 
4030
{
 
4031
 
 
4032
  ;
 
4033
  return 0;
 
4034
}
 
4035
_ACEOF
 
4036
# Make sure it works both with $CC and with simple cc.
 
4037
# We do the test twice because some compilers refuse to overwrite an
 
4038
# existing .o file with -o, though they will create one.
 
4039
ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
4040
rm -f conftest2.*
 
4041
if { (case "(($ac_try" in
 
4042
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4043
  *) ac_try_echo=$ac_try;;
 
4044
esac
 
4045
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4046
  (eval "$ac_try") 2>&5
 
4047
  ac_status=$?
 
4048
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4049
  (exit $ac_status); } &&
 
4050
   test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
4051
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4052
  *) ac_try_echo=$ac_try;;
 
4053
esac
 
4054
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4055
  (eval "$ac_try") 2>&5
 
4056
  ac_status=$?
 
4057
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4058
  (exit $ac_status); };
 
4059
then
 
4060
  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
 
4061
  if test "x$CC" != xcc; then
 
4062
    # Test first that cc exists at all.
 
4063
    if { ac_try='cc -c conftest.$ac_ext >&5'
 
4064
  { (case "(($ac_try" in
 
4065
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4066
  *) ac_try_echo=$ac_try;;
 
4067
esac
 
4068
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4069
  (eval "$ac_try") 2>&5
 
4070
  ac_status=$?
 
4071
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4072
  (exit $ac_status); }; }; then
 
4073
      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
4074
      rm -f conftest2.*
 
4075
      if { (case "(($ac_try" in
 
4076
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4077
  *) ac_try_echo=$ac_try;;
 
4078
esac
 
4079
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4080
  (eval "$ac_try") 2>&5
 
4081
  ac_status=$?
 
4082
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4083
  (exit $ac_status); } &&
 
4084
         test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
4085
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4086
  *) ac_try_echo=$ac_try;;
 
4087
esac
 
4088
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4089
  (eval "$ac_try") 2>&5
 
4090
  ac_status=$?
 
4091
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4092
  (exit $ac_status); };
 
4093
      then
 
4094
        # cc works too.
 
4095
        :
 
4096
      else
 
4097
        # cc exists but doesn't like -o.
 
4098
        eval ac_cv_prog_cc_${ac_cc}_c_o=no
 
4099
      fi
 
4100
    fi
 
4101
  fi
 
4102
else
 
4103
  eval ac_cv_prog_cc_${ac_cc}_c_o=no
 
4104
fi
 
4105
rm -f core conftest*
 
4106
 
 
4107
fi
 
4108
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
 
4109
  { echo "$as_me:$LINENO: result: yes" >&5
 
4110
echo "${ECHO_T}yes" >&6; }
 
4111
else
 
4112
  { echo "$as_me:$LINENO: result: no" >&5
 
4113
echo "${ECHO_T}no" >&6; }
 
4114
 
 
4115
cat >>confdefs.h <<\_ACEOF
 
4116
#define NO_MINUS_C_MINUS_O 1
 
4117
_ACEOF
 
4118
 
 
4119
fi
 
4120
 
 
4121
# FIXME: we rely on the cache variable name because
 
4122
# there is no other way.
 
4123
set dummy $CC
 
4124
ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
4125
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
 
4126
   # Losing compiler, so override with the script.
 
4127
   # FIXME: It is wrong to rewrite CC.
 
4128
   # But if we don't then we get into trouble of one sort or another.
 
4129
   # A longer-term fix would be to have automake use am__CC in this case,
 
4130
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
4131
   CC="$am_aux_dir/compile $CC"
 
4132
fi
 
4133
 
 
4134
 
3991
4135
# Check whether --enable-static was given.
3992
4136
if test "${enable_static+set}" = set; then
3993
4137
  enableval=$enable_static; p=${PACKAGE-default}
4799
4943
  ;;
4800
4944
*-*-irix6*)
4801
4945
  # Find out which ABI we are using.
4802
 
  echo '#line 4802 "configure"' > conftest.$ac_ext
 
4946
  echo '#line 4946 "configure"' > conftest.$ac_ext
4803
4947
  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4804
4948
  (eval $ac_compile) 2>&5
4805
4949
  ac_status=$?
6329
6473
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6330
6474
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6331
6475
         >/dev/null 2>conftest.err &&
 
6476
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6332
6477
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6333
6478
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6334
6479
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6358
6503
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
6359
6504
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
6360
6505
 
6361
 
 
6362
 
 
6363
 
if
 
6506
 if
6364
6507
  test "x$enable_dependency_tracking" != xno \
6365
6508
  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
6366
6509
  am__fastdepCXX_TRUE=
8147
8290
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8148
8291
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8149
8292
   -e 's:$: $lt_compiler_flag:'`
8150
 
   (eval echo "\"\$as_me:8150: $lt_compile\"" >&5)
 
8293
   (eval echo "\"\$as_me:8293: $lt_compile\"" >&5)
8151
8294
   (eval "$lt_compile" 2>conftest.err)
8152
8295
   ac_status=$?
8153
8296
   cat conftest.err >&5
8154
 
   echo "$as_me:8154: \$? = $ac_status" >&5
 
8297
   echo "$as_me:8297: \$? = $ac_status" >&5
8155
8298
   if (exit $ac_status) && test -s "$ac_outfile"; then
8156
8299
     # The compiler can only warn and ignore the option if not recognized
8157
8300
     # So say no if there are warnings other than the usual output.
8437
8580
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8438
8581
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8439
8582
   -e 's:$: $lt_compiler_flag:'`
8440
 
   (eval echo "\"\$as_me:8440: $lt_compile\"" >&5)
 
8583
   (eval echo "\"\$as_me:8583: $lt_compile\"" >&5)
8441
8584
   (eval "$lt_compile" 2>conftest.err)
8442
8585
   ac_status=$?
8443
8586
   cat conftest.err >&5
8444
 
   echo "$as_me:8444: \$? = $ac_status" >&5
 
8587
   echo "$as_me:8587: \$? = $ac_status" >&5
8445
8588
   if (exit $ac_status) && test -s "$ac_outfile"; then
8446
8589
     # The compiler can only warn and ignore the option if not recognized
8447
8590
     # So say no if there are warnings other than the usual output.
8541
8684
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8542
8685
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8543
8686
   -e 's:$: $lt_compiler_flag:'`
8544
 
   (eval echo "\"\$as_me:8544: $lt_compile\"" >&5)
 
8687
   (eval echo "\"\$as_me:8687: $lt_compile\"" >&5)
8545
8688
   (eval "$lt_compile" 2>out/conftest.err)
8546
8689
   ac_status=$?
8547
8690
   cat out/conftest.err >&5
8548
 
   echo "$as_me:8548: \$? = $ac_status" >&5
 
8691
   echo "$as_me:8691: \$? = $ac_status" >&5
8549
8692
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8550
8693
   then
8551
8694
     # The compiler can only warn and ignore the option if not recognized
10918
11061
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10919
11062
  lt_status=$lt_dlunknown
10920
11063
  cat > conftest.$ac_ext <<EOF
10921
 
#line 10921 "configure"
 
11064
#line 11064 "configure"
10922
11065
#include "confdefs.h"
10923
11066
 
10924
11067
#if HAVE_DLFCN_H
11018
11161
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11019
11162
  lt_status=$lt_dlunknown
11020
11163
  cat > conftest.$ac_ext <<EOF
11021
 
#line 11021 "configure"
 
11164
#line 11164 "configure"
11022
11165
#include "confdefs.h"
11023
11166
 
11024
11167
#if HAVE_DLFCN_H
13419
13562
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13420
13563
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13421
13564
   -e 's:$: $lt_compiler_flag:'`
13422
 
   (eval echo "\"\$as_me:13422: $lt_compile\"" >&5)
 
13565
   (eval echo "\"\$as_me:13565: $lt_compile\"" >&5)
13423
13566
   (eval "$lt_compile" 2>conftest.err)
13424
13567
   ac_status=$?
13425
13568
   cat conftest.err >&5
13426
 
   echo "$as_me:13426: \$? = $ac_status" >&5
 
13569
   echo "$as_me:13569: \$? = $ac_status" >&5
13427
13570
   if (exit $ac_status) && test -s "$ac_outfile"; then
13428
13571
     # The compiler can only warn and ignore the option if not recognized
13429
13572
     # So say no if there are warnings other than the usual output.
13523
13666
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
13524
13667
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
13525
13668
   -e 's:$: $lt_compiler_flag:'`
13526
 
   (eval echo "\"\$as_me:13526: $lt_compile\"" >&5)
 
13669
   (eval echo "\"\$as_me:13669: $lt_compile\"" >&5)
13527
13670
   (eval "$lt_compile" 2>out/conftest.err)
13528
13671
   ac_status=$?
13529
13672
   cat out/conftest.err >&5
13530
 
   echo "$as_me:13530: \$? = $ac_status" >&5
 
13673
   echo "$as_me:13673: \$? = $ac_status" >&5
13531
13674
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
13532
13675
   then
13533
13676
     # The compiler can only warn and ignore the option if not recognized
15121
15264
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15122
15265
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15123
15266
   -e 's:$: $lt_compiler_flag:'`
15124
 
   (eval echo "\"\$as_me:15124: $lt_compile\"" >&5)
 
15267
   (eval echo "\"\$as_me:15267: $lt_compile\"" >&5)
15125
15268
   (eval "$lt_compile" 2>conftest.err)
15126
15269
   ac_status=$?
15127
15270
   cat conftest.err >&5
15128
 
   echo "$as_me:15128: \$? = $ac_status" >&5
 
15271
   echo "$as_me:15271: \$? = $ac_status" >&5
15129
15272
   if (exit $ac_status) && test -s "$ac_outfile"; then
15130
15273
     # The compiler can only warn and ignore the option if not recognized
15131
15274
     # So say no if there are warnings other than the usual output.
15225
15368
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15226
15369
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15227
15370
   -e 's:$: $lt_compiler_flag:'`
15228
 
   (eval echo "\"\$as_me:15228: $lt_compile\"" >&5)
 
15371
   (eval echo "\"\$as_me:15371: $lt_compile\"" >&5)
15229
15372
   (eval "$lt_compile" 2>out/conftest.err)
15230
15373
   ac_status=$?
15231
15374
   cat out/conftest.err >&5
15232
 
   echo "$as_me:15232: \$? = $ac_status" >&5
 
15375
   echo "$as_me:15375: \$? = $ac_status" >&5
15233
15376
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15234
15377
   then
15235
15378
     # The compiler can only warn and ignore the option if not recognized
17445
17588
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17446
17589
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17447
17590
   -e 's:$: $lt_compiler_flag:'`
17448
 
   (eval echo "\"\$as_me:17448: $lt_compile\"" >&5)
 
17591
   (eval echo "\"\$as_me:17591: $lt_compile\"" >&5)
17449
17592
   (eval "$lt_compile" 2>conftest.err)
17450
17593
   ac_status=$?
17451
17594
   cat conftest.err >&5
17452
 
   echo "$as_me:17452: \$? = $ac_status" >&5
 
17595
   echo "$as_me:17595: \$? = $ac_status" >&5
17453
17596
   if (exit $ac_status) && test -s "$ac_outfile"; then
17454
17597
     # The compiler can only warn and ignore the option if not recognized
17455
17598
     # So say no if there are warnings other than the usual output.
17735
17878
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17736
17879
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17737
17880
   -e 's:$: $lt_compiler_flag:'`
17738
 
   (eval echo "\"\$as_me:17738: $lt_compile\"" >&5)
 
17881
   (eval echo "\"\$as_me:17881: $lt_compile\"" >&5)
17739
17882
   (eval "$lt_compile" 2>conftest.err)
17740
17883
   ac_status=$?
17741
17884
   cat conftest.err >&5
17742
 
   echo "$as_me:17742: \$? = $ac_status" >&5
 
17885
   echo "$as_me:17885: \$? = $ac_status" >&5
17743
17886
   if (exit $ac_status) && test -s "$ac_outfile"; then
17744
17887
     # The compiler can only warn and ignore the option if not recognized
17745
17888
     # So say no if there are warnings other than the usual output.
17839
17982
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17840
17983
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17841
17984
   -e 's:$: $lt_compiler_flag:'`
17842
 
   (eval echo "\"\$as_me:17842: $lt_compile\"" >&5)
 
17985
   (eval echo "\"\$as_me:17985: $lt_compile\"" >&5)
17843
17986
   (eval "$lt_compile" 2>out/conftest.err)
17844
17987
   ac_status=$?
17845
17988
   cat out/conftest.err >&5
17846
 
   echo "$as_me:17846: \$? = $ac_status" >&5
 
17989
   echo "$as_me:17989: \$? = $ac_status" >&5
17847
17990
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17848
17991
   then
17849
17992
     # The compiler can only warn and ignore the option if not recognized
20537
20680
 
20538
20681
 
20539
20682
 
 
20683
depcc="$CCAS"   am_compiler_list=
 
20684
 
 
20685
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
20686
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
20687
if test "${am_cv_CCAS_dependencies_compiler_type+set}" = set; then
 
20688
  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20689
else
 
20690
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
20691
  # We make a subdir and do the tests there.  Otherwise we can end up
 
20692
  # making bogus files that we don't know about and never remove.  For
 
20693
  # instance it was reported that on HP-UX the gcc test will end up
 
20694
  # making a dummy file named `D' -- because `-MD' means `put the output
 
20695
  # in D'.
 
20696
  mkdir conftest.dir
 
20697
  # Copy depcomp to subdir because otherwise we won't find it if we're
 
20698
  # using a relative directory.
 
20699
  cp "$am_depcomp" conftest.dir
 
20700
  cd conftest.dir
 
20701
  # We will build objects and dependencies in a subdirectory because
 
20702
  # it helps to detect inapplicable dependency modes.  For instance
 
20703
  # both Tru64's cc and ICC support -MD to output dependencies as a
 
20704
  # side effect of compilation, but ICC will put the dependencies in
 
20705
  # the current directory while Tru64 will put them in the object
 
20706
  # directory.
 
20707
  mkdir sub
 
20708
 
 
20709
  am_cv_CCAS_dependencies_compiler_type=none
 
20710
  if test "$am_compiler_list" = ""; then
 
20711
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
 
20712
  fi
 
20713
  for depmode in $am_compiler_list; do
 
20714
    # Setup a source with many dependencies, because some compilers
 
20715
    # like to wrap large dependency lists on column 80 (with \), and
 
20716
    # we should not choose a depcomp mode which is confused by this.
 
20717
    #
 
20718
    # We need to recreate these files for each test, as the compiler may
 
20719
    # overwrite some of them when testing with obscure command lines.
 
20720
    # This happens at least with the AIX C compiler.
 
20721
    : > sub/conftest.c
 
20722
    for i in 1 2 3 4 5 6; do
 
20723
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
20724
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
20725
      # Solaris 8's {/usr,}/bin/sh.
 
20726
      touch sub/conftst$i.h
 
20727
    done
 
20728
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
20729
 
 
20730
    case $depmode in
 
20731
    nosideeffect)
 
20732
      # after this tag, mechanisms are not by side-effect, so they'll
 
20733
      # only be used when explicitly requested
 
20734
      if test "x$enable_dependency_tracking" = xyes; then
 
20735
        continue
 
20736
      else
 
20737
        break
 
20738
      fi
 
20739
      ;;
 
20740
    none) break ;;
 
20741
    esac
 
20742
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
20743
    # mode.  It turns out that the SunPro C++ compiler does not properly
 
20744
    # handle `-M -o', and we need to detect this.
 
20745
    if depmode=$depmode \
 
20746
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
20747
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
20748
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
20749
         >/dev/null 2>conftest.err &&
 
20750
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
20751
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
20752
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
20753
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
20754
      # icc doesn't choke on unknown options, it will just issue warnings
 
20755
      # or remarks (even with -Werror).  So we grep stderr for any message
 
20756
      # that says an option was ignored or not supported.
 
20757
      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
20758
      #   icc: Command line warning: ignoring option '-M'; no argument required
 
20759
      # The diagnosis changed in icc 8.0:
 
20760
      #   icc: Command line remark: option '-MP' not supported
 
20761
      if (grep 'ignoring option' conftest.err ||
 
20762
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
20763
        am_cv_CCAS_dependencies_compiler_type=$depmode
 
20764
        break
 
20765
      fi
 
20766
    fi
 
20767
  done
 
20768
 
 
20769
  cd ..
 
20770
  rm -rf conftest.dir
 
20771
else
 
20772
  am_cv_CCAS_dependencies_compiler_type=none
 
20773
fi
 
20774
 
 
20775
fi
 
20776
{ echo "$as_me:$LINENO: result: $am_cv_CCAS_dependencies_compiler_type" >&5
 
20777
echo "${ECHO_T}$am_cv_CCAS_dependencies_compiler_type" >&6; }
 
20778
CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
 
20779
 
 
20780
 if
 
20781
  test "x$enable_dependency_tracking" != xno \
 
20782
  && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
 
20783
  am__fastdepCCAS_TRUE=
 
20784
  am__fastdepCCAS_FALSE='#'
 
20785
else
 
20786
  am__fastdepCCAS_TRUE='#'
 
20787
  am__fastdepCCAS_FALSE=
 
20788
fi
 
20789
 
 
20790
 
20540
20791
 
20541
20792
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
20542
20793
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
20549
20800
 
20550
20801
  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
20551
20802
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
20552
 
 
20553
 
 
20554
 
if test $USE_MAINTAINER_MODE = yes; then
 
20803
   if test $USE_MAINTAINER_MODE = yes; then
20555
20804
  MAINTAINER_MODE_TRUE=
20556
20805
  MAINTAINER_MODE_FALSE='#'
20557
20806
else
20645
20894
esac
20646
20895
{ echo "$as_me:$LINENO: result: $platform_win32" >&5
20647
20896
echo "${ECHO_T}$platform_win32" >&6; }
20648
 
 
20649
 
 
20650
 
if test "$platform_win32" = "yes"; then
 
20897
 if test "$platform_win32" = "yes"; then
20651
20898
  PLATFORM_WIN32_TRUE=
20652
20899
  PLATFORM_WIN32_FALSE='#'
20653
20900
else
20671
20918
{ echo "$as_me:$LINENO: result: $os_win32" >&5
20672
20919
echo "${ECHO_T}$os_win32" >&6; }
20673
20920
 
20674
 
 
20675
 
 
20676
 
if test "$os_win32" = "yes"; then
 
20921
 if test "$os_win32" = "yes"; then
20677
20922
  OS_WIN32_TRUE=
20678
20923
  OS_WIN32_FALSE='#'
20679
20924
else
20681
20926
  OS_WIN32_FALSE=
20682
20927
fi
20683
20928
 
20684
 
 
20685
 
 
20686
 
if test "$os_win32" != "yes"; then
 
20929
 if test "$os_win32" != "yes"; then
20687
20930
  OS_UNIX_TRUE=
20688
20931
  OS_UNIX_FALSE='#'
20689
20932
else
20831
21074
  WINDRES=":"
20832
21075
fi
20833
21076
 
20834
 
 
20835
 
 
20836
 
if test "x$ms_librarian" = xyes; then
 
21077
 if test "x$ms_librarian" = xyes; then
20837
21078
  MS_LIB_AVAILABLE_TRUE=
20838
21079
  MS_LIB_AVAILABLE_FALSE='#'
20839
21080
else
20841
21082
  MS_LIB_AVAILABLE_FALSE=
20842
21083
fi
20843
21084
 
20844
 
 
20845
 
 
20846
 
if test "x$WINDRES" != "x:"; then
 
21085
 if test "x$WINDRES" != "x:"; then
20847
21086
  HAVE_WINDRES_TRUE=
20848
21087
  HAVE_WINDRES_FALSE='#'
20849
21088
else
20942
21181
 
20943
21182
fi
20944
21183
 
20945
 
ac_ext=c
20946
 
ac_cpp='$CPP $CPPFLAGS'
20947
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
20948
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
20949
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
20950
 
if test -n "$ac_tool_prefix"; then
20951
 
  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
20952
 
set dummy ${ac_tool_prefix}gcc; ac_word=$2
20953
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20954
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20955
 
if test "${ac_cv_prog_CC+set}" = set; then
20956
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
20957
 
else
20958
 
  if test -n "$CC"; then
20959
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
20960
 
else
20961
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20962
 
for as_dir in $PATH
20963
 
do
20964
 
  IFS=$as_save_IFS
20965
 
  test -z "$as_dir" && as_dir=.
20966
 
  for ac_exec_ext in '' $ac_executable_extensions; do
20967
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20968
 
    ac_cv_prog_CC="${ac_tool_prefix}gcc"
20969
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20970
 
    break 2
20971
 
  fi
20972
 
done
20973
 
done
20974
 
IFS=$as_save_IFS
20975
 
 
20976
 
fi
20977
 
fi
20978
 
CC=$ac_cv_prog_CC
20979
 
if test -n "$CC"; then
20980
 
  { echo "$as_me:$LINENO: result: $CC" >&5
20981
 
echo "${ECHO_T}$CC" >&6; }
20982
 
else
20983
 
  { echo "$as_me:$LINENO: result: no" >&5
20984
 
echo "${ECHO_T}no" >&6; }
20985
 
fi
20986
 
 
20987
 
 
20988
 
fi
20989
 
if test -z "$ac_cv_prog_CC"; then
20990
 
  ac_ct_CC=$CC
20991
 
  # Extract the first word of "gcc", so it can be a program name with args.
20992
 
set dummy gcc; ac_word=$2
20993
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
20994
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
20995
 
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
20996
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
20997
 
else
20998
 
  if test -n "$ac_ct_CC"; then
20999
 
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
21000
 
else
21001
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21002
 
for as_dir in $PATH
21003
 
do
21004
 
  IFS=$as_save_IFS
21005
 
  test -z "$as_dir" && as_dir=.
21006
 
  for ac_exec_ext in '' $ac_executable_extensions; do
21007
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21008
 
    ac_cv_prog_ac_ct_CC="gcc"
21009
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21010
 
    break 2
21011
 
  fi
21012
 
done
21013
 
done
21014
 
IFS=$as_save_IFS
21015
 
 
21016
 
fi
21017
 
fi
21018
 
ac_ct_CC=$ac_cv_prog_ac_ct_CC
21019
 
if test -n "$ac_ct_CC"; then
21020
 
  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
21021
 
echo "${ECHO_T}$ac_ct_CC" >&6; }
21022
 
else
21023
 
  { echo "$as_me:$LINENO: result: no" >&5
21024
 
echo "${ECHO_T}no" >&6; }
21025
 
fi
21026
 
 
21027
 
  if test "x$ac_ct_CC" = x; then
21028
 
    CC=""
21029
 
  else
21030
 
    case $cross_compiling:$ac_tool_warned in
21031
 
yes:)
21032
 
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
21033
 
whose name does not start with the host triplet.  If you think this
21034
 
configuration is useful to you, please write to autoconf@gnu.org." >&5
21035
 
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
21036
 
whose name does not start with the host triplet.  If you think this
21037
 
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
21038
 
ac_tool_warned=yes ;;
21039
 
esac
21040
 
    CC=$ac_ct_CC
21041
 
  fi
21042
 
else
21043
 
  CC="$ac_cv_prog_CC"
21044
 
fi
21045
 
 
21046
 
if test -z "$CC"; then
21047
 
          if test -n "$ac_tool_prefix"; then
21048
 
    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
21049
 
set dummy ${ac_tool_prefix}cc; ac_word=$2
21050
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21051
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21052
 
if test "${ac_cv_prog_CC+set}" = set; then
21053
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21054
 
else
21055
 
  if test -n "$CC"; then
21056
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
21057
 
else
21058
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21059
 
for as_dir in $PATH
21060
 
do
21061
 
  IFS=$as_save_IFS
21062
 
  test -z "$as_dir" && as_dir=.
21063
 
  for ac_exec_ext in '' $ac_executable_extensions; do
21064
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21065
 
    ac_cv_prog_CC="${ac_tool_prefix}cc"
21066
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21067
 
    break 2
21068
 
  fi
21069
 
done
21070
 
done
21071
 
IFS=$as_save_IFS
21072
 
 
21073
 
fi
21074
 
fi
21075
 
CC=$ac_cv_prog_CC
21076
 
if test -n "$CC"; then
21077
 
  { echo "$as_me:$LINENO: result: $CC" >&5
21078
 
echo "${ECHO_T}$CC" >&6; }
21079
 
else
21080
 
  { echo "$as_me:$LINENO: result: no" >&5
21081
 
echo "${ECHO_T}no" >&6; }
21082
 
fi
21083
 
 
21084
 
 
21085
 
  fi
21086
 
fi
21087
 
if test -z "$CC"; then
21088
 
  # Extract the first word of "cc", so it can be a program name with args.
21089
 
set dummy cc; ac_word=$2
21090
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21091
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21092
 
if test "${ac_cv_prog_CC+set}" = set; then
21093
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21094
 
else
21095
 
  if test -n "$CC"; then
21096
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
21097
 
else
21098
 
  ac_prog_rejected=no
21099
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21100
 
for as_dir in $PATH
21101
 
do
21102
 
  IFS=$as_save_IFS
21103
 
  test -z "$as_dir" && as_dir=.
21104
 
  for ac_exec_ext in '' $ac_executable_extensions; do
21105
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21106
 
    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
21107
 
       ac_prog_rejected=yes
21108
 
       continue
21109
 
     fi
21110
 
    ac_cv_prog_CC="cc"
21111
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21112
 
    break 2
21113
 
  fi
21114
 
done
21115
 
done
21116
 
IFS=$as_save_IFS
21117
 
 
21118
 
if test $ac_prog_rejected = yes; then
21119
 
  # We found a bogon in the path, so make sure we never use it.
21120
 
  set dummy $ac_cv_prog_CC
21121
 
  shift
21122
 
  if test $# != 0; then
21123
 
    # We chose a different compiler from the bogus one.
21124
 
    # However, it has the same basename, so the bogon will be chosen
21125
 
    # first if we set CC to just the basename; use the full file name.
21126
 
    shift
21127
 
    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
21128
 
  fi
21129
 
fi
21130
 
fi
21131
 
fi
21132
 
CC=$ac_cv_prog_CC
21133
 
if test -n "$CC"; then
21134
 
  { echo "$as_me:$LINENO: result: $CC" >&5
21135
 
echo "${ECHO_T}$CC" >&6; }
21136
 
else
21137
 
  { echo "$as_me:$LINENO: result: no" >&5
21138
 
echo "${ECHO_T}no" >&6; }
21139
 
fi
21140
 
 
21141
 
 
21142
 
fi
21143
 
if test -z "$CC"; then
21144
 
  if test -n "$ac_tool_prefix"; then
21145
 
  for ac_prog in cl.exe
21146
 
  do
21147
 
    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
21148
 
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
21149
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21150
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21151
 
if test "${ac_cv_prog_CC+set}" = set; then
21152
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21153
 
else
21154
 
  if test -n "$CC"; then
21155
 
  ac_cv_prog_CC="$CC" # Let the user override the test.
21156
 
else
21157
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21158
 
for as_dir in $PATH
21159
 
do
21160
 
  IFS=$as_save_IFS
21161
 
  test -z "$as_dir" && as_dir=.
21162
 
  for ac_exec_ext in '' $ac_executable_extensions; do
21163
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21164
 
    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
21165
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21166
 
    break 2
21167
 
  fi
21168
 
done
21169
 
done
21170
 
IFS=$as_save_IFS
21171
 
 
21172
 
fi
21173
 
fi
21174
 
CC=$ac_cv_prog_CC
21175
 
if test -n "$CC"; then
21176
 
  { echo "$as_me:$LINENO: result: $CC" >&5
21177
 
echo "${ECHO_T}$CC" >&6; }
21178
 
else
21179
 
  { echo "$as_me:$LINENO: result: no" >&5
21180
 
echo "${ECHO_T}no" >&6; }
21181
 
fi
21182
 
 
21183
 
 
21184
 
    test -n "$CC" && break
21185
 
  done
21186
 
fi
21187
 
if test -z "$CC"; then
21188
 
  ac_ct_CC=$CC
21189
 
  for ac_prog in cl.exe
21190
 
do
21191
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
21192
 
set dummy $ac_prog; ac_word=$2
21193
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
21194
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
21195
 
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
21196
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21197
 
else
21198
 
  if test -n "$ac_ct_CC"; then
21199
 
  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
21200
 
else
21201
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21202
 
for as_dir in $PATH
21203
 
do
21204
 
  IFS=$as_save_IFS
21205
 
  test -z "$as_dir" && as_dir=.
21206
 
  for ac_exec_ext in '' $ac_executable_extensions; do
21207
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21208
 
    ac_cv_prog_ac_ct_CC="$ac_prog"
21209
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
21210
 
    break 2
21211
 
  fi
21212
 
done
21213
 
done
21214
 
IFS=$as_save_IFS
21215
 
 
21216
 
fi
21217
 
fi
21218
 
ac_ct_CC=$ac_cv_prog_ac_ct_CC
21219
 
if test -n "$ac_ct_CC"; then
21220
 
  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
21221
 
echo "${ECHO_T}$ac_ct_CC" >&6; }
21222
 
else
21223
 
  { echo "$as_me:$LINENO: result: no" >&5
21224
 
echo "${ECHO_T}no" >&6; }
21225
 
fi
21226
 
 
21227
 
 
21228
 
  test -n "$ac_ct_CC" && break
21229
 
done
21230
 
 
21231
 
  if test "x$ac_ct_CC" = x; then
21232
 
    CC=""
21233
 
  else
21234
 
    case $cross_compiling:$ac_tool_warned in
21235
 
yes:)
21236
 
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
21237
 
whose name does not start with the host triplet.  If you think this
21238
 
configuration is useful to you, please write to autoconf@gnu.org." >&5
21239
 
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
21240
 
whose name does not start with the host triplet.  If you think this
21241
 
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
21242
 
ac_tool_warned=yes ;;
21243
 
esac
21244
 
    CC=$ac_ct_CC
21245
 
  fi
21246
 
fi
21247
 
 
21248
 
fi
21249
 
 
21250
 
 
21251
 
test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
21252
 
See \`config.log' for more details." >&5
21253
 
echo "$as_me: error: no acceptable C compiler found in \$PATH
21254
 
See \`config.log' for more details." >&2;}
21255
 
   { (exit 1); exit 1; }; }
21256
 
 
21257
 
# Provide some information about the compiler.
21258
 
echo "$as_me:$LINENO: checking for C compiler version" >&5
21259
 
ac_compiler=`set X $ac_compile; echo $2`
21260
 
{ (ac_try="$ac_compiler --version >&5"
21261
 
case "(($ac_try" in
21262
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21263
 
  *) ac_try_echo=$ac_try;;
21264
 
esac
21265
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21266
 
  (eval "$ac_compiler --version >&5") 2>&5
21267
 
  ac_status=$?
21268
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21269
 
  (exit $ac_status); }
21270
 
{ (ac_try="$ac_compiler -v >&5"
21271
 
case "(($ac_try" in
21272
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21273
 
  *) ac_try_echo=$ac_try;;
21274
 
esac
21275
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21276
 
  (eval "$ac_compiler -v >&5") 2>&5
21277
 
  ac_status=$?
21278
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21279
 
  (exit $ac_status); }
21280
 
{ (ac_try="$ac_compiler -V >&5"
21281
 
case "(($ac_try" in
21282
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21283
 
  *) ac_try_echo=$ac_try;;
21284
 
esac
21285
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21286
 
  (eval "$ac_compiler -V >&5") 2>&5
21287
 
  ac_status=$?
21288
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21289
 
  (exit $ac_status); }
21290
 
 
21291
 
{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
21292
 
echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
21293
 
if test "${ac_cv_c_compiler_gnu+set}" = set; then
21294
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21295
 
else
21296
 
  cat >conftest.$ac_ext <<_ACEOF
21297
 
/* confdefs.h.  */
21298
 
_ACEOF
21299
 
cat confdefs.h >>conftest.$ac_ext
21300
 
cat >>conftest.$ac_ext <<_ACEOF
21301
 
/* end confdefs.h.  */
21302
 
 
21303
 
int
21304
 
main ()
21305
 
{
21306
 
#ifndef __GNUC__
21307
 
       choke me
21308
 
#endif
21309
 
 
21310
 
  ;
21311
 
  return 0;
21312
 
}
21313
 
_ACEOF
21314
 
rm -f conftest.$ac_objext
21315
 
if { (ac_try="$ac_compile"
21316
 
case "(($ac_try" in
21317
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21318
 
  *) ac_try_echo=$ac_try;;
21319
 
esac
21320
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21321
 
  (eval "$ac_compile") 2>conftest.er1
21322
 
  ac_status=$?
21323
 
  grep -v '^ *+' conftest.er1 >conftest.err
21324
 
  rm -f conftest.er1
21325
 
  cat conftest.err >&5
21326
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21327
 
  (exit $ac_status); } && {
21328
 
         test -z "$ac_c_werror_flag" ||
21329
 
         test ! -s conftest.err
21330
 
       } && test -s conftest.$ac_objext; then
21331
 
  ac_compiler_gnu=yes
21332
 
else
21333
 
  echo "$as_me: failed program was:" >&5
21334
 
sed 's/^/| /' conftest.$ac_ext >&5
21335
 
 
21336
 
        ac_compiler_gnu=no
21337
 
fi
21338
 
 
21339
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21340
 
ac_cv_c_compiler_gnu=$ac_compiler_gnu
21341
 
 
21342
 
fi
21343
 
{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
21344
 
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
21345
 
GCC=`test $ac_compiler_gnu = yes && echo yes`
21346
 
ac_test_CFLAGS=${CFLAGS+set}
21347
 
ac_save_CFLAGS=$CFLAGS
21348
 
{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
21349
 
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
21350
 
if test "${ac_cv_prog_cc_g+set}" = set; then
21351
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21352
 
else
21353
 
  ac_save_c_werror_flag=$ac_c_werror_flag
21354
 
   ac_c_werror_flag=yes
21355
 
   ac_cv_prog_cc_g=no
21356
 
   CFLAGS="-g"
21357
 
   cat >conftest.$ac_ext <<_ACEOF
21358
 
/* confdefs.h.  */
21359
 
_ACEOF
21360
 
cat confdefs.h >>conftest.$ac_ext
21361
 
cat >>conftest.$ac_ext <<_ACEOF
21362
 
/* end confdefs.h.  */
21363
 
 
21364
 
int
21365
 
main ()
21366
 
{
21367
 
 
21368
 
  ;
21369
 
  return 0;
21370
 
}
21371
 
_ACEOF
21372
 
rm -f conftest.$ac_objext
21373
 
if { (ac_try="$ac_compile"
21374
 
case "(($ac_try" in
21375
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21376
 
  *) ac_try_echo=$ac_try;;
21377
 
esac
21378
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21379
 
  (eval "$ac_compile") 2>conftest.er1
21380
 
  ac_status=$?
21381
 
  grep -v '^ *+' conftest.er1 >conftest.err
21382
 
  rm -f conftest.er1
21383
 
  cat conftest.err >&5
21384
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21385
 
  (exit $ac_status); } && {
21386
 
         test -z "$ac_c_werror_flag" ||
21387
 
         test ! -s conftest.err
21388
 
       } && test -s conftest.$ac_objext; then
21389
 
  ac_cv_prog_cc_g=yes
21390
 
else
21391
 
  echo "$as_me: failed program was:" >&5
21392
 
sed 's/^/| /' conftest.$ac_ext >&5
21393
 
 
21394
 
        CFLAGS=""
21395
 
      cat >conftest.$ac_ext <<_ACEOF
21396
 
/* confdefs.h.  */
21397
 
_ACEOF
21398
 
cat confdefs.h >>conftest.$ac_ext
21399
 
cat >>conftest.$ac_ext <<_ACEOF
21400
 
/* end confdefs.h.  */
21401
 
 
21402
 
int
21403
 
main ()
21404
 
{
21405
 
 
21406
 
  ;
21407
 
  return 0;
21408
 
}
21409
 
_ACEOF
21410
 
rm -f conftest.$ac_objext
21411
 
if { (ac_try="$ac_compile"
21412
 
case "(($ac_try" in
21413
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21414
 
  *) ac_try_echo=$ac_try;;
21415
 
esac
21416
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21417
 
  (eval "$ac_compile") 2>conftest.er1
21418
 
  ac_status=$?
21419
 
  grep -v '^ *+' conftest.er1 >conftest.err
21420
 
  rm -f conftest.er1
21421
 
  cat conftest.err >&5
21422
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21423
 
  (exit $ac_status); } && {
21424
 
         test -z "$ac_c_werror_flag" ||
21425
 
         test ! -s conftest.err
21426
 
       } && test -s conftest.$ac_objext; then
21427
 
  :
21428
 
else
21429
 
  echo "$as_me: failed program was:" >&5
21430
 
sed 's/^/| /' conftest.$ac_ext >&5
21431
 
 
21432
 
        ac_c_werror_flag=$ac_save_c_werror_flag
21433
 
         CFLAGS="-g"
21434
 
         cat >conftest.$ac_ext <<_ACEOF
21435
 
/* confdefs.h.  */
21436
 
_ACEOF
21437
 
cat confdefs.h >>conftest.$ac_ext
21438
 
cat >>conftest.$ac_ext <<_ACEOF
21439
 
/* end confdefs.h.  */
21440
 
 
21441
 
int
21442
 
main ()
21443
 
{
21444
 
 
21445
 
  ;
21446
 
  return 0;
21447
 
}
21448
 
_ACEOF
21449
 
rm -f conftest.$ac_objext
21450
 
if { (ac_try="$ac_compile"
21451
 
case "(($ac_try" in
21452
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21453
 
  *) ac_try_echo=$ac_try;;
21454
 
esac
21455
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21456
 
  (eval "$ac_compile") 2>conftest.er1
21457
 
  ac_status=$?
21458
 
  grep -v '^ *+' conftest.er1 >conftest.err
21459
 
  rm -f conftest.er1
21460
 
  cat conftest.err >&5
21461
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21462
 
  (exit $ac_status); } && {
21463
 
         test -z "$ac_c_werror_flag" ||
21464
 
         test ! -s conftest.err
21465
 
       } && test -s conftest.$ac_objext; then
21466
 
  ac_cv_prog_cc_g=yes
21467
 
else
21468
 
  echo "$as_me: failed program was:" >&5
21469
 
sed 's/^/| /' conftest.$ac_ext >&5
21470
 
 
21471
 
 
21472
 
fi
21473
 
 
21474
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21475
 
fi
21476
 
 
21477
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21478
 
fi
21479
 
 
21480
 
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21481
 
   ac_c_werror_flag=$ac_save_c_werror_flag
21482
 
fi
21483
 
{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
21484
 
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
21485
 
if test "$ac_test_CFLAGS" = set; then
21486
 
  CFLAGS=$ac_save_CFLAGS
21487
 
elif test $ac_cv_prog_cc_g = yes; then
21488
 
  if test "$GCC" = yes; then
21489
 
    CFLAGS="-g -O2"
21490
 
  else
21491
 
    CFLAGS="-g"
21492
 
  fi
21493
 
else
21494
 
  if test "$GCC" = yes; then
21495
 
    CFLAGS="-O2"
21496
 
  else
21497
 
    CFLAGS=
21498
 
  fi
21499
 
fi
21500
 
{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
21501
 
echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
21502
 
if test "${ac_cv_prog_cc_c89+set}" = set; then
21503
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21504
 
else
21505
 
  ac_cv_prog_cc_c89=no
21506
 
ac_save_CC=$CC
21507
 
cat >conftest.$ac_ext <<_ACEOF
21508
 
/* confdefs.h.  */
21509
 
_ACEOF
21510
 
cat confdefs.h >>conftest.$ac_ext
21511
 
cat >>conftest.$ac_ext <<_ACEOF
21512
 
/* end confdefs.h.  */
21513
 
#include <stdarg.h>
21514
 
#include <stdio.h>
21515
 
#include <sys/types.h>
21516
 
#include <sys/stat.h>
21517
 
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
21518
 
struct buf { int x; };
21519
 
FILE * (*rcsopen) (struct buf *, struct stat *, int);
21520
 
static char *e (p, i)
21521
 
     char **p;
21522
 
     int i;
21523
 
{
21524
 
  return p[i];
21525
 
}
21526
 
static char *f (char * (*g) (char **, int), char **p, ...)
21527
 
{
21528
 
  char *s;
21529
 
  va_list v;
21530
 
  va_start (v,p);
21531
 
  s = g (p, va_arg (v,int));
21532
 
  va_end (v);
21533
 
  return s;
21534
 
}
21535
 
 
21536
 
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
21537
 
   function prototypes and stuff, but not '\xHH' hex character constants.
21538
 
   These don't provoke an error unfortunately, instead are silently treated
21539
 
   as 'x'.  The following induces an error, until -std is added to get
21540
 
   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
21541
 
   array size at least.  It's necessary to write '\x00'==0 to get something
21542
 
   that's true only with -std.  */
21543
 
int osf4_cc_array ['\x00' == 0 ? 1 : -1];
21544
 
 
21545
 
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
21546
 
   inside strings and character constants.  */
21547
 
#define FOO(x) 'x'
21548
 
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
21549
 
 
21550
 
int test (int i, double x);
21551
 
struct s1 {int (*f) (int a);};
21552
 
struct s2 {int (*f) (double a);};
21553
 
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
21554
 
int argc;
21555
 
char **argv;
21556
 
int
21557
 
main ()
21558
 
{
21559
 
return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
21560
 
  ;
21561
 
  return 0;
21562
 
}
21563
 
_ACEOF
21564
 
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
21565
 
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
21566
 
do
21567
 
  CC="$ac_save_CC $ac_arg"
21568
 
  rm -f conftest.$ac_objext
21569
 
if { (ac_try="$ac_compile"
21570
 
case "(($ac_try" in
21571
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21572
 
  *) ac_try_echo=$ac_try;;
21573
 
esac
21574
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21575
 
  (eval "$ac_compile") 2>conftest.er1
21576
 
  ac_status=$?
21577
 
  grep -v '^ *+' conftest.er1 >conftest.err
21578
 
  rm -f conftest.er1
21579
 
  cat conftest.err >&5
21580
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21581
 
  (exit $ac_status); } && {
21582
 
         test -z "$ac_c_werror_flag" ||
21583
 
         test ! -s conftest.err
21584
 
       } && test -s conftest.$ac_objext; then
21585
 
  ac_cv_prog_cc_c89=$ac_arg
21586
 
else
21587
 
  echo "$as_me: failed program was:" >&5
21588
 
sed 's/^/| /' conftest.$ac_ext >&5
21589
 
 
21590
 
 
21591
 
fi
21592
 
 
21593
 
rm -f core conftest.err conftest.$ac_objext
21594
 
  test "x$ac_cv_prog_cc_c89" != "xno" && break
21595
 
done
21596
 
rm -f conftest.$ac_ext
21597
 
CC=$ac_save_CC
21598
 
 
21599
 
fi
21600
 
# AC_CACHE_VAL
21601
 
case "x$ac_cv_prog_cc_c89" in
21602
 
  x)
21603
 
    { echo "$as_me:$LINENO: result: none needed" >&5
21604
 
echo "${ECHO_T}none needed" >&6; } ;;
21605
 
  xno)
21606
 
    { echo "$as_me:$LINENO: result: unsupported" >&5
21607
 
echo "${ECHO_T}unsupported" >&6; } ;;
21608
 
  *)
21609
 
    CC="$CC $ac_cv_prog_cc_c89"
21610
 
    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
21611
 
echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
21612
 
esac
21613
 
 
21614
 
 
21615
 
ac_ext=c
21616
 
ac_cpp='$CPP $CPPFLAGS'
21617
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
21618
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
21619
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
21620
 
 
21621
 
depcc="$CC"   am_compiler_list=
21622
 
 
21623
 
{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
21624
 
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
21625
 
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
21626
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
21627
 
else
21628
 
  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
21629
 
  # We make a subdir and do the tests there.  Otherwise we can end up
21630
 
  # making bogus files that we don't know about and never remove.  For
21631
 
  # instance it was reported that on HP-UX the gcc test will end up
21632
 
  # making a dummy file named `D' -- because `-MD' means `put the output
21633
 
  # in D'.
21634
 
  mkdir conftest.dir
21635
 
  # Copy depcomp to subdir because otherwise we won't find it if we're
21636
 
  # using a relative directory.
21637
 
  cp "$am_depcomp" conftest.dir
21638
 
  cd conftest.dir
21639
 
  # We will build objects and dependencies in a subdirectory because
21640
 
  # it helps to detect inapplicable dependency modes.  For instance
21641
 
  # both Tru64's cc and ICC support -MD to output dependencies as a
21642
 
  # side effect of compilation, but ICC will put the dependencies in
21643
 
  # the current directory while Tru64 will put them in the object
21644
 
  # directory.
21645
 
  mkdir sub
21646
 
 
21647
 
  am_cv_CC_dependencies_compiler_type=none
21648
 
  if test "$am_compiler_list" = ""; then
21649
 
     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
21650
 
  fi
21651
 
  for depmode in $am_compiler_list; do
21652
 
    # Setup a source with many dependencies, because some compilers
21653
 
    # like to wrap large dependency lists on column 80 (with \), and
21654
 
    # we should not choose a depcomp mode which is confused by this.
21655
 
    #
21656
 
    # We need to recreate these files for each test, as the compiler may
21657
 
    # overwrite some of them when testing with obscure command lines.
21658
 
    # This happens at least with the AIX C compiler.
21659
 
    : > sub/conftest.c
21660
 
    for i in 1 2 3 4 5 6; do
21661
 
      echo '#include "conftst'$i'.h"' >> sub/conftest.c
21662
 
      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
21663
 
      # Solaris 8's {/usr,}/bin/sh.
21664
 
      touch sub/conftst$i.h
21665
 
    done
21666
 
    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
21667
 
 
21668
 
    case $depmode in
21669
 
    nosideeffect)
21670
 
      # after this tag, mechanisms are not by side-effect, so they'll
21671
 
      # only be used when explicitly requested
21672
 
      if test "x$enable_dependency_tracking" = xyes; then
21673
 
        continue
21674
 
      else
21675
 
        break
21676
 
      fi
21677
 
      ;;
21678
 
    none) break ;;
21679
 
    esac
21680
 
    # We check with `-c' and `-o' for the sake of the "dashmstdout"
21681
 
    # mode.  It turns out that the SunPro C++ compiler does not properly
21682
 
    # handle `-M -o', and we need to detect this.
21683
 
    if depmode=$depmode \
21684
 
       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
21685
 
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
21686
 
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
21687
 
         >/dev/null 2>conftest.err &&
21688
 
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
21689
 
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
21690
 
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
21691
 
      # icc doesn't choke on unknown options, it will just issue warnings
21692
 
      # or remarks (even with -Werror).  So we grep stderr for any message
21693
 
      # that says an option was ignored or not supported.
21694
 
      # When given -MP, icc 7.0 and 7.1 complain thusly:
21695
 
      #   icc: Command line warning: ignoring option '-M'; no argument required
21696
 
      # The diagnosis changed in icc 8.0:
21697
 
      #   icc: Command line remark: option '-MP' not supported
21698
 
      if (grep 'ignoring option' conftest.err ||
21699
 
          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
21700
 
        am_cv_CC_dependencies_compiler_type=$depmode
21701
 
        break
21702
 
      fi
21703
 
    fi
21704
 
  done
21705
 
 
21706
 
  cd ..
21707
 
  rm -rf conftest.dir
21708
 
else
21709
 
  am_cv_CC_dependencies_compiler_type=none
21710
 
fi
21711
 
 
21712
 
fi
21713
 
{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
21714
 
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
21715
 
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
21716
 
 
21717
 
 
21718
 
 
21719
 
if
21720
 
  test "x$enable_dependency_tracking" != xno \
21721
 
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
21722
 
  am__fastdepCC_TRUE=
21723
 
  am__fastdepCC_FALSE='#'
21724
 
else
21725
 
  am__fastdepCC_TRUE='#'
21726
 
  am__fastdepCC_FALSE=
21727
 
fi
21728
 
 
21729
 
 
21730
 
 
21731
 
am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
21732
 
 
21733
21184
# Find a good install program.  We prefer a C program (faster),
21734
21185
# so one script is as good as another.  But avoid the broken or
21735
21186
# incompatible versions:
24236
23687
        fi
24237
23688
 
24238
23689
 
24239
 
 
24240
 
 
24241
 
if test x$br_cv_binreloc = xyes; then
 
23690
         if test x$br_cv_binreloc = xyes; then
24242
23691
  USE_BINRELOC_TRUE=
24243
23692
  USE_BINRELOC_FALSE='#'
24244
23693
else
31492
30941
fi
31493
30942
 
31494
30943
 
31495
 
 
31496
 
 
31497
 
if test "x$have_glibc_regex" = xyes; then
 
30944
 if test "x$have_glibc_regex" = xyes; then
31498
30945
  HAVE_GLIBC_REGEX_TRUE=
31499
30946
  HAVE_GLIBC_REGEX_FALSE='#'
31500
30947
else
31921
31368
 
31922
31369
fi
31923
31370
 
31924
 
 
31925
 
 
31926
 
if test "x$enable_toolbox_menu" = "xyes"; then
 
31371
 if test "x$enable_toolbox_menu" = "xyes"; then
31927
31372
  TOOLBOX_MENU_TRUE=
31928
31373
  TOOLBOX_MENU_FALSE='#'
31929
31374
else
32784
32229
 
32785
32230
## xjt does build, but it is more confusing than useful on Win32,
32786
32231
## as it wants to run tar, mv and bzip2, which seldom are available
32787
 
 
32788
 
 
32789
 
if test "x$jpeg_ok" = xyes && test "x$os_win32" = xno; then
 
32232
 if test "x$jpeg_ok" = xyes && test "x$os_win32" = xno; then
32790
32233
  BUILD_XJT_TRUE=
32791
32234
  BUILD_XJT_FALSE='#'
32792
32235
else
33122
32565
 
33123
32566
 
33124
32567
 
33125
 
 
33126
 
 
33127
 
if test "x$have_libpng" = xyes; then
 
32568
 if test "x$have_libpng" = xyes; then
33128
32569
  HAVE_PNG_TRUE=
33129
32570
  HAVE_PNG_FALSE='#'
33130
32571
else
33999
33440
  have_gtkhtml2="no (GtkHtml2 support disabled)"
34000
33441
fi
34001
33442
 
34002
 
 
34003
 
 
34004
 
if test "x$have_gtkhtml2" = xyes; then
 
33443
 if test "x$have_gtkhtml2" = xyes; then
34005
33444
  BUILD_HELPBROWSER_TRUE=
34006
33445
  BUILD_HELPBROWSER_FALSE='#'
34007
33446
else
34124
33563
if test "x$with_print" != xno; then
34125
33564
    enable_print="yes"
34126
33565
fi
34127
 
 
34128
 
 
34129
 
if test "x$enable_print" == xyes; then
 
33566
 if test "x$enable_print" == xyes; then
34130
33567
  BUILD_PRINT_TRUE=
34131
33568
  BUILD_PRINT_FALSE='#'
34132
33569
else
34351
33788
 
34352
33789
fi
34353
33790
 
34354
 
 
34355
 
 
34356
 
if test "x$have_gnomevfs" = xyes; then
 
33791
 if test "x$have_gnomevfs" = xyes; then
34357
33792
  HAVE_GNOMEVFS_TRUE=
34358
33793
  HAVE_GNOMEVFS_FALSE='#'
34359
33794
else
34453
33888
 
34454
33889
fi
34455
33890
 
34456
 
 
34457
 
 
34458
 
if test "x$have_libcurl" = xyes; then
 
33891
 if test "x$have_libcurl" = xyes; then
34459
33892
  HAVE_LIBCURL_TRUE=
34460
33893
  HAVE_LIBCURL_FALSE='#'
34461
33894
else
34933
34366
 
34934
34367
 
34935
34368
 
34936
 
 
34937
 
 
34938
 
if test "x$have_lcms" = xyes; then
 
34369
 if test "x$have_lcms" = xyes; then
34939
34370
  HAVE_LCMS_TRUE=
34940
34371
  HAVE_LCMS_FALSE='#'
34941
34372
else
35424
34855
 
35425
34856
fi
35426
34857
 
35427
 
 
35428
 
 
35429
 
if test "x$have_linux_input" = xyes; then
 
34858
 if test "x$have_linux_input" = xyes; then
35430
34859
  HAVE_LINUX_INPUT_TRUE=
35431
34860
  HAVE_LINUX_INPUT_FALSE='#'
35432
34861
else
35676
35105
  fi
35677
35106
fi
35678
35107
 
35679
 
 
35680
 
 
35681
 
if test "x$have_dx_dinput" = xyes; then
 
35108
 if test "x$have_dx_dinput" = xyes; then
35682
35109
  HAVE_DX_DINPUT_TRUE=
35683
35110
  HAVE_DX_DINPUT_FALSE='#'
35684
35111
else
36094
35521
fi
36095
35522
 
36096
35523
 
36097
 
 
36098
 
 
36099
 
if test "x$with_pdbgen" = xyes; then
 
35524
 if test "x$with_pdbgen" = xyes; then
36100
35525
  WITH_PDBGEN_TRUE=
36101
35526
  WITH_PDBGEN_FALSE='#'
36102
35527
else
36608
36033
 
36609
36034
 
36610
36035
fi
36611
 
 
36612
 
 
36613
 
if test "x$enable_python" != xno; then
 
36036
 if test "x$enable_python" != xno; then
36614
36037
  BUILD_PYTHON_TRUE=
36615
36038
  BUILD_PYTHON_FALSE='#'
36616
36039
else
36635
36058
if test "x$with_script_fu" = "xno"; then
36636
36059
  have_script_fu="no (script-fu extension disabled)"
36637
36060
fi
36638
 
 
36639
 
 
36640
 
if test "x$with_script_fu" != "xno"; then
 
36061
 if test "x$with_script_fu" != "xno"; then
36641
36062
  BUILD_SCRIPT_FU_TRUE=
36642
36063
  BUILD_SCRIPT_FU_FALSE='#'
36643
36064
else
36705
36126
rm -f conftest.err conftest.$ac_ext
36706
36127
{ echo "$as_me:$LINENO: result: $mac_twain_ok" >&5
36707
36128
echo "${ECHO_T}$mac_twain_ok" >&6; }
36708
 
 
36709
 
 
36710
 
if test "x$mac_twain_ok" = xyes; then
 
36129
 if test "x$mac_twain_ok" = xyes; then
36711
36130
  HAVE_MAC_TWAIN_TRUE=
36712
36131
  HAVE_MAC_TWAIN_FALSE='#'
36713
36132
else
36771
36190
  CARBON_LDFLAGS="-framework Carbon"
36772
36191
 
36773
36192
fi
36774
 
 
36775
 
 
36776
 
if test "x$carbon_ok" = "xyes"; then
 
36193
 if test "x$carbon_ok" = "xyes"; then
36777
36194
  HAVE_CARBON_TRUE=
36778
36195
  HAVE_CARBON_FALSE='#'
36779
36196
else
36800
36217
  DESKTOP_DATADIR="$datadir"
36801
36218
fi
36802
36219
 
36803
 
 
36804
 
 
36805
 
if test "x$with_desktop_dir" != xno; then
 
36220
 if test "x$with_desktop_dir" != xno; then
36806
36221
  DESKTOP_DATADIR_TRUE=
36807
36222
  DESKTOP_DATADIR_FALSE='#'
36808
36223
else
36858
36273
fi
36859
36274
 
36860
36275
 
36861
 
 
36862
 
 
36863
 
if test "x$XMLLINT" != "xno"; then
 
36276
 if test "x$XMLLINT" != "xno"; then
36864
36277
  HAVE_XMLLINT_TRUE=
36865
36278
  HAVE_XMLLINT_FALSE='#'
36866
36279
else
36910
36323
fi
36911
36324
 
36912
36325
 
36913
 
 
36914
 
 
36915
 
if test "x$XSLTPROC" != "xno"; then
 
36326
 if test "x$XSLTPROC" != "xno"; then
36916
36327
  HAVE_XSLTPROC_TRUE=
36917
36328
  HAVE_XSLTPROC_FALSE='#'
36918
36329
else
37014
36425
    fi
37015
36426
  fi
37016
36427
 
37017
 
 
37018
 
 
37019
 
if test x$enable_gtk_doc = xyes; then
 
36428
   if test x$enable_gtk_doc = xyes; then
37020
36429
  ENABLE_GTK_DOC_TRUE=
37021
36430
  ENABLE_GTK_DOC_FALSE='#'
37022
36431
else
37024
36433
  ENABLE_GTK_DOC_FALSE=
37025
36434
fi
37026
36435
 
37027
 
 
37028
 
 
37029
 
if test -n "$LIBTOOL"; then
 
36436
   if test -n "$LIBTOOL"; then
37030
36437
  GTK_DOC_USE_LIBTOOL_TRUE=
37031
36438
  GTK_DOC_USE_LIBTOOL_FALSE='#'
37032
36439
else
37036
36443
 
37037
36444
 
37038
36445
 
37039
 
 
37040
 
 
37041
 
if test "x$enable_gtk_doc" = xyes; then
 
36446
 if test "x$enable_gtk_doc" = xyes; then
37042
36447
  ENABLE_GTK_DOC_TRUE=
37043
36448
  ENABLE_GTK_DOC_FALSE='#'
37044
36449
else
37054
36459
  enable_gtk_doc_app=no
37055
36460
fi
37056
36461
 
37057
 
 
37058
 
 
37059
 
if test "x$enable_gtk_doc_app" = xyes; then
 
36462
 if test "x$enable_gtk_doc_app" = xyes; then
37060
36463
  ENABLE_GTK_DOC_APP_TRUE=
37061
36464
  ENABLE_GTK_DOC_APP_FALSE='#'
37062
36465
else
37078
36481
fi
37079
36482
 
37080
36483
 
37081
 
 
37082
 
 
37083
 
if test "x$enable_default_binary" = xyes; then
 
36484
 if test "x$enable_default_binary" = xyes; then
37084
36485
  DEFAULT_BINARY_TRUE=
37085
36486
  DEFAULT_BINARY_FALSE='#'
37086
36487
else
37098
36499
fi
37099
36500
 
37100
36501
 
37101
 
 
37102
 
 
37103
 
if test "x$enable_gimp_console" != xno; then
 
36502
 if test "x$enable_gimp_console" != xno; then
37104
36503
  ENABLE_GIMP_CONSOLE_TRUE=
37105
36504
  ENABLE_GIMP_CONSOLE_FALSE='#'
37106
36505
else
37153
36552
fi
37154
36553
 
37155
36554
 
37156
 
 
37157
 
 
37158
 
if test "x$enable_static" = xyes; then
 
36555
 if test "x$enable_static" = xyes; then
37159
36556
  STATICLIBS_TRUE=
37160
36557
  STATICLIBS_FALSE='#'
37161
36558
else
37342
36739
Usually this means the macro was only invoked conditionally." >&2;}
37343
36740
   { (exit 1); exit 1; }; }
37344
36741
fi
 
36742
if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
 
36743
  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCCAS\" was never defined.
 
36744
Usually this means the macro was only invoked conditionally." >&5
 
36745
echo "$as_me: error: conditional \"am__fastdepCCAS\" was never defined.
 
36746
Usually this means the macro was only invoked conditionally." >&2;}
 
36747
   { (exit 1); exit 1; }; }
 
36748
fi
37345
36749
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
37346
36750
  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
37347
36751
Usually this means the macro was only invoked conditionally." >&5
37384
36788
Usually this means the macro was only invoked conditionally." >&2;}
37385
36789
   { (exit 1); exit 1; }; }
37386
36790
fi
37387
 
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
37388
 
  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
37389
 
Usually this means the macro was only invoked conditionally." >&5
37390
 
echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
37391
 
Usually this means the macro was only invoked conditionally." >&2;}
37392
 
   { (exit 1); exit 1; }; }
37393
 
fi
37394
36791
if test -z "${USE_BINRELOC_TRUE}" && test -z "${USE_BINRELOC_FALSE}"; then
37395
36792
  { { echo "$as_me:$LINENO: error: conditional \"USE_BINRELOC\" was never defined.
37396
36793
Usually this means the macro was only invoked conditionally." >&5
37884
37281
# report actual input values of CONFIG_FILES etc. instead of their
37885
37282
# values after options handling.
37886
37283
ac_log="
37887
 
This file was extended by GIMP $as_me 2.4.6, which was
 
37284
This file was extended by GIMP $as_me 2.4.7, which was
37888
37285
generated by GNU Autoconf 2.61.  Invocation command line was
37889
37286
 
37890
37287
  CONFIG_FILES    = $CONFIG_FILES
37937
37334
_ACEOF
37938
37335
cat >>$CONFIG_STATUS <<_ACEOF
37939
37336
ac_cs_version="\\
37940
 
GIMP config.status 2.4.6
 
37337
GIMP config.status 2.4.7
37941
37338
configured by $0, generated by GNU Autoconf 2.61,
37942
37339
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
37943
37340
 
37948
37345
ac_pwd='$ac_pwd'
37949
37346
srcdir='$srcdir'
37950
37347
INSTALL='$INSTALL'
 
37348
MKDIR_P='$MKDIR_P'
37951
37349
_ACEOF
37952
37350
 
37953
37351
cat >>$CONFIG_STATUS <<\_ACEOF
38048
37446
 
38049
37447
  gimp_major_ver=2
38050
37448
  gimp_minor_ver=4
38051
 
  gimp_micro_ver=6
38052
 
  gimp_ver=2.4.6
 
37449
  gimp_micro_ver=7
 
37450
  gimp_ver=2.4.7
38053
37451
  gimp_api_ver=2.0
38054
37452
 
38055
37453
 
38311
37709
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
38312
37710
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
38313
37711
INSTALL_DATA!$INSTALL_DATA$ac_delim
 
37712
am__isrc!$am__isrc$ac_delim
38314
37713
CYGPATH_W!$CYGPATH_W$ac_delim
38315
37714
PACKAGE!$PACKAGE$ac_delim
38316
37715
VERSION!$VERSION$ac_delim
38367
37766
ac_ct_CC!$ac_ct_CC$ac_delim
38368
37767
EXEEXT!$EXEEXT$ac_delim
38369
37768
OBJEXT!$OBJEXT$ac_delim
 
37769
_ACEOF
 
37770
 
 
37771
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
37772
    break
 
37773
  elif $ac_last_try; then
 
37774
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
37775
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
37776
   { (exit 1); exit 1; }; }
 
37777
  else
 
37778
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
37779
  fi
 
37780
done
 
37781
 
 
37782
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
37783
if test -n "$ac_eof"; then
 
37784
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
37785
  ac_eof=`expr $ac_eof + 1`
 
37786
fi
 
37787
 
 
37788
cat >>$CONFIG_STATUS <<_ACEOF
 
37789
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
37790
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
37791
_ACEOF
 
37792
sed '
 
37793
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
37794
s/^/s,@/; s/!/@,|#_!!_#|/
 
37795
:n
 
37796
t n
 
37797
s/'"$ac_delim"'$/,g/; t
 
37798
s/$/\\/; p
 
37799
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
37800
' >>$CONFIG_STATUS <conf$$subs.sed
 
37801
rm -f conf$$subs.sed
 
37802
cat >>$CONFIG_STATUS <<_ACEOF
 
37803
CEOF$ac_eof
 
37804
_ACEOF
 
37805
 
 
37806
 
 
37807
ac_delim='%!_!# '
 
37808
for ac_last_try in false false false false false :; do
 
37809
  cat >conf$$subs.sed <<_ACEOF
38370
37810
DEPDIR!$DEPDIR$ac_delim
38371
 
_ACEOF
38372
 
 
38373
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
38374
 
    break
38375
 
  elif $ac_last_try; then
38376
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
38377
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
38378
 
   { (exit 1); exit 1; }; }
38379
 
  else
38380
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
38381
 
  fi
38382
 
done
38383
 
 
38384
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
38385
 
if test -n "$ac_eof"; then
38386
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
38387
 
  ac_eof=`expr $ac_eof + 1`
38388
 
fi
38389
 
 
38390
 
cat >>$CONFIG_STATUS <<_ACEOF
38391
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
38392
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
38393
 
_ACEOF
38394
 
sed '
38395
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
38396
 
s/^/s,@/; s/!/@,|#_!!_#|/
38397
 
:n
38398
 
t n
38399
 
s/'"$ac_delim"'$/,g/; t
38400
 
s/$/\\/; p
38401
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
38402
 
' >>$CONFIG_STATUS <conf$$subs.sed
38403
 
rm -f conf$$subs.sed
38404
 
cat >>$CONFIG_STATUS <<_ACEOF
38405
 
CEOF$ac_eof
38406
 
_ACEOF
38407
 
 
38408
 
 
38409
 
ac_delim='%!_!# '
38410
 
for ac_last_try in false false false false false :; do
38411
 
  cat >conf$$subs.sed <<_ACEOF
38412
37811
am__include!$am__include$ac_delim
38413
37812
am__quote!$am__quote$ac_delim
38414
37813
AMDEP_TRUE!$AMDEP_TRUE$ac_delim
38451
37850
LIBTOOL!$LIBTOOL$ac_delim
38452
37851
CCAS!$CCAS$ac_delim
38453
37852
CCASFLAGS!$CCASFLAGS$ac_delim
 
37853
CCASDEPMODE!$CCASDEPMODE$ac_delim
 
37854
am__fastdepCCAS_TRUE!$am__fastdepCCAS_TRUE$ac_delim
 
37855
am__fastdepCCAS_FALSE!$am__fastdepCCAS_FALSE$ac_delim
38454
37856
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
38455
37857
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
38456
37858
MAINT!$MAINT$ac_delim
38502
37904
DATADIRNAME!$DATADIRNAME$ac_delim
38503
37905
USE_NLS!$USE_NLS$ac_delim
38504
37906
MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
 
37907
_ACEOF
 
37908
 
 
37909
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
37910
    break
 
37911
  elif $ac_last_try; then
 
37912
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
37913
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
37914
   { (exit 1); exit 1; }; }
 
37915
  else
 
37916
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
37917
  fi
 
37918
done
 
37919
 
 
37920
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
37921
if test -n "$ac_eof"; then
 
37922
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
37923
  ac_eof=`expr $ac_eof + 1`
 
37924
fi
 
37925
 
 
37926
cat >>$CONFIG_STATUS <<_ACEOF
 
37927
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
37928
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
37929
_ACEOF
 
37930
sed '
 
37931
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
37932
s/^/s,@/; s/!/@,|#_!!_#|/
 
37933
:n
 
37934
t n
 
37935
s/'"$ac_delim"'$/,g/; t
 
37936
s/$/\\/; p
 
37937
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
37938
' >>$CONFIG_STATUS <conf$$subs.sed
 
37939
rm -f conf$$subs.sed
 
37940
cat >>$CONFIG_STATUS <<_ACEOF
 
37941
CEOF$ac_eof
 
37942
_ACEOF
 
37943
 
 
37944
 
 
37945
ac_delim='%!_!# '
 
37946
for ac_last_try in false false false false false :; do
 
37947
  cat >conf$$subs.sed <<_ACEOF
38505
37948
GMSGFMT!$GMSGFMT$ac_delim
38506
37949
CATALOGS!$CATALOGS$ac_delim
38507
37950
CATOBJEXT!$CATOBJEXT$ac_delim
38508
37951
GMOFILES!$GMOFILES$ac_delim
38509
 
_ACEOF
38510
 
 
38511
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
38512
 
    break
38513
 
  elif $ac_last_try; then
38514
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
38515
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
38516
 
   { (exit 1); exit 1; }; }
38517
 
  else
38518
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
38519
 
  fi
38520
 
done
38521
 
 
38522
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
38523
 
if test -n "$ac_eof"; then
38524
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
38525
 
  ac_eof=`expr $ac_eof + 1`
38526
 
fi
38527
 
 
38528
 
cat >>$CONFIG_STATUS <<_ACEOF
38529
 
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
38530
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
38531
 
_ACEOF
38532
 
sed '
38533
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
38534
 
s/^/s,@/; s/!/@,|#_!!_#|/
38535
 
:n
38536
 
t n
38537
 
s/'"$ac_delim"'$/,g/; t
38538
 
s/$/\\/; p
38539
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
38540
 
' >>$CONFIG_STATUS <conf$$subs.sed
38541
 
rm -f conf$$subs.sed
38542
 
cat >>$CONFIG_STATUS <<_ACEOF
38543
 
CEOF$ac_eof
38544
 
_ACEOF
38545
 
 
38546
 
 
38547
 
ac_delim='%!_!# '
38548
 
for ac_last_try in false false false false false :; do
38549
 
  cat >conf$$subs.sed <<_ACEOF
38550
37952
INSTOBJEXT!$INSTOBJEXT$ac_delim
38551
37953
INTLLIBS!$INTLLIBS$ac_delim
38552
37954
PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
38640
38042
HAVE_GNOMEVFS_TRUE!$HAVE_GNOMEVFS_TRUE$ac_delim
38641
38043
HAVE_GNOMEVFS_FALSE!$HAVE_GNOMEVFS_FALSE$ac_delim
38642
38044
URI_LIBCURL_CFLAGS!$URI_LIBCURL_CFLAGS$ac_delim
 
38045
_ACEOF
 
38046
 
 
38047
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
38048
    break
 
38049
  elif $ac_last_try; then
 
38050
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
38051
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
38052
   { (exit 1); exit 1; }; }
 
38053
  else
 
38054
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
38055
  fi
 
38056
done
 
38057
 
 
38058
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
38059
if test -n "$ac_eof"; then
 
38060
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
38061
  ac_eof=`expr $ac_eof + 1`
 
38062
fi
 
38063
 
 
38064
cat >>$CONFIG_STATUS <<_ACEOF
 
38065
cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
 
38066
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
38067
_ACEOF
 
38068
sed '
 
38069
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
38070
s/^/s,@/; s/!/@,|#_!!_#|/
 
38071
:n
 
38072
t n
 
38073
s/'"$ac_delim"'$/,g/; t
 
38074
s/$/\\/; p
 
38075
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
38076
' >>$CONFIG_STATUS <conf$$subs.sed
 
38077
rm -f conf$$subs.sed
 
38078
cat >>$CONFIG_STATUS <<_ACEOF
 
38079
CEOF$ac_eof
 
38080
_ACEOF
 
38081
 
 
38082
 
 
38083
ac_delim='%!_!# '
 
38084
for ac_last_try in false false false false false :; do
 
38085
  cat >conf$$subs.sed <<_ACEOF
38643
38086
URI_LIBCURL_LIBS!$URI_LIBCURL_LIBS$ac_delim
38644
38087
HAVE_LIBCURL_TRUE!$HAVE_LIBCURL_TRUE$ac_delim
38645
38088
HAVE_LIBCURL_FALSE!$HAVE_LIBCURL_FALSE$ac_delim
38646
38089
WMF_CONFIG!$WMF_CONFIG$ac_delim
38647
 
_ACEOF
38648
 
 
38649
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
38650
 
    break
38651
 
  elif $ac_last_try; then
38652
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
38653
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
38654
 
   { (exit 1); exit 1; }; }
38655
 
  else
38656
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
38657
 
  fi
38658
 
done
38659
 
 
38660
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
38661
 
if test -n "$ac_eof"; then
38662
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
38663
 
  ac_eof=`expr $ac_eof + 1`
38664
 
fi
38665
 
 
38666
 
cat >>$CONFIG_STATUS <<_ACEOF
38667
 
cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
38668
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
38669
 
_ACEOF
38670
 
sed '
38671
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
38672
 
s/^/s,@/; s/!/@,|#_!!_#|/
38673
 
:n
38674
 
t n
38675
 
s/'"$ac_delim"'$/,g/; t
38676
 
s/$/\\/; p
38677
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
38678
 
' >>$CONFIG_STATUS <conf$$subs.sed
38679
 
rm -f conf$$subs.sed
38680
 
cat >>$CONFIG_STATUS <<_ACEOF
38681
 
CEOF$ac_eof
38682
 
_ACEOF
38683
 
 
38684
 
 
38685
 
ac_delim='%!_!# '
38686
 
for ac_last_try in false false false false false :; do
38687
 
  cat >conf$$subs.sed <<_ACEOF
38688
38090
LIBWMF!$LIBWMF$ac_delim
38689
38091
WMF_CFLAGS!$WMF_CFLAGS$ac_delim
38690
38092
WMF!$WMF$ac_delim
38770
38172
LTLIBOBJS!$LTLIBOBJS$ac_delim
38771
38173
_ACEOF
38772
38174
 
38773
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 83; then
 
38175
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
38774
38176
    break
38775
38177
  elif $ac_last_try; then
38776
38178
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
38997
38399
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
38998
38400
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
38999
38401
  esac
 
38402
  ac_MKDIR_P=$MKDIR_P
 
38403
  case $MKDIR_P in
 
38404
  [\\/$]* | ?:[\\/]* ) ;;
 
38405
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
38406
  esac
39000
38407
_ACEOF
39001
38408
 
39002
38409
cat >>$CONFIG_STATUS <<\_ACEOF
39050
38457
s&@abs_builddir@&$ac_abs_builddir&;t t
39051
38458
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
39052
38459
s&@INSTALL@&$ac_INSTALL&;t t
 
38460
s&@MKDIR_P@&$ac_MKDIR_P&;t t
39053
38461
$ac_datarootdir_hack
39054
38462
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" >$tmp/out
39055
38463
 
39165
38573
  fi
39166
38574
  rm -f "$tmp/out12"
39167
38575
# Compute $ac_file's index in $config_headers.
 
38576
_am_arg=$ac_file
39168
38577
_am_stamp_count=1
39169
38578
for _am_header in $config_headers :; do
39170
38579
  case $_am_header in
39171
 
    $ac_file | $ac_file:* )
 
38580
    $_am_arg | $_am_arg:* )
39172
38581
      break ;;
39173
38582
    * )
39174
38583
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
39175
38584
  esac
39176
38585
done
39177
 
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
39178
 
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
39179
 
         X$ac_file : 'X\(//\)[^/]' \| \
39180
 
         X$ac_file : 'X\(//\)$' \| \
39181
 
         X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
39182
 
echo X$ac_file |
 
38586
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
38587
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
38588
         X"$_am_arg" : 'X\(//\)[^/]' \| \
 
38589
         X"$_am_arg" : 'X\(//\)$' \| \
 
38590
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
38591
echo X"$_am_arg" |
39183
38592
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
39184
38593
            s//\1/
39185
38594
            q
39214
38623
  # some people rename them; so instead we look at the file content.
39215
38624
  # Grep'ing the first line is not enough: some people post-process
39216
38625
  # each Makefile.in and add a new line on top of each file to say so.
39217
 
  # So let's grep whole file.
39218
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
38626
  # Grep'ing the whole file is not good either: AIX grep has a line
 
38627
  # limit of 2048, but all sed's we know have understand at least 4000.
 
38628
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
39219
38629
    dirpart=`$as_dirname -- "$mf" ||
39220
38630
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
39221
38631
         X"$mf" : 'X\(//\)[^/]' \| \