~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to configure

  • Committer: Didier Roche
  • Date: 2012-02-03 09:26:47 UTC
  • mfrom: (14.2.196 unity-lens-files)
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: didier.roche@canonical.com-20120203092647-roofheotc4p5qhmf
Tags: upstream-5.2.0
ImportĀ upstreamĀ versionĀ 5.2.0

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 unity-lens-files 5.0.0.
 
3
# Generated by GNU Autoconf 2.68 for unity-lens-files 5.2.0.
4
4
#
5
5
# Report bugs to <https://launchpad.net/unity-lens-files>.
6
6
#
13
13
# This configure script is free software; the Free Software Foundation
14
14
# gives unlimited permission to copy, distribute and modify it.
15
15
#
16
 
# Copyright 2010 Canonical
 
16
# Copyright 2010-2012 Canonical
17
17
## -------------------- ##
18
18
## M4sh Initialization. ##
19
19
## -------------------- ##
632
632
# Identity of this package.
633
633
PACKAGE_NAME='unity-lens-files'
634
634
PACKAGE_TARNAME='unity-lens-files'
635
 
PACKAGE_VERSION='5.0.0'
636
 
PACKAGE_STRING='unity-lens-files 5.0.0'
 
635
PACKAGE_VERSION='5.2.0'
 
636
PACKAGE_STRING='unity-lens-files 5.2.0'
637
637
PACKAGE_BUGREPORT='https://launchpad.net/unity-lens-files'
638
638
PACKAGE_URL=''
639
639
 
1417
1417
  # Omit some internal or obsolete options to make the list less imposing.
1418
1418
  # This message is too long to be a string in the A/UX 3.1 sh.
1419
1419
  cat <<_ACEOF
1420
 
\`configure' configures unity-lens-files 5.0.0 to adapt to many kinds of systems.
 
1420
\`configure' configures unity-lens-files 5.2.0 to adapt to many kinds of systems.
1421
1421
 
1422
1422
Usage: $0 [OPTION]... [VAR=VALUE]...
1423
1423
 
1488
1488
 
1489
1489
if test -n "$ac_init_help"; then
1490
1490
  case $ac_init_help in
1491
 
     short | recursive ) echo "Configuration of unity-lens-files 5.0.0:";;
 
1491
     short | recursive ) echo "Configuration of unity-lens-files 5.2.0:";;
1492
1492
   esac
1493
1493
  cat <<\_ACEOF
1494
1494
 
1605
1605
test -n "$ac_init_help" && exit $ac_status
1606
1606
if $ac_init_version; then
1607
1607
  cat <<\_ACEOF
1608
 
unity-lens-files configure 5.0.0
 
1608
unity-lens-files configure 5.2.0
1609
1609
generated by GNU Autoconf 2.68
1610
1610
 
1611
1611
Copyright (C) 2010 Free Software Foundation, Inc.
1612
1612
This configure script is free software; the Free Software Foundation
1613
1613
gives unlimited permission to copy, distribute and modify it.
1614
1614
 
1615
 
Copyright 2010 Canonical
 
1615
Copyright 2010-2012 Canonical
1616
1616
_ACEOF
1617
1617
  exit
1618
1618
fi
1976
1976
This file contains any messages produced by compilers while
1977
1977
running configure, to aid debugging if configure makes a mistake.
1978
1978
 
1979
 
It was created by unity-lens-files $as_me 5.0.0, which was
 
1979
It was created by unity-lens-files $as_me 5.2.0, which was
1980
1980
generated by GNU Autoconf 2.68.  Invocation command line was
1981
1981
 
1982
1982
  $ $0 $@
2793
2793
 
2794
2794
# Define the identity of the package.
2795
2795
 PACKAGE=unity-lens-files
2796
 
 VERSION=5.0.0
 
2796
 VERSION=5.2.0
2797
2797
 
2798
2798
 
2799
2799
cat >>confdefs.h <<_ACEOF
2925
2925
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No Vala compiler found.  You will not be able to compile .vala source files." >&5
2926
2926
$as_echo "$as_me: WARNING: No Vala compiler found.  You will not be able to compile .vala source files." >&2;}
2927
2927
else
2928
 
  if test -n "0.12.1"; then :
2929
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking $VALAC is at least version 0.12.1" >&5
2930
 
$as_echo_n "checking $VALAC is at least version 0.12.1... " >&6; }
 
2928
  if test -n "0.14.0"; then :
 
2929
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking $VALAC is at least version 0.14.0" >&5
 
2930
$as_echo_n "checking $VALAC is at least version 0.14.0... " >&6; }
2931
2931
       am__vala_version=`$VALAC --version | sed 's/Vala  *//'`
2932
 
       as_arg_v1=0.12.1
 
2932
       as_arg_v1=0.14.0
2933
2933
as_arg_v2="$am__vala_version"
2934
2934
awk "$as_awk_strverscmp" v1="$as_arg_v1" v2="$as_arg_v2" /dev/null
2935
2935
case $? in #(
2942
2942
  2) :
2943
2943
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2944
2944
$as_echo "no" >&6; }
2945
 
          as_fn_error $? "Vala 0.12.1 not found." "$LINENO" 5 ;; #(
 
2945
          as_fn_error $? "Vala 0.14.0 not found." "$LINENO" 5 ;; #(
2946
2946
  *) :
2947
2947
     ;;
2948
2948
esac
8097
8097
$RM -r conftest*
8098
8098
 
8099
8099
 
8100
 
## CAVEAT EMPTOR:
8101
 
## There is no encapsulation within the following macros, do not change
8102
 
## the running order or otherwise move them around unless you know exactly
8103
 
## what you are doing...
8104
8100
if test -n "$compiler"; then
8105
8101
 
8106
8102
lt_prog_compiler_no_builtin_flag=
13903
13899
# report actual input values of CONFIG_FILES etc. instead of their
13904
13900
# values after options handling.
13905
13901
ac_log="
13906
 
This file was extended by unity-lens-files $as_me 5.0.0, which was
 
13902
This file was extended by unity-lens-files $as_me 5.2.0, which was
13907
13903
generated by GNU Autoconf 2.68.  Invocation command line was
13908
13904
 
13909
13905
  CONFIG_FILES    = $CONFIG_FILES
13969
13965
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13970
13966
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13971
13967
ac_cs_version="\\
13972
 
unity-lens-files config.status 5.0.0
 
13968
unity-lens-files config.status 5.2.0
13973
13969
configured by $0, generated by GNU Autoconf 2.68,
13974
13970
  with options \\"\$ac_cs_config\\"
13975
13971