~mfisch/yelp-xsl/update-to-3.8.1

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-17 15:12:22 UTC
  • mfrom: (1.1.16) (11.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120317151222-pnzcgh4actzfkwdb
Tags: 3.3.3-1
New upstream development release.

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.66 for yelp-xsl 3.0.2.
 
3
# Generated by GNU Autoconf 2.66 for yelp-xsl 3.3.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl>.
6
6
#
552
552
# Identity of this package.
553
553
PACKAGE_NAME='yelp-xsl'
554
554
PACKAGE_TARNAME='yelp-xsl'
555
 
PACKAGE_VERSION='3.0.2'
556
 
PACKAGE_STRING='yelp-xsl 3.0.2'
 
555
PACKAGE_VERSION='3.3.3'
 
556
PACKAGE_STRING='yelp-xsl 3.3.3'
557
557
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl'
558
558
PACKAGE_URL=''
559
559
 
615
615
PKG_CONFIG_LIBDIR
616
616
PKG_CONFIG_PATH
617
617
PKG_CONFIG
 
618
ITSTOOL
618
619
YELP_XSL_AWK
619
620
am__untar
620
621
am__tar
687
688
      ac_precious_vars='build_alias
688
689
host_alias
689
690
target_alias
 
691
ITSTOOL
690
692
PKG_CONFIG
691
693
PKG_CONFIG_PATH
692
694
PKG_CONFIG_LIBDIR
1238
1240
  # Omit some internal or obsolete options to make the list less imposing.
1239
1241
  # This message is too long to be a string in the A/UX 3.1 sh.
1240
1242
  cat <<_ACEOF
1241
 
\`configure' configures yelp-xsl 3.0.2 to adapt to many kinds of systems.
 
1243
\`configure' configures yelp-xsl 3.3.3 to adapt to many kinds of systems.
1242
1244
 
1243
1245
Usage: $0 [OPTION]... [VAR=VALUE]...
1244
1246
 
1304
1306
 
1305
1307
if test -n "$ac_init_help"; then
1306
1308
  case $ac_init_help in
1307
 
     short | recursive ) echo "Configuration of yelp-xsl 3.0.2:";;
 
1309
     short | recursive ) echo "Configuration of yelp-xsl 3.3.3:";;
1308
1310
   esac
1309
1311
  cat <<\_ACEOF
1310
1312
 
1319
1321
                          [default=no]
1320
1322
 
1321
1323
Some influential environment variables:
 
1324
  ITSTOOL     Path to the `itstool` command
1322
1325
  PKG_CONFIG  path to pkg-config utility
1323
1326
  PKG_CONFIG_PATH
1324
1327
              directories to add to pkg-config's search path
1402
1405
test -n "$ac_init_help" && exit $ac_status
1403
1406
if $ac_init_version; then
1404
1407
  cat <<\_ACEOF
1405
 
yelp-xsl configure 3.0.2
 
1408
yelp-xsl configure 3.3.3
1406
1409
generated by GNU Autoconf 2.66
1407
1410
 
1408
1411
Copyright (C) 2010 Free Software Foundation, Inc.
1570
1573
This file contains any messages produced by compilers while
1571
1574
running configure, to aid debugging if configure makes a mistake.
1572
1575
 
1573
 
It was created by yelp-xsl $as_me 3.0.2, which was
 
1576
It was created by yelp-xsl $as_me 3.3.3, which was
1574
1577
generated by GNU Autoconf 2.66.  Invocation command line was
1575
1578
 
1576
1579
  $ $0 $@
2388
2391
 
2389
2392
# Define the identity of the package.
2390
2393
 PACKAGE='yelp-xsl'
2391
 
 VERSION='3.0.2'
 
2394
 VERSION='3.3.3'
2392
2395
 
2393
2396
 
2394
2397
cat >>confdefs.h <<_ACEOF
2479
2482
fi
2480
2483
 
2481
2484
 
 
2485
 
 
2486
# Extract the first word of "itstool", so it can be a program name with args.
 
2487
set dummy itstool; ac_word=$2
 
2488
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
2489
$as_echo_n "checking for $ac_word... " >&6; }
 
2490
if test "${ac_cv_prog_ITSTOOL+set}" = set; then :
 
2491
  $as_echo_n "(cached) " >&6
 
2492
else
 
2493
  if test -n "$ITSTOOL"; then
 
2494
  ac_cv_prog_ITSTOOL="$ITSTOOL" # Let the user override the test.
 
2495
else
 
2496
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2497
for as_dir in $PATH
 
2498
do
 
2499
  IFS=$as_save_IFS
 
2500
  test -z "$as_dir" && as_dir=.
 
2501
    for ac_exec_ext in '' $ac_executable_extensions; do
 
2502
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
2503
    ac_cv_prog_ITSTOOL="itstool"
 
2504
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
2505
    break 2
 
2506
  fi
 
2507
done
 
2508
  done
 
2509
IFS=$as_save_IFS
 
2510
 
 
2511
fi
 
2512
fi
 
2513
ITSTOOL=$ac_cv_prog_ITSTOOL
 
2514
if test -n "$ITSTOOL"; then
 
2515
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ITSTOOL" >&5
 
2516
$as_echo "$ITSTOOL" >&6; }
 
2517
else
 
2518
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
2519
$as_echo "no" >&6; }
 
2520
fi
 
2521
 
 
2522
 
 
2523
if test x"$ITSTOOL" = x; then
 
2524
  as_fn_error $? "itstool is required to build the translation XML files" "$LINENO" 5
 
2525
fi
 
2526
 
2482
2527
# Dependecies
2483
2528
 
2484
2529
 
4265
4310
 
4266
4311
 
4267
4312
 
 
4313
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
 
4314
 
 
4315
 
4268
4316
# Check whether --enable-doc was given.
4269
4317
if test "${enable_doc+set}" = set; then :
4270
4318
  enableval=$enable_doc;
4281
4329
fi
4282
4330
 
4283
4331
 
4284
 
ac_config_files="$ac_config_files Makefile yelp-xsl.pc icons/Makefile icons/hicolor/Makefile icons/hicolor/24x24/Makefile icons/hicolor/24x24/status/Makefile icons/hicolor/48x48/Makefile icons/hicolor/48x48/status/Makefile icons/hicolor/scalable/Makefile icons/hicolor/scalable/status/Makefile icons/hicolor/watermarks/Makefile js/Makefile doc/Makefile doc/yelp-xsl/Makefile po/Makefile.in xslt/Makefile xslt/common/Makefile xslt/docbook/Makefile xslt/docbook/common/Makefile xslt/docbook/html/Makefile xslt/docbook/omf/Makefile xslt/docbook/utils/Makefile xslt/mallard/Makefile xslt/mallard/cache/Makefile xslt/mallard/common/Makefile xslt/mallard/html/Makefile xslt/gettext/Makefile"
 
4332
ac_config_files="$ac_config_files Makefile yelp-xsl.pc icons/Makefile icons/hicolor/Makefile icons/hicolor/24x24/Makefile icons/hicolor/24x24/status/Makefile icons/hicolor/48x48/Makefile icons/hicolor/48x48/status/Makefile icons/hicolor/scalable/Makefile icons/hicolor/scalable/status/Makefile icons/hicolor/watermarks/Makefile js/Makefile doc/Makefile doc/yelp-xsl/Makefile po/Makefile.in xslt/Makefile xslt/common/Makefile xslt/common/domains/Makefile xslt/docbook/Makefile xslt/docbook/common/Makefile xslt/docbook/html/Makefile xslt/docbook/omf/Makefile xslt/docbook/utils/Makefile xslt/mallard/Makefile xslt/mallard/cache/Makefile xslt/mallard/common/Makefile xslt/mallard/html/Makefile"
4285
4333
 
4286
4334
 
4287
4335
cat >confcache <<\_ACEOF
4850
4898
# report actual input values of CONFIG_FILES etc. instead of their
4851
4899
# values after options handling.
4852
4900
ac_log="
4853
 
This file was extended by yelp-xsl $as_me 3.0.2, which was
 
4901
This file was extended by yelp-xsl $as_me 3.3.3, which was
4854
4902
generated by GNU Autoconf 2.66.  Invocation command line was
4855
4903
 
4856
4904
  CONFIG_FILES    = $CONFIG_FILES
4907
4955
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4908
4956
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4909
4957
ac_cs_version="\\
4910
 
yelp-xsl config.status 3.0.2
 
4958
yelp-xsl config.status 3.3.3
4911
4959
configured by $0, generated by GNU Autoconf 2.66,
4912
4960
  with options \\"\$ac_cs_config\\"
4913
4961
 
5037
5085
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
5038
5086
    "xslt/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/Makefile" ;;
5039
5087
    "xslt/common/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/common/Makefile" ;;
 
5088
    "xslt/common/domains/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/common/domains/Makefile" ;;
5040
5089
    "xslt/docbook/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/docbook/Makefile" ;;
5041
5090
    "xslt/docbook/common/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/docbook/common/Makefile" ;;
5042
5091
    "xslt/docbook/html/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/docbook/html/Makefile" ;;
5046
5095
    "xslt/mallard/cache/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/mallard/cache/Makefile" ;;
5047
5096
    "xslt/mallard/common/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/mallard/common/Makefile" ;;
5048
5097
    "xslt/mallard/html/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/mallard/html/Makefile" ;;
5049
 
    "xslt/gettext/Makefile") CONFIG_FILES="$CONFIG_FILES xslt/gettext/Makefile" ;;
5050
5098
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
5051
5099
 
5052
5100
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;