~ubuntu-branches/ubuntu/quantal/vala-0.16/quantal

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-02-28 20:20:50 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120228202050-nowzcc7uhxomtrs2
Tags: 0.15.2-0ubuntu1
New upstream 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.68 for vala 0.15.1.
 
3
# Generated by GNU Autoconf 2.68 for vala 0.15.2.
4
4
#
5
5
# Report bugs to <j@bitron.ch>.
6
6
#
569
569
# Identity of this package.
570
570
PACKAGE_NAME='vala'
571
571
PACKAGE_TARNAME='vala'
572
 
PACKAGE_VERSION='0.15.1'
573
 
PACKAGE_STRING='vala 0.15.1'
 
572
PACKAGE_VERSION='0.15.2'
 
573
PACKAGE_STRING='vala 0.15.2'
574
574
PACKAGE_BUGREPORT='j@bitron.ch'
575
575
PACKAGE_URL=''
576
576
 
617
617
LIBOBJS
618
618
AM_BACKSLASH
619
619
AM_DEFAULT_VERBOSITY
 
620
AM_DEFAULT_V
 
621
AM_V
620
622
HAVE_XSLTPROC_FALSE
621
623
HAVE_XSLTPROC_TRUE
622
624
XSLTPROC
1337
1339
  # Omit some internal or obsolete options to make the list less imposing.
1338
1340
  # This message is too long to be a string in the A/UX 3.1 sh.
1339
1341
  cat <<_ACEOF
1340
 
\`configure' configures vala 0.15.1 to adapt to many kinds of systems.
 
1342
\`configure' configures vala 0.15.2 to adapt to many kinds of systems.
1341
1343
 
1342
1344
Usage: $0 [OPTION]... [VAR=VALUE]...
1343
1345
 
1407
1409
 
1408
1410
if test -n "$ac_init_help"; then
1409
1411
  case $ac_init_help in
1410
 
     short | recursive ) echo "Configuration of vala 0.15.1:";;
 
1412
     short | recursive ) echo "Configuration of vala 0.15.2:";;
1411
1413
   esac
1412
1414
  cat <<\_ACEOF
1413
1415
 
1530
1532
test -n "$ac_init_help" && exit $ac_status
1531
1533
if $ac_init_version; then
1532
1534
  cat <<\_ACEOF
1533
 
vala configure 0.15.1
 
1535
vala configure 0.15.2
1534
1536
generated by GNU Autoconf 2.68
1535
1537
 
1536
1538
Copyright (C) 2010 Free Software Foundation, Inc.
1808
1810
This file contains any messages produced by compilers while
1809
1811
running configure, to aid debugging if configure makes a mistake.
1810
1812
 
1811
 
It was created by vala $as_me 0.15.1, which was
 
1813
It was created by vala $as_me 0.15.2, which was
1812
1814
generated by GNU Autoconf 2.68.  Invocation command line was
1813
1815
 
1814
1816
  $ $0 $@
2627
2629
 
2628
2630
# Define the identity of the package.
2629
2631
 PACKAGE='vala'
2630
 
 VERSION='0.15.1'
 
2632
 VERSION='0.15.2'
2631
2633
 
2632
2634
 
2633
2635
cat >>confdefs.h <<_ACEOF
2657
2659
 
2658
2660
# We need awk for the "check" target.  The system "awk" is bad on
2659
2661
# some platforms.
2660
 
# Always define AMTAR for backward compatibility.
2661
 
 
2662
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
2663
 
 
2664
 
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
 
2662
# Always define AMTAR for backward compatibility.  Yes, it's still used
 
2663
# in the wild :-(  We should find a proper way to deprecate it ...
 
2664
AMTAR='$${TAR-tar}'
 
2665
 
 
2666
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2665
2667
 
2666
2668
 
2667
2669
 
12207
12209
no)  AM_DEFAULT_VERBOSITY=1;;
12208
12210
*)   AM_DEFAULT_VERBOSITY=0;;
12209
12211
esac
 
12212
am_make=${MAKE-make}
 
12213
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
 
12214
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
 
12215
if ${am_cv_make_support_nested_variables+:} false; then :
 
12216
  $as_echo_n "(cached) " >&6
 
12217
else
 
12218
  if $as_echo 'TRUE=$(BAR$(V))
 
12219
BAR0=false
 
12220
BAR1=true
 
12221
V=1
 
12222
am__doit:
 
12223
        @$(TRUE)
 
12224
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
 
12225
  am_cv_make_support_nested_variables=yes
 
12226
else
 
12227
  am_cv_make_support_nested_variables=no
 
12228
fi
 
12229
fi
 
12230
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
 
12231
$as_echo "$am_cv_make_support_nested_variables" >&6; }
 
12232
if test $am_cv_make_support_nested_variables = yes; then
 
12233
    AM_V='$(V)'
 
12234
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
 
12235
else
 
12236
  AM_V=$AM_DEFAULT_VERBOSITY
 
12237
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
 
12238
fi
12210
12239
AM_BACKSLASH='\'
12211
12240
 
12212
12241
 
12767
12796
# report actual input values of CONFIG_FILES etc. instead of their
12768
12797
# values after options handling.
12769
12798
ac_log="
12770
 
This file was extended by vala $as_me 0.15.1, which was
 
12799
This file was extended by vala $as_me 0.15.2, which was
12771
12800
generated by GNU Autoconf 2.68.  Invocation command line was
12772
12801
 
12773
12802
  CONFIG_FILES    = $CONFIG_FILES
12833
12862
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12834
12863
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12835
12864
ac_cs_version="\\
12836
 
vala config.status 0.15.1
 
12865
vala config.status 0.15.2
12837
12866
configured by $0, generated by GNU Autoconf 2.68,
12838
12867
  with options \\"\$ac_cs_config\\"
12839
12868