~ubuntu-branches/ubuntu/vivid/atk1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2014-10-25 10:12:48 UTC
  • mfrom: (11.3.3 sid)
  • Revision ID: package-import@ubuntu.com-20141025101248-r41m1uvjfbri1lj4
Tags: 2.14.0-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Build using dh-autoreconf.

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.69 for atk 2.12.0.
 
3
# Generated by GNU Autoconf 2.69 for atk 2.14.0.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=atk>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='atk'
593
593
PACKAGE_TARNAME='atk'
594
 
PACKAGE_VERSION='2.12.0'
595
 
PACKAGE_STRING='atk 2.12.0'
 
594
PACKAGE_VERSION='2.14.0'
 
595
PACKAGE_STRING='atk 2.14.0'
596
596
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=atk'
597
597
PACKAGE_URL=''
598
598
 
638
638
LTLIBOBJS
639
639
LIBOBJS
640
640
WARN_CFLAGS
 
641
ATK_HIDDEN_VISIBILITY_CFLAGS
641
642
pkgpyexecdir
642
643
pyexecdir
643
644
pkgpythondir
1419
1420
  # Omit some internal or obsolete options to make the list less imposing.
1420
1421
  # This message is too long to be a string in the A/UX 3.1 sh.
1421
1422
  cat <<_ACEOF
1422
 
