~ubuntu-branches/ubuntu/intrepid/gnomad2/intrepid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-06-20 23:39:14 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070620233914-iwc10qsm2yr0vrqn
Tags: 2.8.12-2ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - Lessen the build-depends on libmtp-dev to >= 0.1.3.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

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.59 for gnomad2 2.8.11.
 
3
# Generated by GNU Autoconf 2.59 for gnomad2 2.8.12.
4
4
#
5
5
# Report bugs to <http://sourceforge.net/tracker/?func=add&group_id=65573&atid=511470>.
6
6
#
269
269
# Identity of this package.
270
270
PACKAGE_NAME='gnomad2'
271
271
PACKAGE_TARNAME='gnomad2'
272
 
PACKAGE_VERSION='2.8.11'
273
 
PACKAGE_STRING='gnomad2 2.8.11'
 
272
PACKAGE_VERSION='2.8.12'
 
273
PACKAGE_STRING='gnomad2 2.8.12'
274
274
PACKAGE_BUGREPORT='http://sourceforge.net/tracker/?func=add&group_id=65573&atid=511470'
275
275
 
276
276
ac_unique_file="src/gnomad2.c"
824
824
  # Omit some internal or obsolete options to make the list less imposing.
825
825
  # This message is too long to be a string in the A/UX 3.1 sh.
826
826
  cat <<_ACEOF
827
 
\`configure' configures gnomad2 2.8.11 to adapt to many kinds of systems.
 
827
\`configure' configures gnomad2 2.8.12 to adapt to many kinds of systems.
828
828
 
829
829
Usage: $0 [OPTION]... [VAR=VALUE]...
830
830
 
890
890
 
891
891
if test -n "$ac_init_help"; then
892
892
  case $ac_init_help in
893
 
     short | recursive ) echo "Configuration of gnomad2 2.8.11:";;
 
893
     short | recursive ) echo "Configuration of gnomad2 2.8.12:";;
894
894
   esac
895
895
  cat <<\_ACEOF
896
896
 
1029
1029
test -n "$ac_init_help" && exit 0
1030
1030
if $ac_init_version; then
1031
1031
  cat <<\_ACEOF
1032
 
gnomad2 configure 2.8.11
 
1032
gnomad2 configure 2.8.12
1033
1033
generated by GNU Autoconf 2.59
1034
1034
 
1035
1035
Copyright (C) 2003 Free Software Foundation, Inc.
1043
1043
This file contains any messages produced by compilers while
1044
1044
running configure, to aid debugging if configure makes a mistake.
1045
1045
 
1046
 
It was created by gnomad2 $as_me 2.8.11, which was
 
1046
It was created by gnomad2 $as_me 2.8.12, which was
1047
1047
generated by GNU Autoconf 2.59.  Invocation command line was
1048
1048
 
1049
1049
  $ $0 $@
1687
1687
 
1688
1688
# Define the identity of the package.
1689
1689
 PACKAGE=gnomad2
1690
 
 VERSION=2.8.11
 
1690
 VERSION=2.8.12
1691
1691
 
1692
1692
 
1693
1693
cat >>confdefs.h <<_ACEOF
4226
4226
        pkg_cv_MTP_CFLAGS="$MTP_CFLAGS"
4227
4227
    else
4228
4228
        if test -n "$PKG_CONFIG" && \
4229
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmtp >= 0.1.2\"") >&5
4230
 
  ($PKG_CONFIG --exists --print-errors "libmtp >= 0.1.2") 2>&5
 
4229
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmtp >= 0.1.3\"") >&5
 
4230
  ($PKG_CONFIG --exists --print-errors "libmtp >= 0.1.3") 2>&5
4231
4231
  ac_status=$?
4232
4232
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4233
4233
  (exit $ac_status); }; then
4234
 
  pkg_cv_MTP_CFLAGS=`$PKG_CONFIG --cflags "libmtp >= 0.1.2" 2>/dev/null`
 
4234
  pkg_cv_MTP_CFLAGS=`$PKG_CONFIG --cflags "libmtp >= 0.1.3" 2>/dev/null`
4235
4235
else
4236
4236
  pkg_failed=yes
4237
4237
fi
4244
4244
        pkg_cv_MTP_LIBS="$MTP_LIBS"
4245
4245
    else
4246
4246
        if test -n "$PKG_CONFIG" && \
4247
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmtp >= 0.1.2\"") >&5
4248
 
  ($PKG_CONFIG --exists --print-errors "libmtp >= 0.1.2") 2>&5
 
4247
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmtp >= 0.1.3\"") >&5
 
4248
  ($PKG_CONFIG --exists --print-errors "libmtp >= 0.1.3") 2>&5
4249
4249
  ac_status=$?
4250
4250
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4251
4251
  (exit $ac_status); }; then
4252
 
  pkg_cv_MTP_LIBS=`$PKG_CONFIG --libs "libmtp >= 0.1.2" 2>/dev/null`
 
4252
  pkg_cv_MTP_LIBS=`$PKG_CONFIG --libs "libmtp >= 0.1.3" 2>/dev/null`
4253
4253
else
4254
4254
  pkg_failed=yes
4255
4255
fi
4268
4268
        _pkg_short_errors_supported=no
4269
4269
fi
4270
4270
        if test $_pkg_short_errors_supported = yes; then
4271
 
                MTP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libmtp >= 0.1.2"`
 
4271
                MTP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libmtp >= 0.1.3"`
4272
4272
        else
4273
 
                MTP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libmtp >= 0.1.2"`
 
4273
                MTP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libmtp >= 0.1.3"`
4274
4274
        fi
4275
4275
        # Put the nasty error message in config.log where it belongs
4276
4276
        echo "$MTP_PKG_ERRORS" >&5
7017
7017
 
7018
7018
 
7019
7019
 
7020
 
for ac_header in malloc.h stdlib.h string.h fcntl.h
 
7020
 
 
7021
for ac_header in malloc.h stdlib.h string.h fcntl.h inttypes.h
7021
7022
do
7022
7023
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7023
7024
if eval "test \"\${$as_ac_Header+set}\" = set"; then
7683
7684
} >&5
7684
7685
cat >&5 <<_CSEOF
7685
7686
 
7686
 
This file was extended by gnomad2 $as_me 2.8.11, which was
 
7687
This file was extended by gnomad2 $as_me 2.8.12, which was
7687
7688
generated by GNU Autoconf 2.59.  Invocation command line was
7688
7689
 
7689
7690
  CONFIG_FILES    = $CONFIG_FILES
7741
7742
 
7742
7743
cat >>$CONFIG_STATUS <<_ACEOF
7743
7744
ac_cs_version="\\
7744
 
gnomad2 config.status 2.8.11
 
7745
gnomad2 config.status 2.8.12
7745
7746
configured by $0, generated by GNU Autoconf 2.59,
7746
7747
  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7747
7748