~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-05 10:14:08 UTC
  • mto: (1.3.2) (4.1.4 sid) (33.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110405101408-xmmvv2ug9rzyoiag
Tags: upstream-2.23.3
ImportĀ upstreamĀ versionĀ 2.23.3

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.68 for gdk-pixbuf 2.23.1.
 
3
# Generated by GNU Autoconf 2.68 for gdk-pixbuf 2.23.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='gdk-pixbuf'
573
573
PACKAGE_TARNAME='gdk-pixbuf'
574
 
PACKAGE_VERSION='2.23.1'
575
 
PACKAGE_STRING='gdk-pixbuf 2.23.1'
 
574
PACKAGE_VERSION='2.23.3'
 
575
PACKAGE_STRING='gdk-pixbuf 2.23.3'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-pixbuf'
577
577
PACKAGE_URL=''
578
578
 
1498
1498
  # Omit some internal or obsolete options to make the list less imposing.
1499
1499
  # This message is too long to be a string in the A/UX 3.1 sh.
1500
1500
  cat <<_ACEOF
1501
 
\`configure' configures gdk-pixbuf 2.23.1 to adapt to many kinds of systems.
 
1501
\`configure' configures gdk-pixbuf 2.23.3 to adapt to many kinds of systems.
1502
1502
 
1503
1503
Usage: $0 [OPTION]... [VAR=VALUE]...
1504
1504
 
1568
1568
 
1569
1569
if test -n "$ac_init_help"; then
1570
1570
  case $ac_init_help in
1571
 
     short | recursive ) echo "Configuration of gdk-pixbuf 2.23.1:";;
 
1571
     short | recursive ) echo "Configuration of gdk-pixbuf 2.23.3:";;
1572
1572
   esac
1573
1573
  cat <<\_ACEOF
1574
1574
 
1719
1719
test -n "$ac_init_help" && exit $ac_status
1720
1720
if $ac_init_version; then
1721
1721
  cat <<\_ACEOF
1722
 
gdk-pixbuf configure 2.23.1
 
1722
gdk-pixbuf configure 2.23.3
1723
1723
generated by GNU Autoconf 2.68
1724
1724
 
1725
1725
Copyright (C) 2010 Free Software Foundation, Inc.
2088
2088
This file contains any messages produced by compilers while
2089
2089
running configure, to aid debugging if configure makes a mistake.
2090
2090
 
2091
 
It was created by gdk-pixbuf $as_me 2.23.1, which was
 
2091
It was created by gdk-pixbuf $as_me 2.23.3, which was
2092
2092
generated by GNU Autoconf 2.68.  Invocation command line was
2093
2093
 
2094
2094
  $ $0 $@
2913
2913
 
2914
2914
# Define the identity of the package.
2915
2915
 PACKAGE='gdk-pixbuf'
2916
 
 VERSION='2.23.1'
 
2916
 VERSION='2.23.3'
2917
2917
 
2918
2918
 
2919
2919
# Some tools Automake needs.
2938
2938
 
2939
2939
AMTAR=${AMTAR-"${am_missing_run}tar"}
2940
2940
 
2941
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
2941
 
 
2942
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
 
2943
$as_echo_n "checking how to create a ustar tar archive... " >&6; }
 
2944
# Loop over all known methods to create a tar archive until one works.
 
2945
_am_tools='gnutar plaintar pax cpio none'
 
2946
_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
 
2947
# Do not fold the above two line into one, because Tru64 sh and
 
2948
# Solaris sh will not grok spaces in the rhs of `-'.
 
2949
for _am_tool in $_am_tools
 
2950
do
 
2951
  case $_am_tool in
 
2952
  gnutar)
 
2953
    for _am_tar in tar gnutar gtar;
 
2954
    do
 
2955
      { echo "$as_me:$LINENO: $_am_tar --version" >&5
 
2956
   ($_am_tar --version) >&5 2>&5
 
2957
   ac_status=$?
 
2958
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2959
   (exit $ac_status); } && break
 
2960
    done
 
2961
    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
 
2962
    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
 
2963
    am__untar="$_am_tar -xf -"
 
2964
    ;;
 
2965
  plaintar)
 
2966
    # Must skip GNU tar: if it does not support --format= it doesn't create
 
2967
    # ustar tarball either.
 
