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

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-03-20 18:19:30 UTC
  • mfrom: (1.6.10)
  • Revision ID: package-import@ubuntu.com-20140320181930-7sdul8ru2qlh86md
Tags: 1.36.3-1ubuntu1
* Merge with Debian, remaining change:
  - Add a versioned conflicts on old versions of plymouth whose initramfs
    hook tries to find pango modules. The Debian version of this change
    uses Breaks which is insufficient, and doesn't match the version of
    the plymouth package that supports the new path in Ubuntu.

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 pango 1.36.2.
 
3
# Generated by GNU Autoconf 2.69 for pango 1.36.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=pango>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='pango'
593
593
PACKAGE_TARNAME='pango'
594
 
PACKAGE_VERSION='1.36.2'
595
 
PACKAGE_STRING='pango 1.36.2'
 
594
PACKAGE_VERSION='1.36.3'
 
595
PACKAGE_STRING='pango 1.36.3'
596
596
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=pango'
597
597
PACKAGE_URL=''
598
598
 
664
664
GTK_DOC_BUILD_HTML_TRUE
665
665
ENABLE_GTK_DOC_FALSE
666
666
ENABLE_GTK_DOC_TRUE
 
667
HAVE_GTK_DOC_FALSE
 
668
HAVE_GTK_DOC_TRUE
667
669
GTKDOC_DEPS_LIBS
668
670
GTKDOC_DEPS_CFLAGS
669
671
HTML_DIR
1503
1505
  # Omit some internal or obsolete options to make the list less imposing.
1504
1506
  # This message is too long to be a string in the A/UX 3.1 sh.
1505
1507
  cat <<_ACEOF
1506
 
