diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-09 11:52:12 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-09 11:52:12 -0700 |
commit | 4215dd1533c56e1a89ae6f1d6ea68677fac27fda (patch) | |
tree | 99318267166103602095f7af976be5b7f0e25d04 /configure | |
parent | 893912bfc2683463dc3e2c445336752d012563d3 (diff) | |
download | external_libpng-4215dd1533c56e1a89ae6f1d6ea68677fac27fda.zip external_libpng-4215dd1533c56e1a89ae6f1d6ea68677fac27fda.tar.gz external_libpng-4215dd1533c56e1a89ae6f1d6ea68677fac27fda.tar.bz2 |
auto import from //branches/cupcake/...@137197
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 27 |
1 files changed, 13 insertions, 14 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for libpng 1.2.29beta03. +# Generated by GNU Autoconf 2.62 for libpng 1.2.35. # # Report bugs to <png-mng-implement@lists.sourceforge.net>. # @@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='libpng' PACKAGE_TARNAME='libpng' -PACKAGE_VERSION='1.2.29beta03' -PACKAGE_STRING='libpng 1.2.29beta03' +PACKAGE_VERSION='1.2.35' +PACKAGE_STRING='libpng 1.2.35' PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net' ac_unique_file="pngget.c" @@ -1484,7 +1484,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libpng 1.2.29beta03 to adapt to many kinds of systems. +\`configure' configures libpng 1.2.35 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1554,7 +1554,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libpng 1.2.29beta03:";; + short | recursive ) echo "Configuration of libpng 1.2.35:";; esac cat <<\_ACEOF @@ -1661,7 +1661,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libpng configure 1.2.29beta03 +libpng configure 1.2.35 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1675,7 +1675,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libpng $as_me 1.2.29beta03, which was +It was created by libpng $as_me 1.2.35, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -2389,7 +2389,7 @@ fi # Define the identity of the package. PACKAGE='libpng' - VERSION='1.2.29beta03' + VERSION='1.2.35' cat >>confdefs.h <<_ACEOF @@ -2558,10 +2558,10 @@ fi -PNGLIB_VERSION=1.2.29beta03 +PNGLIB_VERSION=1.2.35 PNGLIB_MAJOR=1 PNGLIB_MINOR=2 -PNGLIB_RELEASE=29 +PNGLIB_RELEASE=35 @@ -13125,7 +13125,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libpng $as_me 1.2.29beta03, which was +This file was extended by libpng $as_me 1.2.35, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13178,7 +13178,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -libpng config.status 1.2.29beta03 +libpng config.status 1.2.35 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -13612,8 +13612,7 @@ $debug || if test -n "$CONFIG_FILES"; then -ac_cr=' -' +ac_cr='
' ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' |