2968
    (tar --version) >/dev/null 2>&1 && continue
 
2969
    am__tar='tar chf - "$$tardir"'
 
2970
    am__tar_='tar chf - "$tardir"'
 
2971
    am__untar='tar xf -'
 
2972
    ;;
 
2973
  pax)
 
2974
    am__tar='pax -L -x ustar -w "$$tardir"'
 
2975
    am__tar_='pax -L -x ustar -w "$tardir"'
 
2976
    am__untar='pax -r'
 
2977
    ;;
 
2978
  cpio)
 
2979
    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
 
2980
    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
 
2981
    am__untar='cpio -i -H ustar -d'
 
2982
    ;;
 
2983
  none)
 
2984
    am__tar=false
 
2985
    am__tar_=false
 
2986
    am__untar=false
 
2987
    ;;
 
2988
  esac
 
2989
 
 
2990
  # If the value was cached, stop now.  We just wanted to have am__tar
 
2991
  # and am__untar set.
 
2992
  test -n "${am_cv_prog_tar_ustar}" && break
 
2993
 
 
2994
  # tar/untar a dummy directory, and stop if the command works
 
2995
  rm -rf conftest.dir
 
2996
  mkdir conftest.dir
 
2997
  echo GrepMe > conftest.dir/file
 
2998
  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
 
2999
   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
 
3000
   ac_status=$?
 
3001
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3002
   (exit $ac_status); }
 
3003
  rm -rf conftest.dir
 
3004
  if test -s conftest.tar; then
 
3005
    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
 
3006
   ($am__untar <conftest.tar) >&5 2>&5
 
3007
   ac_status=$?
 
3008
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3009
   (exit $ac_status); }
 
3010
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
3011
  fi
 
3012
done
 
3013
rm -rf conftest.dir
 
3014
 
 
3015
if ${am_cv_prog_tar_ustar+:} false; then :
 
3016
  $as_echo_n "(cached) " >&6
 
3017
else
 
3018
  am_cv_prog_tar_ustar=$_am_tool
 
3019
fi
 
3020
 
 
3021
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
 
3022
$as_echo "$am_cv_prog_tar_ustar" >&6; }
2942
3023
 
2943
3024
 
2944
3025
 
2996
3077
 
2997
3078
GDK_PIXBUF_MAJOR=2
2998
3079
GDK_PIXBUF_MINOR=23
2999
 
GDK_PIXBUF_MICRO=1
3000
 
GDK_PIXBUF_VERSION=2.23.1
 
3080
GDK_PIXBUF_MICRO=3
 
3081
GDK_PIXBUF_VERSION=2.23.3
3001
3082
GDK_PIXBUF_API_VERSION=2.0
3002
3083
GDK_PIXBUF_BINARY_VERSION=2.10.0
3003
3084
 
3017
3098
 
3018
3099
 
3019
3100
 
3020
 
LT_VERSION_INFO="2300:1:2300"
 
3101
LT_VERSION_INFO="2300:3:2300"
3021
3102
LT_CURRENT_MINUS_AGE=0
3022
3103
 
3023
3104
 
12848
12929
Report bugs to <bug-libtool@gnu.org>."
12849
12930
 
12850
12931
lt_cl_version="\
12851
 
gdk-pixbuf config.lt 2.23.1
 
12932
gdk-pixbuf config.lt 2.23.3
12852
12933
configured by $0, generated by GNU Autoconf 2.68.
12853
12934
 
12854
12935
Copyright (C) 2010 Free Software Foundation, Inc.
19983
20064
# report actual input values of CONFIG_FILES etc. instead of their
19984
20065
# values after options handling.
19985
20066
ac_log="
19986
 
This file was extended by gdk-pixbuf $as_me 2.23.1, which was
 
20067
This file was extended by gdk-pixbuf $as_me 2.23.3, which was
19987
20068
generated by GNU Autoconf 2.68.  Invocation command line was
19988
20069
 
19989
20070
  CONFIG_FILES    = $CONFIG_FILES
20049
20130
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20050
20131
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20051
20132
ac_cs_version="\\
20052
 
gdk-pixbuf config.status 2.23.1
 
20133
gdk-pixbuf config.status 2.23.3
20053
20134
configured by $0, generated by GNU Autoconf 2.68,
20054
20135
  with options \\"\$ac_cs_config\\"
20055
20136