~darkxst/ubuntu/trusty/gjs/1.38.1

« back to all changes in this revision

Viewing changes to configure

  • Committer: Tim Lunn
  • Date: 2013-10-23 00:07:11 UTC
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: tim@feathertop.org-20131023000711-adrufeum4ov2tiif
Tags: upstream-1.38.1
ImportĀ upstreamĀ versionĀ 1.38.1

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 gjs 1.37.6.
 
3
# Generated by GNU Autoconf 2.69 for gjs 1.38.1.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gjs>.
6
6
#
591
591
# Identity of this package.
592
592
PACKAGE_NAME='gjs'
593
593
PACKAGE_TARNAME='gjs'
594
 
PACKAGE_VERSION='1.37.6'
595
 
PACKAGE_STRING='gjs 1.37.6'
 
594
PACKAGE_VERSION='1.38.1'
 
595
PACKAGE_STRING='gjs 1.38.1'
596
596
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gjs'
597
597
PACKAGE_URL=''
598
598
 
1394
1394
  # Omit some internal or obsolete options to make the list less imposing.
1395
1395
  # This message is too long to be a string in the A/UX 3.1 sh.
1396
1396
  cat <<_ACEOF
1397
 
\`configure' configures gjs 1.37.6 to adapt to many kinds of systems.
 
1397
\`configure' configures gjs 1.38.1 to adapt to many kinds of systems.
1398
1398
 
1399
1399
Usage: $0 [OPTION]... [VAR=VALUE]...
1400
1400
 
1464
1464
 
1465
1465
if test -n "$ac_init_help"; then
1466
1466
  case $ac_init_help in
1467
 
     short | recursive ) echo "Configuration of gjs 1.37.6:";;
 
1467
     short | recursive ) echo "Configuration of gjs 1.38.1:";;
1468
1468
   esac
1469
1469
  cat <<\_ACEOF
1470
1470
 
1608
1608
test -n "$ac_init_help" && exit $ac_status
1609
1609
if $ac_init_version; then
1610
1610
  cat <<\_ACEOF
1611
 
gjs configure 1.37.6
 
1611
gjs configure 1.38.1
1612
1612
generated by GNU Autoconf 2.69
1613
1613
 
1614
1614
Copyright (C) 2012 Free Software Foundation, Inc.
2098
2098
This file contains any messages produced by compilers while
2099
2099
running configure, to aid debugging if configure makes a mistake.
2100
2100
 
2101
 
It was created by gjs $as_me 1.37.6, which was
 
2101
It was created by gjs $as_me 1.38.1, which was
2102
2102
generated by GNU Autoconf 2.69.  Invocation command line was
2103
2103
 
2104
2104
  $ $0 $@
2961
2961
 
2962
2962
# Define the identity of the package.
2963
2963
 PACKAGE='gjs'
2964
 
 VERSION='1.37.6'
 
2964
 VERSION='1.38.1'
2965
2965
 
2966
2966
 
2967
2967
cat >>confdefs.h <<_ACEOF
3017
3017
 
3018
3018
 
3019
3019
 
3020
 
$as_echo "#define GJS_VERSION (1 * 100 + 37) * 100 + 6" >>confdefs.h
 
3020
$as_echo "#define GJS_VERSION (1 * 100 + 38) * 100 + 1" >>confdefs.h
3021
3021
 
3022
3022
 
3023
3023
GETTEXT_PACKAGE=gjs
15666
15666
        -Werror=missing-include-dirs \
15667
15667
    "
15668
15668
 
 
15669
                additional_flags=""
 
15670
 
15669
15671
    case "$enable_compile_warnings" in
15670
15672
    no)
15671
15673
        warning_flags=
15674
15676
        warning_flags="-Wall"
15675
15677
        ;;
15676
15678
    yes)
15677
 
        warning_flags="$base_warn_flags $base_error_flags"
 
15679
        warning_flags="$base_warn_flags $base_error_flags $additional_flags"
15678
15680
        ;;
15679
15681
    maximum|error)
15680
 
        warning_flags="$base_warn_flags $base_error_flags"
 
15682
        warning_flags="$base_warn_flags $base_error_flags $additional_flags"
15681
15683
        ;;
15682
15684
    *)
15683
15685
        as_fn_error $? "Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" "$LINENO" 5
16046
16048
  as_fn_error $? "gobject-introspection-1.0 is not installed" "$LINENO" 5
16047
16049
fi
16048
16050
        if test -n "$PKG_CONFIG" && \
16049
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 1.37.1\""; } >&5
16050
 
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.37.1") 2>&5
 
16051
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 1.38.0\""; } >&5
 
16052
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.38.0") 2>&5
16051
16053
  ac_status=$?
16052
16054
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16053
16055
  test $ac_status = 0; }; then
16054
16056
  found_introspection=yes
16055
16057
else
16056
 
  as_fn_error $? "You need to have gobject-introspection >= 1.37.1 installed to build gjs" "$LINENO" 5
 
16058
  as_fn_error $? "You need to have gobject-introspection >= 1.38.0 installed to build gjs" "$LINENO" 5
16057
16059
fi
16058
16060
     ;; #(
16059
16061
      auto) :
16060
16062
            if test -n "$PKG_CONFIG" && \
16061
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 1.37.1\""; } >&5
16062
 
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.37.1") 2>&5
 
16063
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gobject-introspection-1.0 >= 1.38.0\""; } >&5
 
16064
  ($PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.38.0") 2>&5
16063
16065
  ac_status=$?
16064
16066
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16065
16067
  test $ac_status = 0; }; then
17491
17493
# report actual input values of CONFIG_FILES etc. instead of their
17492
17494
# values after options handling.
17493
17495
ac_log="
17494
 
This file was extended by gjs $as_me 1.37.6, which was
 
17496
This file was extended by gjs $as_me 1.38.1, which was
17495
17497
generated by GNU Autoconf 2.69.  Invocation command line was
17496
17498
 
17497
17499
  CONFIG_FILES    = $CONFIG_FILES
17557
17559
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17558
17560
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17559
17561
ac_cs_version="\\
17560
 
gjs config.status 1.37.6
 
17562
gjs config.status 1.38.1
17561
17563
configured by $0, generated by GNU Autoconf 2.69,
17562
17564
  with options \\"\$ac_cs_config\\"
17563
17565