\`configure' configures pango 1.36.2 to adapt to many kinds of systems.
 
1508
\`configure' configures pango 1.36.3 to adapt to many kinds of systems.
1507
1509
 
1508
1510
Usage: $0 [OPTION]... [VAR=VALUE]...
1509
1511
 
1573
1575
 
1574
1576
if test -n "$ac_init_help"; then
1575
1577
  case $ac_init_help in
1576
 
     short | recursive ) echo "Configuration of pango 1.36.2:";;
 
1578
     short | recursive ) echo "Configuration of pango 1.36.3:";;
1577
1579
   esac
1578
1580
  cat <<\_ACEOF
1579
1581
 
1739
1741
test -n "$ac_init_help" && exit $ac_status
1740
1742
if $ac_init_version; then
1741
1743
  cat <<\_ACEOF
1742
 
pango configure 1.36.2
 
1744
pango configure 1.36.3
1743
1745
generated by GNU Autoconf 2.69
1744
1746
 
1745
1747
Copyright (C) 2012 Free Software Foundation, Inc.
2229
2231
This file contains any messages produced by compilers while
2230
2232
running configure, to aid debugging if configure makes a mistake.
2231
2233
 
2232
 
It was created by pango $as_me 1.36.2, which was
 
2234
It was created by pango $as_me 1.36.3, which was
2233
2235
generated by GNU Autoconf 2.69.  Invocation command line was
2234
2236
 
2235
2237
  $ $0 $@
3095
3097
 
3096
3098
# Define the identity of the package.
3097
3099
 PACKAGE='pango'
3098
 
 VERSION='1.36.2'
 
3100
 VERSION='1.36.3'
3099
3101
 
3100
3102
 
3101
3103
cat >>confdefs.h <<_ACEOF
3232
3234
 
3233
3235
PANGO_VERSION_MAJOR=1
3234
3236
PANGO_VERSION_MINOR=36
3235
 
PANGO_VERSION_MICRO=2
3236
 
PANGO_VERSION=1.36.2
 
3237
PANGO_VERSION_MICRO=3
 
3238
PANGO_VERSION=1.36.3
3237
3239
PANGO_API_VERSION=1.0
3238
 
PANGO_INTERFACE_AGE=2
3239
 
PANGO_BINARY_AGE=3602
 
3240
PANGO_INTERFACE_AGE=3
 
3241
PANGO_BINARY_AGE=3603
3240
3242
PANGO_MODULE_VERSION=1.8.0
3241
3243
 
3242
3244
 
3252
3254
$as_echo "#define MODULE_VERSION \"1.8.0\"" >>confdefs.h
3253
3255
 
3254
3256
 
3255
 
$as_echo "#define PANGO_BINARY_AGE 3602" >>confdefs.h
3256
 
 
3257
 
 
3258
 
$as_echo "#define PANGO_INTERFACE_AGE 2" >>confdefs.h
 
3257
$as_echo "#define PANGO_BINARY_AGE 3603" >>confdefs.h
 
3258
 
 
3259
 
 
3260
$as_echo "#define PANGO_INTERFACE_AGE 3" >>confdefs.h
3259
3261
 
3260
3262
 
3261
3263
$as_echo "#define PANGO_VERSION_MAJOR 1" >>confdefs.h
3264
3266
$as_echo "#define PANGO_VERSION_MINOR 36" >>confdefs.h
3265
3267
 
3266
3268
 
3267
 
$as_echo "#define PANGO_VERSION_MICRO 2" >>confdefs.h
3268
 
 
3269
 
 
3270
 
 
3271
 
 
3272
 
 
3273
 
VERSION_INFO="3600:2:3600"
 
3269
$as_echo "#define PANGO_VERSION_MICRO 3" >>confdefs.h
 
3270
 
 
3271
 
 
3272
 
 
3273
 
 
3274
 
 
3275
VERSION_INFO="3600:3:3600"
3274
3276
PANGO_CURRENT_MINUS_AGE=0
3275
3277
 
3276
3278
 
16414
16416
Report bugs to <bug-libtool@gnu.org>."
16415
16417
 
16416
16418
lt_cl_version="\
16417
 
pango config.lt 1.36.2
 
16419
pango config.lt 1.36.3
16418
16420
configured by $0, generated by GNU Autoconf 2.69.
16419
16421
 
16420
16422
Copyright (C) 2011 Free Software Foundation, Inc.
19276
19278
 
19277
19279
 
19278
19280
 
 
19281
  gtk_doc_requires="gtk-doc >= 1.15"
 
19282
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk-doc" >&5
 
19283
$as_echo_n "checking for gtk-doc... " >&6; }
 
19284
  if test -n "$PKG_CONFIG" && \
 
19285
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$gtk_doc_requires\""; } >&5
 
19286
  ($PKG_CONFIG --exists --print-errors "$gtk_doc_requires") 2>&5
 
19287
  ac_status=$?
 
19288
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
19289
  test $ac_status = 0; }; then
 
19290
  have_gtk_doc=yes
 
19291
else
 
19292
  have_gtk_doc=no
 
19293
fi
 
19294
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_gtk_doc" >&5
 
19295
$as_echo "$have_gtk_doc" >&6; }
 
19296
 
 
19297
  if test "$have_gtk_doc" = "no"; then
 
19298
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
 
19299
  You will not be able to create source packages with 'make dist'
 
19300
  because $gtk_doc_requires is not found." >&5
 
19301
$as_echo "$as_me: WARNING:
 
19302
  You will not be able to create source packages with 'make dist'
 
19303
  because $gtk_doc_requires is not found." >&2;}
 
19304
  fi
 
19305
 
19279
19306
            # Extract the first word of "gtkdoc-check", so it can be a program name with args.
19280
19307
set dummy gtkdoc-check; ac_word=$2
19281
19308
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
19459
19486
fi
19460
19487
 
19461
19488
 
19462
 
  if test x$enable_gtk_doc = xyes; then
19463
 
    if test -n "$PKG_CONFIG" && \
19464
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.15\""; } >&5
19465
 
  ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.15") 2>&5
19466
 
  ac_status=$?
19467
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
19468
 
  test $ac_status = 0; }; then
19469
 
  :
19470
 
else
19471
 
  as_fn_error $? "You need to have gtk-doc >= 1.15 installed to build $PACKAGE_NAME" "$LINENO" 5
19472
 
fi
19473
 
        if test "x$PACKAGE_NAME" != "xglib"; then
 
19489
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
 
19490
$as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
 
19491
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
 
19492
$as_echo "$enable_gtk_doc" >&6; }
 
19493
 
 
19494
  if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then
 
19495
    as_fn_error $? "
 
19496
  You must have $gtk_doc_requires installed to build documentation for
 
19497
  $PACKAGE_NAME. Please install gtk-doc or disable building the
 
19498
  documentation by adding '--disable-gtk-doc' to '$0'." "$LINENO" 5
 
19499
  fi
 
19500
 
 
19501
    if test "x$PACKAGE_NAME" != "xglib"; then
19474
19502
 
19475
19503
pkg_failed=no
19476
19504
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTKDOC_DEPS" >&5
19542
19570
$as_echo "yes" >&6; }
19543
19571
 
19544
19572
fi
19545
 
    fi
19546
19573
  fi
19547
19574
 
19548
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
19549
 
$as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
19550
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
19551
 
$as_echo "$enable_gtk_doc" >&6; }
19552
 
 
19553
19575
    # Check whether --enable-gtk-doc-html was given.
19554
19576
if test "${enable_gtk_doc_html+set}" = set; then :
19555
19577
  enableval=$enable_gtk_doc_html;
19574
19596
  fi
19575
19597
 
19576
19598
 
 
19599
   if test x$have_gtk_doc = xyes; then
 
19600
  HAVE_GTK_DOC_TRUE=
 
19601
  HAVE_GTK_DOC_FALSE='#'
 
19602
else
 
19603
  HAVE_GTK_DOC_TRUE='#'
 
19604
  HAVE_GTK_DOC_FALSE=
 
19605
fi
 
19606
 
19577
19607
   if test x$enable_gtk_doc = xyes; then
19578
19608
  ENABLE_GTK_DOC_TRUE=
19579
19609
  ENABLE_GTK_DOC_FALSE='#'
20421
20451
  as_fn_error $? "conditional \"DYNAMIC_THAI_LANG\" was never defined.
20422
20452
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20423
20453
fi
 
20454
if test -z "${HAVE_GTK_DOC_TRUE}" && test -z "${HAVE_GTK_DOC_FALSE}"; then
 
20455
  as_fn_error $? "conditional \"HAVE_GTK_DOC\" was never defined.
 
20456
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
20457
fi
20424
20458
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
20425
20459
  as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
20426
20460
Usually this means the macro was only invoked conditionally." "$LINENO" 5
20854
20888
# report actual input values of CONFIG_FILES etc. instead of their
20855
20889
# values after options handling.
20856
20890
ac_log="
20857
 
This file was extended by pango $as_me 1.36.2, which was
 
20891
This file was extended by pango $as_me 1.36.3, which was
20858
20892
generated by GNU Autoconf 2.69.  Invocation command line was
20859
20893
 
20860
20894
  CONFIG_FILES    = $CONFIG_FILES
20920
20954
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20921
20955
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20922
20956
ac_cs_version="\\
20923
 
pango config.status 1.36.2
 
20957
pango config.status 1.36.3
20924
20958
configured by $0, generated by GNU Autoconf 2.69,
20925
20959
  with options \\"\$ac_cs_config\\"
20926
20960