\`configure' configures atk 2.12.0 to adapt to many kinds of systems.
 
1423
\`configure' configures atk 2.14.0 to adapt to many kinds of systems.
1423
1424
 
1424
1425
Usage: $0 [OPTION]... [VAR=VALUE]...
1425
1426
 
1489
1490
 
1490
1491
if test -n "$ac_init_help"; then
1491
1492
  case $ac_init_help in
1492
 
     short | recursive ) echo "Configuration of atk 2.12.0:";;
 
1493
     short | recursive ) echo "Configuration of atk 2.14.0:";;
1493
1494
   esac
1494
1495
  cat <<\_ACEOF
1495
1496
 
1620
1621
test -n "$ac_init_help" && exit $ac_status
1621
1622
if $ac_init_version; then
1622
1623
  cat <<\_ACEOF
1623
 
atk configure 2.12.0
 
1624
atk configure 2.14.0
1624
1625
generated by GNU Autoconf 2.69
1625
1626
 
1626
1627
Copyright (C) 2012 Free Software Foundation, Inc.
1989
1990
This file contains any messages produced by compilers while
1990
1991
running configure, to aid debugging if configure makes a mistake.
1991
1992
 
1992
 
It was created by atk $as_me 2.12.0, which was
 
1993
It was created by atk $as_me 2.14.0, which was
1993
1994
generated by GNU Autoconf 2.69.  Invocation command line was
1994
1995
 
1995
1996
  $ $0 $@
2343
2344
 
2344
2345
 
2345
2346
 
2346
 
am__api_version='1.13'
 
2347
am__api_version='1.14'
2347
2348
 
2348
2349
ac_aux_dir=
2349
2350
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2858
2859
 
2859
2860
# Define the identity of the package.
2860
2861
 PACKAGE='atk'
2861
 
 VERSION='2.12.0'
 
2862
 VERSION='2.14.0'
2862
2863
 
2863
2864
 
2864
2865
cat >>confdefs.h <<_ACEOF
2909
2910
 
2910
2911
 
2911
2912
 
 
2913
# POSIX will say in a future version that running "rm -f" with no argument
 
2914
# is OK; and we want to be able to make that assumption in our Makefile
 
2915
# recipes.  So use an aggressive probe to check that the usage we want is
 
2916
# actually supported "in the wild" to an acceptable degree.
 
2917
# See automake bug#10828.
 
2918
# To make any issue more visible, cause the running configure to be aborted
 
2919
# by default if the 'rm' program in use doesn't match our expectations; the
 
2920
# user can still override this though.
 
2921
if rm -f && rm -fr && rm -rf; then : OK; else
 
2922
  cat >&2 <<'END'
 
2923
Oops!
 
2924
 
 
2925
Your 'rm' program seems unable to run without file operands specified
 
2926
on the command line, even when the '-f' option is present.  This is contrary
 
2927
to the behaviour of most rm programs out there, and not conforming with
 
2928
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
 
2929
 
 
2930
Please tell bug-automake@gnu.org about your system, including the value
 
2931
of your $PATH and any error possibly output before this message.  This
 
2932
can help us improve future automake versions.
 
2933
 
 
2934
END
 
2935
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
 
2936
    echo 'Configuration will proceed anyway, since you have set the' >&2
 
2937
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
 
2938
    echo >&2
 
2939
  else
 
2940
    cat >&2 <<'END'
 
2941
Aborting the configuration process, to ensure you take notice of the issue.
 
2942
 
 
2943
You can download and install GNU coreutils to get an 'rm' implementation
 
2944
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
2945
 
 
2946
If you want to complete the configuration process using your problematic
 
2947
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
 
2948
to "yes", and re-run configure.
 
2949
 
 
2950
END
 
2951
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
 
2952
  fi
 
2953
fi
2912
2954
 
2913
2955
# Support silent build rules, requires at least automake-1.11. Disable
2914
2956
# by either passing --disable-silent-rules to configure or passing V=1
2955
2997
 
2956
2998
 
2957
2999
ATK_MAJOR_VERSION=2
2958
 
ATK_MINOR_VERSION=12
 
3000
ATK_MINOR_VERSION=14
2959
3001
ATK_MICRO_VERSION=0
2960
 
ATK_VERSION=2.12.0
 
3002
ATK_VERSION=2.14.0
2961
3003
ATK_API_VERSION=1.0
2962
3004
ATK_INTERFACE_AGE=1
2963
 
ATK_BINARY_AGE=21210
2964
 
 
2965
 
 
2966
 
 
2967
 
 
2968
 
 
2969
 
 
2970
 
 
2971
 
 
2972
 
 
2973
 
LT_VERSION_INFO=21209:1:21209
 
3005
ATK_BINARY_AGE=21410
 
3006
 
 
3007
 
 
3008
 
 
3009
 
 
3010
 
 
3011
 
 
3012
 
 
3013
 
 
3014
 
 
3015
LT_VERSION_INFO=21409:1:21409
2974
3016
LT_CURRENT_MINUS_AGE=0
2975
3017
 
2976
3018
 
3765
3807
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3766
3808
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3767
3809
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3810
 
 
3811
ac_ext=c
 
3812
ac_cpp='$CPP $CPPFLAGS'
 
3813
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3814
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3815
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3816
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
 
3817
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
 
3818
if ${am_cv_prog_cc_c_o+:} false; then :
 
3819
  $as_echo_n "(cached) " >&6
 
3820
else
 
3821
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3822
/* end confdefs.h.  */
 
3823
 
 
3824
int
 
3825
main ()
 
3826
{
 
3827
 
 
3828
  ;
 
3829
  return 0;
 
3830
}
 
3831
_ACEOF
 
3832
  # Make sure it works both with $CC and with simple cc.
 
3833
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
3834
  # compilers refuse to overwrite an existing .o file with -o,
 
3835
  # though they will create one.
 
3836
  am_cv_prog_cc_c_o=yes
 
3837
  for am_i in 1 2; do
 
3838
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
 
3839
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
 
3840
   ac_status=$?
 
3841
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3842
   (exit $ac_status); } \
 
3843
         && test -f conftest2.$ac_objext; then
 
3844
      : OK
 
3845
    else
 
3846
      am_cv_prog_cc_c_o=no
 
3847
      break
 
3848
    fi
 
3849
  done
 
3850
  rm -f core conftest*
 
3851
  unset am_i
 
3852
fi
 
3853
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
 
3854
$as_echo "$am_cv_prog_cc_c_o" >&6; }
 
3855
if test "$am_cv_prog_cc_c_o" != yes; then
 
3856
   # Losing compiler, so override with the script.
 
3857
   # FIXME: It is wrong to rewrite CC.
 
3858
   # But if we don't then we get into trouble of one sort or another.
 
3859
   # A longer-term fix would be to have automake use am__CC in this case,
 
3860
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
3861
   CC="$am_aux_dir/compile $CC"
 
3862
fi
 
3863
ac_ext=c
 
3864
ac_cpp='$CPP $CPPFLAGS'
 
3865
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3866
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3867
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3868
 
3768
3869
DEPDIR="${am__leading_dot}deps"
3769
3870
 
3770
3871
ac_config_commands="$ac_config_commands depfiles"
14086
14187
 
14087
14188
 
14088
14189
 
 
14190
# Check for the visibility flags
 
14191
ATK_HIDDEN_VISIBILITY_CFLAGS=""
 
14192
case "$host" in
 
14193
  *-*-mingw*)
 
14194
 
 
14195
$as_echo "#define _ATK_EXTERN __attribute__((visibility(\"default\"))) __declspec(dllexport) extern" >>confdefs.h
 
14196
 
 
14197
    CFLAGS="${CFLAGS} -fvisibility=hidden"
 
14198
    ;;
 
14199
  *)
 
14200
        SAVED_CFLAGS="${CFLAGS}"
 
14201
    CFLAGS="-fvisibility=hidden"
 
14202
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -fvisibility=hidden compiler flag" >&5
 
14203
$as_echo_n "checking for -fvisibility=hidden compiler flag... " >&6; }
 
14204
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
14205
/* end confdefs.h.  */
 
14206
 
 
14207
int
 
14208
main ()
 
14209
{
 
14210
int main (void) { return 0; }
 
14211
  ;
 
14212
  return 0;
 
14213
}
 
14214
_ACEOF
 
14215
if ac_fn_c_try_compile "$LINENO"; then :
 
14216
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
14217
$as_echo "yes" >&6; }
 
14218
                   enable_fvisibility_hidden=yes
 
14219
else
 
14220
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
14221
$as_echo "no" >&6; }
 
14222
                   enable_fvisibility_hidden=no
 
14223
fi
 
14224
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
14225
    CFLAGS="${SAVED_CFLAGS}"
 
14226
 
 
14227
    if test "${enable_fvisibility_hidden}" = "yes"; then :
 
14228
 
 
14229
 
 
14230
$as_echo "#define _ATK_EXTERN __attribute__((visibility(\"default\"))) extern" >>confdefs.h
 
14231
 
 
14232
      ATK_HIDDEN_VISIBILITY_CFLAGS="-fvisibility=hidden"
 
14233
 
 
14234
fi
 
14235
    ;;
 
14236
esac
 
14237
 
 
14238
 
14089
14239
 
14090
14240
 
14091
14241
    # Check whether --enable-compile-warnings was given.
14123
14273
 
14124
14274
    case "$enable_compile_warnings" in
14125
14275
    no)
14126
 
        warning_flags=
 
14276
        warning_flags="-w"
14127
14277
        ;;
14128
14278
    minimum)
14129
14279
        warning_flags="-Wall"
14208
14358
 
14209
14359
 
14210
14360
 
14211
 
ac_config_files="$ac_config_files Makefile po/Makefile.in atk.pc atk-uninstalled.pc atk/Makefile atk/atk.rc atk/atkversion.h tests/Makefile build/Makefile build/win32/Makefile build/win32/vs9/Makefile build/win32/vs10/Makefile docs/Makefile docs/version.xml atk.spec atk-zip.sh config.h.win32"
 
14361
ac_config_files="$ac_config_files Makefile po/Makefile.in atk.pc atk-uninstalled.pc atk/Makefile atk/atk.rc atk/atkversion.h tests/Makefile build/Makefile build/win32/Makefile build/win32/vs9/Makefile build/win32/vs10/Makefile build/win32/vs11/Makefile build/win32/vs12/Makefile docs/Makefile docs/version.xml atk.spec atk-zip.sh config.h.win32"
14212
14362
 
14213
14363
 
14214
14364
cat >confcache <<\_ACEOF
14781
14931
# report actual input values of CONFIG_FILES etc. instead of their
14782
14932
# values after options handling.
14783
14933
ac_log="
14784
 
This file was extended by atk $as_me 2.12.0, which was
 
14934
This file was extended by atk $as_me 2.14.0, which was
14785
14935
generated by GNU Autoconf 2.69.  Invocation command line was
14786
14936
 
14787
14937
  CONFIG_FILES    = $CONFIG_FILES
14847
14997
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14848
14998
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14849
14999
ac_cs_version="\\
14850
 
atk config.status 2.12.0
 
15000
atk config.status 2.14.0
14851
15001
configured by $0, generated by GNU Autoconf 2.69,
14852
15002
  with options \\"\$ac_cs_config\\"
14853
15003
 
15272
15422
    "build/win32/Makefile") CONFIG_FILES="$CONFIG_FILES build/win32/Makefile" ;;
15273
15423
    "build/win32/vs9/Makefile") CONFIG_FILES="$CONFIG_FILES build/win32/vs9/Makefile" ;;
15274
15424
    "build/win32/vs10/Makefile") CONFIG_FILES="$CONFIG_FILES build/win32/vs10/Makefile" ;;
 
15425
    "build/win32/vs11/Makefile") CONFIG_FILES="$CONFIG_FILES build/win32/vs11/Makefile" ;;
 
15426
    "build/win32/vs12/Makefile") CONFIG_FILES="$CONFIG_FILES build/win32/vs12/Makefile" ;;
15275
15427
    "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
15276
15428
    "docs/version.xml") CONFIG_FILES="$CONFIG_FILES docs/version.xml" ;;
15277
15429
    "atk.spec") CONFIG_FILES="$CONFIG_FILES atk.spec" ;;