~ubuntu-branches/ubuntu/feisty/pango1.0/feisty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-10 00:59:24 UTC
  • mfrom: (20.1.23 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410005924-bbuu8vi6fw9f1fn1
Tags: 1.16.2-0ubuntu1
* New upstream version
  - Fixed various bug in the OpenType Layout code
  - Improved documentation
  - Improved ATSUI backend
  - Misc build system fixes
  - Bugs fixed in this release:
    - pangowin32-fontmap.c:using function without prototype
    - Don't create coverage every time it's asked for

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.59 for pango 1.16.1.
 
3
# Generated by GNU Autoconf 2.59 for pango 1.16.2.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=pango>.
6
6
#
423
423
# Identity of this package.
424
424
PACKAGE_NAME='pango'
425
425
PACKAGE_TARNAME='pango'
426
 
PACKAGE_VERSION='1.16.1'
427
 
PACKAGE_STRING='pango 1.16.1'
 
426
PACKAGE_VERSION='1.16.2'
 
427
PACKAGE_STRING='pango 1.16.2'
428
428
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pango'
429
429
 
430
430
ac_unique_file="ChangeLog"
998
998
  # Omit some internal or obsolete options to make the list less imposing.
999
999
  # This message is too long to be a string in the A/UX 3.1 sh.
1000
1000
  cat <<_ACEOF
1001
 
\`configure' configures pango 1.16.1 to adapt to many kinds of systems.
 
1001
\`configure' configures pango 1.16.2 to adapt to many kinds of systems.
1002
1002
 
1003
1003
Usage: $0 [OPTION]... [VAR=VALUE]...
1004
1004
 
1068
1068
 
1069
1069
if test -n "$ac_init_help"; then
1070
1070
  case $ac_init_help in
1071
 
     short | recursive ) echo "Configuration of pango 1.16.1:";;
 
1071
     short | recursive ) echo "Configuration of pango 1.16.2:";;
1072
1072
   esac
1073
1073
  cat <<\_ACEOF
1074
1074
 
1239
1239
test -n "$ac_init_help" && exit 0
1240
1240
if $ac_init_version; then
1241
1241
  cat <<\_ACEOF
1242
 
pango configure 1.16.1
 
1242
pango configure 1.16.2
1243
1243
generated by GNU Autoconf 2.59
1244
1244
 
1245
1245
Copyright (C) 2003 Free Software Foundation, Inc.
1253
1253
This file contains any messages produced by compilers while
1254
1254
running configure, to aid debugging if configure makes a mistake.
1255
1255
 
1256
 
It was created by pango $as_me 1.16.1, which was
 
1256
It was created by pango $as_me 1.16.2, which was
1257
1257
generated by GNU Autoconf 2.59.  Invocation command line was
1258
1258
 
1259
1259
  $ $0 $@
1899
1899
 
1900
1900
# Define the identity of the package.
1901
1901
 PACKAGE='pango'
1902
 
 VERSION='1.16.1'
 
1902
 VERSION='1.16.2'
1903
1903
 
1904
1904
 
1905
1905
cat >>confdefs.h <<_ACEOF
2035
2035
 
2036
2036
PANGO_VERSION_MAJOR=1
2037
2037
PANGO_VERSION_MINOR=16
2038
 
PANGO_VERSION_MICRO=1
2039
 
PANGO_VERSION=1.16.1
 
2038
PANGO_VERSION_MICRO=2
 
2039
PANGO_VERSION=1.16.2
2040
2040
PANGO_API_VERSION=1.0
2041
 
PANGO_INTERFACE_AGE=1
2042
 
PANGO_BINARY_AGE=1601
 
2041
PANGO_INTERFACE_AGE=2
 
2042
PANGO_BINARY_AGE=1602
2043
2043
PANGO_MODULE_VERSION=1.6.0
2044
2044
 
2045
2045
 
2058
2058
 
2059
2059
 
2060
2060
cat >>confdefs.h <<\_ACEOF
2061
 
#define PANGO_BINARY_AGE 1601
 
2061
#define PANGO_BINARY_AGE 1602
2062
2062
_ACEOF
2063
2063
 
2064
2064
 
2065
2065
cat >>confdefs.h <<\_ACEOF
2066
 
#define PANGO_INTERFACE_AGE 1
 
2066
#define PANGO_INTERFACE_AGE 2
2067
2067
_ACEOF
2068
2068
 
2069
2069
 
2078
2078
 
2079
2079
 
2080
2080
cat >>confdefs.h <<\_ACEOF
2081
 
#define PANGO_VERSION_MICRO 1
 
2081
#define PANGO_VERSION_MICRO 2
2082
2082
_ACEOF
2083
2083
 
2084
2084
 
2085
2085
 
2086
2086
 
2087
2087
 
2088
 
VERSION_INFO="1600:1:1600"
 
2088
VERSION_INFO="1600:2:1600"
2089
2089
PANGO_CURRENT_MINUS_AGE=0
2090
2090
 
2091
2091
 
24586
24586
} >&5
24587
24587
cat >&5 <<_CSEOF
24588
24588
 
24589
 
This file was extended by pango $as_me 1.16.1, which was
 
24589
This file was extended by pango $as_me 1.16.2, which was
24590
24590
generated by GNU Autoconf 2.59.  Invocation command line was
24591
24591
 
24592
24592
  CONFIG_FILES    = $CONFIG_FILES
24649
24649
 
24650
24650
cat >>$CONFIG_STATUS <<_ACEOF
24651
24651
ac_cs_version="\\
24652
 
pango config.status 1.16.1
 
24652
pango config.status 1.16.2
24653
24653
configured by $0, generated by GNU Autoconf 2.59,
24654
24654
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
24655
24655