~ubuntu-branches/ubuntu/wily/kino/wily

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2011-07-17 17:22:33 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110717172233-98lp0rs01nywropp
Tags: 1.3.4-1.2ubuntu1
* Merge from debian unstable, no remaining changes:
  - Add Breaks on udev: upgrade path goes thru Lucid that has a higher
    version. Dropped as it's not useful anymore.
  - Add 30_v4l1_includes.diff: integrated in Debian
  - Add missing libv4l-dev bd: integrated in Debian
  - configure.in. Check for libavcodec and libavutil: integrated in Debian
* 99_fix_ftbfs_libav_0.7.patch: fix FTBFS with libav 0.7 because of 
  deprecated functions (LP: #749217)
* Rebuild for libquicktime 1.2.2 transition (lp: #773968)

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.64 for kino 1.3.4.
 
3
# Generated by GNU Autoconf 2.67 for kino 1.3.4.
4
4
#
5
5
# Report bugs to <http://sourceforge.net/tracker/?group_id=14103&atid=114103>.
6
6
#
 
7
#
7
8
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
 
9
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
9
10
# Foundation, Inc.
10
11
#
 
12
#
11
13
# This configure script is free software; the Free Software Foundation
12
14
# gives unlimited permission to copy, distribute and modify it.
13
15
## -------------------- ##
318
320
      test -d "$as_dir" && break
319
321
    done
320
322
    test -z "$as_dirs" || eval "mkdir $as_dirs"
321
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
323
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
322
324
 
323
325
 
324
326
} # as_fn_mkdir_p
358
360
fi # as_fn_arith
359
361
 
360
362
 
361
 
# as_fn_error ERROR [LINENO LOG_FD]
362
 
# ---------------------------------
 
363
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
364
# ----------------------------------------
363
365
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
364
366
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
365
 
# script with status $?, using 1 if that was 0.
 
367
# script with STATUS, using 1 if that was 0.
366
368
as_fn_error ()
367
369
{
368
 
  as_status=$?; test $as_status -eq 0 && as_status=1
369
 
  if test "$3"; then
370
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
371
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
370
  as_status=$1; test $as_status -eq 0 && as_status=1
 
371
  if test "$4"; then
 
372
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
373
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
372
374
  fi
373
 
  $as_echo "$as_me: error: $1" >&2
 
375
  $as_echo "$as_me: error: $2" >&2
374
376
  as_fn_exit $as_status
375
377
} # as_fn_error
376
378
 
677
679
 
678
680
 
679
681
 
680
 
exec 7<&0 </dev/null 6>&1
 
682
test -n "$DJDIR" || exec 7<&0 </dev/null
 
683
exec 6>&1
681
684
 
682
685
# Name of the host.
683
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
686
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
684
687
# so uname gets run too.
685
688
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
686
689
 
1057
1060
  fi
1058
1061
 
1059
1062
  case $ac_option in
1060
 
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1061
 
  *)    ac_optarg=yes ;;
 
1063
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
 
1064
  *=)   ac_optarg= ;;
 
1065
  *)    ac_optarg=yes ;;
1062
1066
  esac
1063
1067
 
1064
1068
  # Accept the important Cygnus configure options, so we can diagnose typos.
1103
1107
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1104
1108
    # Reject names that are not valid shell variable names.
1105
1109
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1106
 
      as_fn_error "invalid feature name: $ac_useropt"
 
1110
      as_fn_error $? "invalid feature name: $ac_useropt"
1107
1111
    ac_useropt_orig=$ac_useropt
1108
1112
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1109
1113
    case $ac_user_opts in
1129
1133
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1130
1134
    # Reject names that are not valid shell variable names.
1131
1135
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1132
 
      as_fn_error "invalid feature name: $ac_useropt"
 
1136
      as_fn_error $? "invalid feature name: $ac_useropt"
1133
1137
    ac_useropt_orig=$ac_useropt
1134
1138
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135
1139
    case $ac_user_opts in
1333
1337
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1334
1338
    # Reject names that are not valid shell variable names.
1335
1339
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1336
 
      as_fn_error "invalid package name: $ac_useropt"
 
1340
      as_fn_error $? "invalid package name: $ac_useropt"
1337
1341
    ac_useropt_orig=$ac_useropt
1338
1342
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1339
1343
    case $ac_user_opts in
1349
1353
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1350
1354
    # Reject names that are not valid shell variable names.
1351
1355
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1352
 
      as_fn_error "invalid package name: $ac_useropt"
 
1356
      as_fn_error $? "invalid package name: $ac_useropt"
1353
1357
    ac_useropt_orig=$ac_useropt
1354
1358
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1355
1359
    case $ac_user_opts in
1379
1383
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1380
1384
    x_libraries=$ac_optarg ;;
1381
1385
 
1382
 
  -*) as_fn_error "unrecognized option: \`$ac_option'
1383
 
Try \`$0 --help' for more information."
 
1386
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
 
1387
Try \`$0 --help' for more information"
1384
1388
    ;;
1385
1389
 
1386
1390
  *=*)
1388
1392
    # Reject names that are not valid shell variable names.
1389
1393
    case $ac_envvar in #(
1390
1394
      '' | [0-9]* | *[!_$as_cr_alnum]* )
1391
 
      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
 
1395
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1392
1396
    esac
1393
1397
    eval $ac_envvar=\$ac_optarg
1394
1398
    export $ac_envvar ;;
1406
1410
 
1407
1411
if test -n "$ac_prev"; then
1408
1412
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1409
 
  as_fn_error "missing argument to $ac_option"
 
1413
  as_fn_error $? "missing argument to $ac_option"
1410
1414
fi
1411
1415
 
1412
1416
if test -n "$ac_unrecognized_opts"; then
1413
1417
  case $enable_option_checking in
1414
1418
    no) ;;
1415
 
    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
 
1419
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1416
1420
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1417
1421
  esac
1418
1422
fi
1435
1439
    [\\/$]* | ?:[\\/]* )  continue;;
1436
1440
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1437
1441
  esac
1438
 
  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
 
1442
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1439
1443
done
1440
1444
 
1441
1445
# There might be people who depend on the old broken behavior: `$host'
1449
1453
if test "x$host_alias" != x; then
1450
1454
  if test "x$build_alias" = x; then
1451
1455
    cross_compiling=maybe
1452
 
    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1453
 
    If a cross compiler is detected then cross compile mode will be used." >&2
 
1456
    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
 
1457
    If a cross compiler is detected then cross compile mode will be used" >&2
1454
1458
  elif test "x$build_alias" != "x$host_alias"; then
1455
1459
    cross_compiling=yes
1456
1460
  fi
1465
1469
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1466
1470
ac_ls_di=`ls -di .` &&
1467
1471
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1468
 
  as_fn_error "working directory cannot be determined"
 
1472
  as_fn_error $? "working directory cannot be determined"
1469
1473
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1470
 
  as_fn_error "pwd does not report name of working directory"
 
1474
  as_fn_error $? "pwd does not report name of working directory"
1471
1475
 
1472
1476
 
1473
1477
# Find the source files, if location was not specified.
1506
1510
fi
1507
1511
if test ! -r "$srcdir/$ac_unique_file"; then
1508
1512
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1509
 
  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
 
1513
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1510
1514
fi
1511
1515
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1512
1516
ac_abs_confdir=`(
1513
 
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
 
1517
        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1514
1518
        pwd)`
1515
1519
# When building in place, set srcdir=.
1516
1520
if test "$ac_abs_confdir" = "$ac_pwd"; then
1550
1554
      --help=short        display options specific to this package
1551
1555
      --help=recursive    display the short help of all the included packages
1552
1556
  -V, --version           display version information and exit
1553
 
  -q, --quiet, --silent   do not print \`checking...' messages
 
1557
  -q, --quiet, --silent   do not print \`checking ...' messages
1554
1558
      --cache-file=FILE   cache test results in FILE [disabled]
1555
1559
  -C, --config-cache      alias for \`--cache-file=config.cache'
1556
1560
  -n, --no-create         do not create output files
1656
1660
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1657
1661
              nonstandard directory <lib dir>
1658
1662
  LIBS        libraries to pass to the linker, e.g. -l<library>
1659
 
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
1663
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1660
1664
              you have headers in a nonstandard directory <include dir>
1661
1665
  CXX         C++ compiler command
1662
1666
  CXXFLAGS    C++ compiler flags
1769
1773
if $ac_init_version; then
1770
1774
  cat <<\_ACEOF
1771
1775
kino configure 1.3.4
1772
 
generated by GNU Autoconf 2.64
 
1776
generated by GNU Autoconf 2.67
1773
1777
 
1774
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
1778
Copyright (C) 2010 Free Software Foundation, Inc.
1775
1779
This configure script is free software; the Free Software Foundation
1776
1780
gives unlimited permission to copy, distribute and modify it.
1777
1781
_ACEOF
1816
1820
        ac_retval=1
1817
1821
fi
1818
1822
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1819
 
  return $ac_retval
 
1823
  as_fn_set_status $ac_retval
1820
1824
 
1821
1825
} # ac_fn_c_try_compile
1822
1826
 
1854
1858
        ac_retval=1
1855
1859
fi
1856
1860
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1857
 
  return $ac_retval
 
1861
  as_fn_set_status $ac_retval
1858
1862
 
1859
1863
} # ac_fn_cxx_try_compile
1860
1864
 
1900
1904
  # left behind by Apple's compiler.  We do this before executing the actions.
1901
1905
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1902
1906
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1903
 
  return $ac_retval
 
1907
  as_fn_set_status $ac_retval
1904
1908
 
1905
1909
} # ac_fn_c_try_link
1906
1910
 
1913
1917
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1914
1918
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1915
1919
$as_echo_n "checking for $2... " >&6; }
1916
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
1920
if eval "test \"\${$3+set}\"" = set; then :
1917
1921
  $as_echo_n "(cached) " >&6
1918
1922
else
1919
1923
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1956
1960
    mv -f conftest.er1 conftest.err
1957
1961
  fi
1958
1962
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1959
 
  test $ac_status = 0; } >/dev/null && {
 
1963
  test $ac_status = 0; } > conftest.i && {
1960
1964
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1961
1965
         test ! -s conftest.err
1962
1966
       }; then :
1968
1972
    ac_retval=1
1969
1973
fi
1970
1974
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1971
 
  return $ac_retval
 
1975
  as_fn_set_status $ac_retval
1972
1976
 
1973
1977
} # ac_fn_c_try_cpp
1974
1978
 
2010
2014
fi
2011
2015
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2012
2016
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2013
 
  return $ac_retval
 
2017
  as_fn_set_status $ac_retval
2014
2018
 
2015
2019
} # ac_fn_c_try_run
2016
2020
 
2022
2026
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2023
2027
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2024
2028
$as_echo_n "checking for $2... " >&6; }
2025
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2029
if eval "test \"\${$3+set}\"" = set; then :
2026
2030
  $as_echo_n "(cached) " >&6
2027
2031
else
2028
2032
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2102
2106
    mv -f conftest.er1 conftest.err
2103
2107
  fi
2104
2108
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2105
 
  test $ac_status = 0; } >/dev/null && {
 
2109
  test $ac_status = 0; } > conftest.i && {
2106
2110
         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
2107
2111
         test ! -s conftest.err
2108
2112
       }; then :
2114
2118
    ac_retval=1
2115
2119
fi
2116
2120
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2117
 
  return $ac_retval
 
2121
  as_fn_set_status $ac_retval
2118
2122
 
2119
2123
} # ac_fn_cxx_try_cpp
2120
2124
 
2160
2164
  # left behind by Apple's compiler.  We do this before executing the actions.
2161
2165
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2162
2166
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2163
 
  return $ac_retval
 
2167
  as_fn_set_status $ac_retval
2164
2168
 
2165
2169
} # ac_fn_cxx_try_link
2166
2170
 
2172
2176
ac_fn_c_check_header_mongrel ()
2173
2177
{
2174
2178
  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2175
 
  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2179
  if eval "test \"\${$3+set}\"" = set; then :
2176
2180
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2177
2181
$as_echo_n "checking for $2... " >&6; }
2178
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2182
if eval "test \"\${$3+set}\"" = set; then :
2179
2183
  $as_echo_n "(cached) " >&6
2180
2184
fi
2181
2185
eval ac_res=\$$3
2211
2215
else
2212
2216
  ac_header_preproc=no
2213
2217
fi
2214
 
rm -f conftest.err conftest.$ac_ext
 
2218
rm -f conftest.err conftest.i conftest.$ac_ext
2215
2219
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2216
2220
$as_echo "$ac_header_preproc" >&6; }
2217
2221
 
2234
2238
$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2235
2239
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2236
2240
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2237
 
( cat <<\_ASBOX
2238
 
## ------------------------------------------------------------------------- ##
 
2241
( $as_echo "## ------------------------------------------------------------------------- ##
2239
2242
## Report this to http://sourceforge.net/tracker/?group_id=14103&atid=114103 ##
2240
 
## ------------------------------------------------------------------------- ##
2241
 
_ASBOX
 
2243
## ------------------------------------------------------------------------- ##"
2242
2244
     ) | sed "s/^/$as_me: WARNING:     /" >&2
2243
2245
    ;;
2244
2246
esac
2245
2247
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2246
2248
$as_echo_n "checking for $2... " >&6; }
2247
 
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
2249
if eval "test \"\${$3+set}\"" = set; then :
2248
2250
  $as_echo_n "(cached) " >&6
2249
2251
else
2250
2252
  eval "$3=\$ac_header_compiler"
2261
2263
running configure, to aid debugging if configure makes a mistake.
2262
2264
 
2263
2265
It was created by kino $as_me 1.3.4, which was
2264
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
2266
generated by GNU Autoconf 2.67.  Invocation command line was
2265
2267
 
2266
2268
  $ $0 $@
2267
2269
 
2371
2373
  {
2372
2374
    echo
2373
2375
 
2374
 
    cat <<\_ASBOX
2375
 
## ---------------- ##
 
2376
    $as_echo "## ---------------- ##
2376
2377
## Cache variables. ##
2377
 
## ---------------- ##
2378
 
_ASBOX
 
2378
## ---------------- ##"
2379
2379
    echo
2380
2380
    # The following way of writing the cache mishandles newlines in values,
2381
2381
(
2409
2409
)
2410
2410
    echo
2411
2411
 
2412
 
    cat <<\_ASBOX
2413
 
## ----------------- ##
 
2412
    $as_echo "## ----------------- ##
2414
2413
## Output variables. ##
2415
 
## ----------------- ##
2416
 
_ASBOX
 
2414
## ----------------- ##"
2417
2415
    echo
2418
2416
    for ac_var in $ac_subst_vars
2419
2417
    do
2426
2424
    echo
2427
2425
 
2428
2426
    if test -n "$ac_subst_files"; then
2429
 
      cat <<\_ASBOX
2430
 
## ------------------- ##
 
2427
      $as_echo "## ------------------- ##
2431
2428
## File substitutions. ##
2432
 
## ------------------- ##
2433
 
_ASBOX
 
2429
## ------------------- ##"
2434
2430
      echo
2435
2431
      for ac_var in $ac_subst_files
2436
2432
      do
2444
2440
    fi
2445
2441
 
2446
2442
    if test -s confdefs.h; then
2447
 
      cat <<\_ASBOX
2448
 
## ----------- ##
 
2443
      $as_echo "## ----------- ##
2449
2444
## confdefs.h. ##
2450
 
## ----------- ##
2451
 
_ASBOX
 
2445
## ----------- ##"
2452
2446
      echo
2453
2447
      cat confdefs.h
2454
2448
      echo
2503
2497
ac_site_file1=NONE
2504
2498
ac_site_file2=NONE
2505
2499
if test -n "$CONFIG_SITE"; then
2506
 
  ac_site_file1=$CONFIG_SITE
 
2500
  # We do not want a PATH search for config.site.
 
2501
  case $CONFIG_SITE in #((
 
2502
    -*)  ac_site_file1=./$CONFIG_SITE;;
 
2503
    */*) ac_site_file1=$CONFIG_SITE;;
 
2504
    *)   ac_site_file1=./$CONFIG_SITE;;
 
2505
  esac
2507
2506
elif test "x$prefix" != xNONE; then
2508
2507
  ac_site_file1=$prefix/share/config.site
2509
2508
  ac_site_file2=$prefix/etc/config.site
2514
2513
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2515
2514
do
2516
2515
  test "x$ac_site_file" = xNONE && continue
2517
 
  if test -r "$ac_site_file"; then
 
2516
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2518
2517
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2519
2518
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2520
2519
    sed 's/^/| /' "$ac_site_file" >&5
2521
 
    . "$ac_site_file"
 
2520
    . "$ac_site_file" \
 
2521
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
2522
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
2523
as_fn_error $? "failed to load site script $ac_site_file
 
2524
See \`config.log' for more details" "$LINENO" 5 ; }
2522
2525
  fi
2523
2526
done
2524
2527
 
2525
2528
if test -r "$cache_file"; then
2526
 
  # Some versions of bash will fail to source /dev/null (special
2527
 
  # files actually), so we avoid doing that.
2528
 
  if test -f "$cache_file"; then
 
2529
  # Some versions of bash will fail to source /dev/null (special files
 
2530
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
2531
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2529
2532
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2530
2533
$as_echo "$as_me: loading cache $cache_file" >&6;}
2531
2534
    case $cache_file in
2594
2597
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2595
2598
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2596
2599
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2597
 
  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
2600
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2598
2601
fi
2599
2602
## -------------------- ##
2600
2603
## Main body of script. ##
2612
2615
 
2613
2616
ac_aux_dir=
2614
2617
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2615
 
  for ac_t in install-sh install.sh shtool; do
2616
 
    if test -f "$ac_dir/$ac_t"; then
2617
 
      ac_aux_dir=$ac_dir
2618
 
      ac_install_sh="$ac_aux_dir/$ac_t -c"
2619
 
      break 2
2620
 
    fi
2621
 
  done
 
2618
  if test -f "$ac_dir/install-sh"; then
 
2619
    ac_aux_dir=$ac_dir
 
2620
    ac_install_sh="$ac_aux_dir/install-sh -c"
 
2621
    break
 
2622
  elif test -f "$ac_dir/install.sh"; then
 
2623
    ac_aux_dir=$ac_dir
 
2624
    ac_install_sh="$ac_aux_dir/install.sh -c"
 
2625
    break
 
2626
  elif test -f "$ac_dir/shtool"; then
 
2627
    ac_aux_dir=$ac_dir
 
2628
    ac_install_sh="$ac_aux_dir/shtool install -c"
 
2629
    break
 
2630
  fi
2622
2631
done
2623
2632
if test -z "$ac_aux_dir"; then
2624
 
  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 
2633
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2625
2634
fi
2626
2635
 
2627
2636
# These three variables are undocumented and unsupported,
2737
2746
'
2738
2747
case `pwd` in
2739
2748
  *[\\\"\#\$\&\'\`$am_lf]*)
2740
 
    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
 
2749
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2741
2750
esac
2742
2751
case $srcdir in
2743
2752
  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2744
 
    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
2753
    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2745
2754
esac
2746
2755
 
2747
2756
# Do `set' in a subshell so we don't clobber the current shell's
2763
2772
      # if, for instance, CONFIG_SHELL is bash and it inherits a
2764
2773
      # broken ls alias from the environment.  This has actually
2765
2774
      # happened.  Such a system could not be considered "sane".
2766
 
      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
 
2775
      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2767
2776
alias in your environment" "$LINENO" 5
2768
2777
   fi
2769
2778
 
2773
2782
   # Ok.
2774
2783
   :
2775
2784
else
2776
 
   as_fn_error "newly created file is older than distributed files!
 
2785
   as_fn_error $? "newly created file is older than distributed files!
2777
2786
Check your system clock" "$LINENO" 5
2778
2787
fi
2779
2788
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2945
2954
 
2946
2955
fi
2947
2956
 
 
2957
  test -d ./--version && rmdir ./--version
2948
2958
  if test "${ac_cv_path_mkdir+set}" = set; then
2949
2959
    MKDIR_P="$ac_cv_path_mkdir -p"
2950
2960
  else
2952
2962
    # value for MKDIR_P within a source directory, because that will
2953
2963
    # break other packages using the cache if that directory is
2954
2964
    # removed, or if the value is a relative name.
2955
 
    test -d ./--version && rmdir ./--version
2956
2965
    MKDIR_P="$ac_install_sh -d"
2957
2966
  fi
2958
2967
fi
3011
3020
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3012
3021
set x ${MAKE-make}
3013
3022
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3014
 
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
 
3023
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
3015
3024
  $as_echo_n "(cached) " >&6
3016
3025
else
3017
3026
  cat >conftest.make <<\_ACEOF
3019
3028
all:
3020
3029
        @echo '@@@%%%=$(MAKE)=@@@%%%'
3021
3030
_ACEOF
3022
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
3031
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3023
3032
case `${MAKE-make} -f conftest.make 2>/dev/null` in
3024
3033
  *@@@%%%=?*=@@@%%%*)
3025
3034
    eval ac_cv_prog_make_${ac_make}_set=yes;;
3053
3062
  am__isrc=' -I$(srcdir)'
3054
3063
  # test to see if srcdir already configured
3055
3064
  if test -f $srcdir/config.status; then
3056
 
    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
3065
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3057
3066
  fi
3058
3067
fi
3059
3068
 
3438
3447
 
3439
3448
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3440
3449
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3441
 
as_fn_error "no acceptable C compiler found in \$PATH
3442
 
See \`config.log' for more details." "$LINENO" 5; }
 
3450
as_fn_error $? "no acceptable C compiler found in \$PATH
 
3451
See \`config.log' for more details" "$LINENO" 5 ; }
3443
3452
 
3444
3453
# Provide some information about the compiler.
3445
3454
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3460
3469
... rest of stderr output deleted ...
3461
3470
         10q' conftest.err >conftest.er1
3462
3471
    cat conftest.er1 >&5
3463
 
    rm -f conftest.er1 conftest.err
3464
3472
  fi
 
3473
  rm -f conftest.er1 conftest.err
3465
3474
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3466
3475
  test $ac_status = 0; }
3467
3476
done
3468
3477
 
3469
3478
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470
3479
/* end confdefs.h.  */
3471
 
#include <stdio.h>
 
3480
 
3472
3481
int
3473
3482
main ()
3474
3483
{
3475
 
FILE *f = fopen ("conftest.out", "w");
3476
 
 return ferror (f) || fclose (f) != 0;
3477
3484
 
3478
3485
  ;
3479
3486
  return 0;
3480
3487
}
3481
3488
_ACEOF
3482
3489
ac_clean_files_save=$ac_clean_files
3483
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
 
3490
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3484
3491
# Try to create an executable without -o first, disregard a.out.
3485
3492
# It will help us diagnose broken compilers, and finding out an intuition
3486
3493
# of exeext.
3487
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3488
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
 
3494
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
3495
$as_echo_n "checking whether the C compiler works... " >&6; }
3489
3496
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3490
3497
 
3491
3498
# The possible output files:
3547
3554
else
3548
3555
  ac_file=''
3549
3556
fi
 
3557
if test -z "$ac_file"; then :
 
3558
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
3559
$as_echo "no" >&6; }
 
3560
$as_echo "$as_me: failed program was:" >&5
 
3561
sed 's/^/| /' conftest.$ac_ext >&5
 
3562
 
 
3563
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
3564
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3565
as_fn_error 77 "C compiler cannot create executables
 
3566
See \`config.log' for more details" "$LINENO" 5 ; }
 
3567
else
 
3568
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
3569
$as_echo "yes" >&6; }
 
3570
fi
 
3571
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
3572
$as_echo_n "checking for C compiler default output file name... " >&6; }
3550
3573
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3551
3574
$as_echo "$ac_file" >&6; }
3552
 
if test -z "$ac_file"; then :
3553
 
  $as_echo "$as_me: failed program was:" >&5
3554
 
sed 's/^/| /' conftest.$ac_ext >&5
3555
 
 
3556
 
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3557
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3558
 
{ as_fn_set_status 77
3559
 
as_fn_error "C compiler cannot create executables
3560
 
See \`config.log' for more details." "$LINENO" 5; }; }
3561
 
fi
3562
3575
ac_exeext=$ac_cv_exeext
3563
3576
 
3564
 
# Check that the compiler produces executables we can run.  If not, either
3565
 
# the compiler is broken, or we cross compile.
3566
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3567
 
$as_echo_n "checking whether the C compiler works... " >&6; }
3568
 
# If not cross compiling, check that we can run a simple program.
3569
 
if test "$cross_compiling" != yes; then
3570
 
  if { ac_try='./$ac_file'
3571
 
  { { case "(($ac_try" in
3572
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3573
 
  *) ac_try_echo=$ac_try;;
3574
 
esac
3575
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3576
 
$as_echo "$ac_try_echo"; } >&5
3577
 
  (eval "$ac_try") 2>&5
3578
 
  ac_status=$?
3579
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3580
 
  test $ac_status = 0; }; }; then
3581
 
    cross_compiling=no
3582
 
  else
3583
 
    if test "$cross_compiling" = maybe; then
3584
 
        cross_compiling=yes
3585
 
    else
3586
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3587
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3588
 
as_fn_error "cannot run C compiled programs.
3589
 
If you meant to cross compile, use \`--host'.
3590
 
See \`config.log' for more details." "$LINENO" 5; }
3591
 
    fi
3592
 
  fi
3593
 
fi
3594
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3595
 
$as_echo "yes" >&6; }
3596
 
 
3597
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
 
3577
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3598
3578
ac_clean_files=$ac_clean_files_save
3599
 
# Check that the compiler produces executables we can run.  If not, either
3600
 
# the compiler is broken, or we cross compile.
3601
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3602
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
3603
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3604
 
$as_echo "$cross_compiling" >&6; }
3605
 
 
3606
3579
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3607
3580
$as_echo_n "checking for suffix of executables... " >&6; }
3608
3581
if { { ac_try="$ac_link"
3632
3605
else
3633
3606
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3634
3607
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3635
 
as_fn_error "cannot compute suffix of executables: cannot compile and link
3636
 
See \`config.log' for more details." "$LINENO" 5; }
 
3608
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 
3609
See \`config.log' for more details" "$LINENO" 5 ; }
3637
3610
fi
3638
 
rm -f conftest$ac_cv_exeext
 
3611
rm -f conftest conftest$ac_cv_exeext
3639
3612
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3640
3613
$as_echo "$ac_cv_exeext" >&6; }
3641
3614
 
3642
3615
rm -f conftest.$ac_ext
3643
3616
EXEEXT=$ac_cv_exeext
3644
3617
ac_exeext=$EXEEXT
 
3618
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3619
/* end confdefs.h.  */
 
3620
#include <stdio.h>
 
3621
int
 
3622
main ()
 
3623
{
 
3624
FILE *f = fopen ("conftest.out", "w");
 
3625
 return ferror (f) || fclose (f) != 0;
 
3626
 
 
3627
  ;
 
3628
  return 0;
 
3629
}
 
3630
_ACEOF
 
3631
ac_clean_files="$ac_clean_files conftest.out"
 
3632
# Check that the compiler produces executables we can run.  If not, either
 
3633
# the compiler is broken, or we cross compile.
 
3634
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
3635
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
3636
if test "$cross_compiling" != yes; then
 
3637
  { { ac_try="$ac_link"
 
3638
case "(($ac_try" in
 
3639
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3640
  *) ac_try_echo=$ac_try;;
 
3641
esac
 
3642
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3643
$as_echo "$ac_try_echo"; } >&5
 
3644
  (eval "$ac_link") 2>&5
 
3645
  ac_status=$?
 
3646
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3647
  test $ac_status = 0; }
 
3648
  if { ac_try='./conftest$ac_cv_exeext'
 
3649
  { { case "(($ac_try" in
 
3650
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3651
  *) ac_try_echo=$ac_try;;
 
3652
esac
 
3653
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3654
$as_echo "$ac_try_echo"; } >&5
 
3655
  (eval "$ac_try") 2>&5
 
3656
  ac_status=$?
 
3657
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3658
  test $ac_status = 0; }; }; then
 
3659
    cross_compiling=no
 
3660
  else
 
3661
    if test "$cross_compiling" = maybe; then
 
3662
        cross_compiling=yes
 
3663
    else
 
3664
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
3665
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3666
as_fn_error $? "cannot run C compiled programs.
 
3667
If you meant to cross compile, use \`--host'.
 
3668
See \`config.log' for more details" "$LINENO" 5 ; }
 
3669
    fi
 
3670
  fi
 
3671
fi
 
3672
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
3673
$as_echo "$cross_compiling" >&6; }
 
3674
 
 
3675
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
3676
ac_clean_files=$ac_clean_files_save
3645
3677
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3646
3678
$as_echo_n "checking for suffix of object files... " >&6; }
3647
3679
if test "${ac_cv_objext+set}" = set; then :
3684
3716
 
3685
3717
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3686
3718
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3687
 
as_fn_error "cannot compute suffix of object files: cannot compile
3688
 
See \`config.log' for more details." "$LINENO" 5; }
 
3719
as_fn_error $? "cannot compute suffix of object files: cannot compile
 
3720
See \`config.log' for more details" "$LINENO" 5 ; }
3689
3721
fi
3690
3722
rm -f conftest.$ac_cv_objext conftest.$ac_ext
3691
3723
fi
4224
4256
... rest of stderr output deleted ...
4225
4257
         10q' conftest.err >conftest.er1
4226
4258
    cat conftest.er1 >&5
4227
 
    rm -f conftest.er1 conftest.err
4228
4259
  fi
 
4260
  rm -f conftest.er1 conftest.err
4229
4261
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4230
4262
  test $ac_status = 0; }
4231
4263
done
4778
4810
 
4779
4811
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4780
4812
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4781
 
as_fn_error "no acceptable C compiler found in \$PATH
4782
 
See \`config.log' for more details." "$LINENO" 5; }
 
4813
as_fn_error $? "no acceptable C compiler found in \$PATH
 
4814
See \`config.log' for more details" "$LINENO" 5 ; }
4783
4815
 
4784
4816
# Provide some information about the compiler.
4785
4817
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4800
4832
... rest of stderr output deleted ...
4801
4833
         10q' conftest.err >conftest.er1
4802
4834
    cat conftest.er1 >&5
4803
 
    rm -f conftest.er1 conftest.err
4804
4835
  fi
 
4836
  rm -f conftest.er1 conftest.err
4805
4837
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4806
4838
  test $ac_status = 0; }
4807
4839
done
5175
5207
 
5176
5208
# Make sure we can run config.sub.
5177
5209
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5178
 
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
5210
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5179
5211
 
5180
5212
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5181
5213
$as_echo_n "checking build system type... " >&6; }
5186
5218
test "x$ac_build_alias" = x &&
5187
5219
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5188
5220
test "x$ac_build_alias" = x &&
5189
 
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
 
5221
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5190
5222
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5191
 
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
5223
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5192
5224
 
5193
5225
fi
5194
5226
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5195
5227
$as_echo "$ac_cv_build" >&6; }
5196
5228
case $ac_cv_build in
5197
5229
*-*-*) ;;
5198
 
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
 
5230
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
5199
5231
esac
5200
5232
build=$ac_cv_build
5201
5233
ac_save_IFS=$IFS; IFS='-'
5220
5252
  ac_cv_host=$ac_cv_build
5221
5253
else
5222
5254
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5223
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
5255
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5224
5256
fi
5225
5257
 
5226
5258
fi
5228
5260
$as_echo "$ac_cv_host" >&6; }
5229
5261
case $ac_cv_host in
5230
5262
*-*-*) ;;
5231
 
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
 
5263
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
5232
5264
esac
5233
5265
host=$ac_cv_host
5234
5266
ac_save_IFS=$IFS; IFS='-'
5301
5333
  done
5302
5334
IFS=$as_save_IFS
5303
5335
  if test -z "$ac_cv_path_SED"; then
5304
 
    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
5336
    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5305
5337
  fi
5306
5338
else
5307
5339
  ac_cv_path_SED=$SED
5377
5409
  done
5378
5410
IFS=$as_save_IFS
5379
5411
  if test -z "$ac_cv_path_GREP"; then
5380
 
    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5412
    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5381
5413
  fi
5382
5414
else
5383
5415
  ac_cv_path_GREP=$GREP
5443
5475
  done
5444
5476
IFS=$as_save_IFS
5445
5477
  if test -z "$ac_cv_path_EGREP"; then
5446
 
    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5478
    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5447
5479
  fi
5448
5480
else
5449
5481
  ac_cv_path_EGREP=$EGREP
5510
5542
  done
5511
5543
IFS=$as_save_IFS
5512
5544
  if test -z "$ac_cv_path_FGREP"; then
5513
 
    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
5545
    as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5514
5546
  fi
5515
5547
else
5516
5548
  ac_cv_path_FGREP=$FGREP
5626
5658
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5627
5659
$as_echo "no" >&6; }
5628
5660
fi
5629
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
5661
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5630
5662
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5631
5663
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5632
5664
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5828
5860
else
5829
5861
  lt_cv_nm_interface="BSD nm"
5830
5862
  echo "int some_variable = 0;" > conftest.$ac_ext
5831
 
  (eval echo "\"\$as_me:5831: $ac_compile\"" >&5)
 
5863
  (eval echo "\"\$as_me:5863: $ac_compile\"" >&5)
5832
5864
  (eval "$ac_compile" 2>conftest.err)
5833
5865
  cat conftest.err >&5
5834
 
  (eval echo "\"\$as_me:5834: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5866
  (eval echo "\"\$as_me:5866: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5835
5867
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5836
5868
  cat conftest.err >&5
5837
 
  (eval echo "\"\$as_me:5837: output\"" >&5)
 
5869
  (eval echo "\"\$as_me:5869: output\"" >&5)
5838
5870
  cat conftest.out >&5
5839
5871
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5840
5872
    lt_cv_nm_interface="MS dumpbin"
7040
7072
  ;;
7041
7073
*-*-irix6*)
7042
7074
  # Find out which ABI we are using.
7043
 
  echo '#line 7043 "configure"' > conftest.$ac_ext
 
7075
  echo '#line 7075 "configure"' > conftest.$ac_ext
7044
7076
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7045
7077
  (eval $ac_compile) 2>&5
7046
7078
  ac_status=$?
7829
7861
  # Broken: fails on valid input.
7830
7862
continue
7831
7863
fi
7832
 
rm -f conftest.err conftest.$ac_ext
 
7864
rm -f conftest.err conftest.i conftest.$ac_ext
7833
7865
 
7834
7866
  # OK, works on sane cases.  Now check whether nonexistent headers
7835
7867
  # can be detected and how.
7845
7877
ac_preproc_ok=:
7846
7878
break
7847
7879
fi
7848
 
rm -f conftest.err conftest.$ac_ext
 
7880
rm -f conftest.err conftest.i conftest.$ac_ext
7849
7881
 
7850
7882
done
7851
7883
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7852
 
rm -f conftest.err conftest.$ac_ext
 
7884
rm -f conftest.i conftest.err conftest.$ac_ext
7853
7885
if $ac_preproc_ok; then :
7854
7886
  break
7855
7887
fi
7888
7920
  # Broken: fails on valid input.
7889
7921
continue
7890
7922
fi
7891
 
rm -f conftest.err conftest.$ac_ext
 
7923
rm -f conftest.err conftest.i conftest.$ac_ext
7892
7924
 
7893
7925
  # OK, works on sane cases.  Now check whether nonexistent headers
7894
7926
  # can be detected and how.
7904
7936
ac_preproc_ok=:
7905
7937
break
7906
7938
fi
7907
 
rm -f conftest.err conftest.$ac_ext
 
7939
rm -f conftest.err conftest.i conftest.$ac_ext
7908
7940
 
7909
7941
done
7910
7942
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7911
 
rm -f conftest.err conftest.$ac_ext
 
7943
rm -f conftest.i conftest.err conftest.$ac_ext
7912
7944
if $ac_preproc_ok; then :
7913
7945
 
7914
7946
else
7915
7947
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7916
7948
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7917
 
as_fn_error "C preprocessor \"$CPP\" fails sanity check
7918
 
See \`config.log' for more details." "$LINENO" 5; }
 
7949
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 
7950
See \`config.log' for more details" "$LINENO" 5 ; }
7919
7951
fi
7920
7952
 
7921
7953
ac_ext=c
8044
8076
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8045
8077
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8046
8078
"
8047
 
eval as_val=\$$as_ac_Header
8048
 
   if test "x$as_val" = x""yes; then :
 
8079
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8049
8080
  cat >>confdefs.h <<_ACEOF
8050
8081
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8051
8082
_ACEOF
8200
8231
... rest of stderr output deleted ...
8201
8232
         10q' conftest.err >conftest.er1
8202
8233
    cat conftest.er1 >&5
8203
 
    rm -f conftest.er1 conftest.err
8204
8234
  fi
 
8235
  rm -f conftest.er1 conftest.err
8205
8236
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8206
8237
  test $ac_status = 0; }
8207
8238
done
8495
8526
  # Broken: fails on valid input.
8496
8527
continue
8497
8528
fi
8498
 
rm -f conftest.err conftest.$ac_ext
 
8529
rm -f conftest.err conftest.i conftest.$ac_ext
8499
8530
 
8500
8531
  # OK, works on sane cases.  Now check whether nonexistent headers
8501
8532
  # can be detected and how.
8511
8542
ac_preproc_ok=:
8512
8543
break
8513
8544
fi
8514
 
rm -f conftest.err conftest.$ac_ext
 
8545
rm -f conftest.err conftest.i conftest.$ac_ext
8515
8546
 
8516
8547
done
8517
8548
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8518
 
rm -f conftest.err conftest.$ac_ext
 
8549
rm -f conftest.i conftest.err conftest.$ac_ext
8519
8550
if $ac_preproc_ok; then :
8520
8551
  break
8521
8552
fi
8554
8585
  # Broken: fails on valid input.
8555
8586
continue
8556
8587
fi
8557
 
rm -f conftest.err conftest.$ac_ext
 
8588
rm -f conftest.err conftest.i conftest.$ac_ext
8558
8589
 
8559
8590
  # OK, works on sane cases.  Now check whether nonexistent headers
8560
8591
  # can be detected and how.
8570
8601
ac_preproc_ok=:
8571
8602
break
8572
8603
fi
8573
 
rm -f conftest.err conftest.$ac_ext
 
8604
rm -f conftest.err conftest.i conftest.$ac_ext
8574
8605
 
8575
8606
done
8576
8607
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8577
 
rm -f conftest.err conftest.$ac_ext
 
8608
rm -f conftest.i conftest.err conftest.$ac_ext
8578
8609
if $ac_preproc_ok; then :
8579
8610
 
8580
8611
else
9093
9124
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9094
9125
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9095
9126
   -e 's:$: $lt_compiler_flag:'`
9096
 
   (eval echo "\"\$as_me:9096: $lt_compile\"" >&5)
 
9127
   (eval echo "\"\$as_me:9127: $lt_compile\"" >&5)
9097
9128
   (eval "$lt_compile" 2>conftest.err)
9098
9129
   ac_status=$?
9099
9130
   cat conftest.err >&5
9100
 
   echo "$as_me:9100: \$? = $ac_status" >&5
 
9131
   echo "$as_me:9131: \$? = $ac_status" >&5
9101
9132
   if (exit $ac_status) && test -s "$ac_outfile"; then
9102
9133
     # The compiler can only warn and ignore the option if not recognized
9103
9134
     # So say no if there are warnings other than the usual output.
9432
9463
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9433
9464
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9434
9465
   -e 's:$: $lt_compiler_flag:'`
9435
 
   (eval echo "\"\$as_me:9435: $lt_compile\"" >&5)
 
9466
   (eval echo "\"\$as_me:9466: $lt_compile\"" >&5)
9436
9467
   (eval "$lt_compile" 2>conftest.err)
9437
9468
   ac_status=$?
9438
9469
   cat conftest.err >&5
9439
 
   echo "$as_me:9439: \$? = $ac_status" >&5
 
9470
   echo "$as_me:9470: \$? = $ac_status" >&5
9440
9471
   if (exit $ac_status) && test -s "$ac_outfile"; then
9441
9472
     # The compiler can only warn and ignore the option if not recognized
9442
9473
     # So say no if there are warnings other than the usual output.
9537
9568
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9538
9569
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9539
9570
   -e 's:$: $lt_compiler_flag:'`
9540
 
   (eval echo "\"\$as_me:9540: $lt_compile\"" >&5)
 
9571
   (eval echo "\"\$as_me:9571: $lt_compile\"" >&5)
9541
9572
   (eval "$lt_compile" 2>out/conftest.err)
9542
9573
   ac_status=$?
9543
9574
   cat out/conftest.err >&5
9544
 
   echo "$as_me:9544: \$? = $ac_status" >&5
 
9575
   echo "$as_me:9575: \$? = $ac_status" >&5
9545
9576
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9546
9577
   then
9547
9578
     # The compiler can only warn and ignore the option if not recognized
9592
9623
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9593
9624
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9594
9625
   -e 's:$: $lt_compiler_flag:'`
9595
 
   (eval echo "\"\$as_me:9595: $lt_compile\"" >&5)
 
9626
   (eval echo "\"\$as_me:9626: $lt_compile\"" >&5)
9596
9627
   (eval "$lt_compile" 2>out/conftest.err)
9597
9628
   ac_status=$?
9598
9629
   cat out/conftest.err >&5
9599
 
   echo "$as_me:9599: \$? = $ac_status" >&5
 
9630
   echo "$as_me:9630: \$? = $ac_status" >&5
9600
9631
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
9601
9632
   then
9602
9633
     # The compiler can only warn and ignore the option if not recognized
11959
11990
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11960
11991
  lt_status=$lt_dlunknown
11961
11992
  cat > conftest.$ac_ext <<_LT_EOF
11962
 
#line 11962 "configure"
 
11993
#line 11993 "configure"
11963
11994
#include "confdefs.h"
11964
11995
 
11965
11996
#if HAVE_DLFCN_H
12055
12086
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12056
12087
  lt_status=$lt_dlunknown
12057
12088
  cat > conftest.$ac_ext <<_LT_EOF
12058
 
#line 12058 "configure"
 
12089
#line 12089 "configure"
12059
12090
#include "confdefs.h"
12060
12091
 
12061
12092
#if HAVE_DLFCN_H
12470
12501
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12471
12502
$as_echo "no" >&6; }
12472
12503
fi
12473
 
test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
12504
test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
12474
12505
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
12475
12506
$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
12476
12507
if test "${lt_cv_prog_gnu_ld+set}" = set; then :
14011
14042
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14012
14043
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14013
14044
   -e 's:$: $lt_compiler_flag:'`
14014
 
   (eval echo "\"\$as_me:14014: $lt_compile\"" >&5)
 
14045
   (eval echo "\"\$as_me:14045: $lt_compile\"" >&5)
14015
14046
   (eval "$lt_compile" 2>conftest.err)
14016
14047
   ac_status=$?
14017
14048
   cat conftest.err >&5
14018
 
   echo "$as_me:14018: \$? = $ac_status" >&5
 
14049
   echo "$as_me:14049: \$? = $ac_status" >&5
14019
14050
   if (exit $ac_status) && test -s "$ac_outfile"; then
14020
14051
     # The compiler can only warn and ignore the option if not recognized
14021
14052
     # So say no if there are warnings other than the usual output.
14110
14141
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14111
14142
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14112
14143
   -e 's:$: $lt_compiler_flag:'`
14113
 
   (eval echo "\"\$as_me:14113: $lt_compile\"" >&5)
 
14144
   (eval echo "\"\$as_me:14144: $lt_compile\"" >&5)
14114
14145
   (eval "$lt_compile" 2>out/conftest.err)
14115
14146
   ac_status=$?
14116
14147
   cat out/conftest.err >&5
14117
 
   echo "$as_me:14117: \$? = $ac_status" >&5
 
14148
   echo "$as_me:14148: \$? = $ac_status" >&5
14118
14149
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14119
14150
   then
14120
14151
     # The compiler can only warn and ignore the option if not recognized
14162
14193
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14163
14194
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14164
14195
   -e 's:$: $lt_compiler_flag:'`
14165
 
   (eval echo "\"\$as_me:14165: $lt_compile\"" >&5)
 
14196
   (eval echo "\"\$as_me:14196: $lt_compile\"" >&5)
14166
14197
   (eval "$lt_compile" 2>out/conftest.err)
14167
14198
   ac_status=$?
14168
14199
   cat out/conftest.err >&5
14169
 
   echo "$as_me:14169: \$? = $ac_status" >&5
 
14200
   echo "$as_me:14200: \$? = $ac_status" >&5
14170
14201
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
14171
14202
   then
14172
14203
     # The compiler can only warn and ignore the option if not recognized
15132
15163
 
15133
15164
case "$am__api_version" in
15134
15165
    1.01234)
15135
 
        as_fn_error "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
 
15166
        as_fn_error $? "Automake 1.5 or newer is required to use intltool" "$LINENO" 5
15136
15167
    ;;
15137
15168
    *)
15138
15169
    ;;
15149
15180
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INTLTOOL_APPLIED_VERSION found" >&5
15150
15181
$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
15151
15182
    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
15152
 
        as_fn_error "Your intltool is too old.  You need intltool  or later." "$LINENO" 5
 
15183
        as_fn_error $? "Your intltool is too old.  You need intltool  or later." "$LINENO" 5
15153
15184
fi
15154
15185
 
15155
15186
# Extract the first word of "intltool-update", so it can be a program name with args.
15273
15304
 
15274
15305
 
15275
15306
if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
15276
 
    as_fn_error "The intltool scripts were not found. Please install intltool." "$LINENO" 5
 
15307
    as_fn_error $? "The intltool scripts were not found. Please install intltool." "$LINENO" 5
15277
15308
fi
15278
15309
 
15279
15310
  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
15555
15586
 
15556
15587
 
15557
15588
if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
15558
 
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
 
15589
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
15559
15590
fi
15560
15591
xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
15561
15592
mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
15562
15593
mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
15563
15594
if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
15564
 
    as_fn_error "GNU gettext tools not found; required for intltool" "$LINENO" 5
 
15595
    as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
15565
15596
fi
15566
15597
 
15567
15598
# Extract the first word of "perl", so it can be a program name with args.
15605
15636
 
15606
15637
 
15607
15638
if test -z "$INTLTOOL_PERL"; then
15608
 
   as_fn_error "perl not found" "$LINENO" 5
 
15639
   as_fn_error $? "perl not found" "$LINENO" 5
15609
15640
fi
15610
15641
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for perl >= 5.8.1" >&5
15611
15642
$as_echo_n "checking for perl >= 5.8.1... " >&6; }
15612
15643
$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1
15613
15644
if test $? -ne 0; then
15614
 
   as_fn_error "perl 5.8.1 is required for intltool" "$LINENO" 5
 
15645
   as_fn_error $? "perl 5.8.1 is required for intltool" "$LINENO" 5
15615
15646
else
15616
15647
   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
15617
15648
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
15624
15655
       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
15625
15656
$as_echo "ok" >&6; }
15626
15657
   else
15627
 
       as_fn_error "XML::Parser perl module is required for intltool" "$LINENO" 5
 
15658
       as_fn_error $? "XML::Parser perl module is required for intltool" "$LINENO" 5
15628
15659
   fi
15629
15660
fi
15630
15661
 
16061
16092
 
16062
16093
     ;; #(
16063
16094
   *)
16064
 
     as_fn_error "unknown endianness
16065
 
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
 
16095
     as_fn_error $? "unknown endianness
 
16096
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
16066
16097
 esac
16067
16098
 
16068
16099
 
16451
16482
        # Put the nasty error message in config.log where it belongs
16452
16483
        echo "$LIBDV_PKG_ERRORS" >&5
16453
16484
 
16454
 
        as_fn_error "Package requirements (libdv >= 0.103) were not met:
 
16485
        as_fn_error $? "Package requirements (libdv >= 0.103) were not met:
16455
16486
 
16456
16487
$LIBDV_PKG_ERRORS
16457
16488
 
16465
16496
elif test $pkg_failed = untried; then
16466
16497
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16467
16498
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16468
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
16499
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
16469
16500
is in your PATH or set the PKG_CONFIG environment variable to the full
16470
16501
path to pkg-config.
16471
16502
 
16474
16505
See the pkg-config man page for more details.
16475
16506
 
16476
16507
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16477
 
See \`config.log' for more details." "$LINENO" 5; }
 
16508
See \`config.log' for more details" "$LINENO" 5 ; }
16478
16509
else
16479
16510
        LIBDV_CFLAGS=$pkg_cv_LIBDV_CFLAGS
16480
16511
        LIBDV_LIBS=$pkg_cv_LIBDV_LIBS
16542
16573
        # Put the nasty error message in config.log where it belongs
16543
16574
        echo "$LIBRAW1394_PKG_ERRORS" >&5
16544
16575
 
16545
 
        as_fn_error "Package requirements (libraw1394 >= 1.0.0) were not met:
 
16576
        as_fn_error $? "Package requirements (libraw1394 >= 1.0.0) were not met:
16546
16577
 
16547
16578
$LIBRAW1394_PKG_ERRORS
16548
16579
 
16556
16587
elif test $pkg_failed = untried; then
16557
16588
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16558
16589
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16559
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
16590
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
16560
16591
is in your PATH or set the PKG_CONFIG environment variable to the full
16561
16592
path to pkg-config.
16562
16593
 
16565
16596
See the pkg-config man page for more details.
16566
16597
 
16567
16598
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16568
 
See \`config.log' for more details." "$LINENO" 5; }
 
16599
See \`config.log' for more details" "$LINENO" 5 ; }
16569
16600
else
16570
16601
        LIBRAW1394_CFLAGS=$pkg_cv_LIBRAW1394_CFLAGS
16571
16602
        LIBRAW1394_LIBS=$pkg_cv_LIBRAW1394_LIBS
16585
16616
if test "x$ac_cv_header_libavc1394_avc1394_h" = x""yes; then :
16586
16617
 
16587
16618
else
16588
 
  as_fn_error "avc1394.h not found, install libavc1394-devel" "$LINENO" 5
 
16619
  as_fn_error $? "avc1394.h not found, install libavc1394-devel" "$LINENO" 5
16589
16620
 
16590
16621
fi
16591
16622
 
16634
16665
  LIBS="-lavc1394 $LIBS"
16635
16666
 
16636
16667
else
16637
 
  as_fn_error "Unable to link with libavc1394. Check that you have libavc1394 installed and that the version is 0.4.1 or newer" "$LINENO" 5
 
16668
  as_fn_error $? "Unable to link with libavc1394. Check that you have libavc1394 installed and that the version is 0.4.1 or newer" "$LINENO" 5
16638
16669
 
16639
16670
fi
16640
16671
 
16642
16673
if test "x$ac_cv_header_libavc1394_rom1394_h" = x""yes; then :
16643
16674
 
16644
16675
else
16645
 
  as_fn_error "rom1394.h not found, install libavc1394-devel" "$LINENO" 5
 
16676
  as_fn_error $? "rom1394.h not found, install libavc1394-devel" "$LINENO" 5
16646
16677
 
16647
16678
fi
16648
16679
 
16691
16722
  LIBS="-lrom1394 $LIBS"
16692
16723
 
16693
16724
else
16694
 
  as_fn_error "Unable to link with librom1394. Check that your have librom1394 installed (usually part of libavc1394) and that the version is 0.4.1 or newer" "$LINENO" 5
 
16725
  as_fn_error $? "Unable to link with librom1394. Check that your have librom1394 installed (usually part of libavc1394) and that the version is 0.4.1 or newer" "$LINENO" 5
16695
16726
 
16696
16727
fi
16697
16728
 
16740
16771
  LIBS="-lpthread $LIBS"
16741
16772
 
16742
16773
else
16743
 
  as_fn_error "You need the pthread library to compile kino" "$LINENO" 5
 
16774
  as_fn_error $? "You need the pthread library to compile kino" "$LINENO" 5
16744
16775
 
16745
16776
fi
16746
16777
 
16788
16819
  LIBS="-ldl $LIBS"
16789
16820
 
16790
16821
else
16791
 
  as_fn_error "You need libdl to compile kino" "$LINENO" 5
 
16822
  as_fn_error $? "You need libdl to compile kino" "$LINENO" 5
16792
16823
 
16793
16824
fi
16794
16825
 
16863
16894
$as_echo "#define HAVE_DV1394 1" >>confdefs.h
16864
16895
 
16865
16896
        else
16866
 
                as_fn_error "libiec61883 is the new, preferred Linux 1394 streaming
 
16897
                as_fn_error $? "libiec61883 is the new, preferred Linux 1394 streaming
16867
16898
                interface; others are deprecated. If you must only support dv1394,
16868
16899
                then you must explicitly specify it using --with-dv1394." "$LINENO" 5
16869
16900
        fi
16875
16906
$as_echo "#define HAVE_DV1394 1" >>confdefs.h
16876
16907
 
16877
16908
        else
16878
 
                as_fn_error "libiec61883 is the new, preferred Linux 1394 streaming
 
16909
                as_fn_error $? "libiec61883 is the new, preferred Linux 1394 streaming
16879
16910
                interface; others are deprecated. If you must only support dv1394,
16880
16911
                then you must explicitly specify it using --with-dv1394." "$LINENO" 5
16881
16912
        fi
17335
17366
        if test "$cross_compiling" = yes; then :
17336
17367
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
17337
17368
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
17338
 
as_fn_error "cannot run test program while cross compiling
17339
 
See \`config.log' for more details." "$LINENO" 5; }
 
17369
as_fn_error $? "cannot run test program while cross compiling
 
17370
See \`config.log' for more details" "$LINENO" 5 ; }
17340
17371
else
17341
17372
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17342
17373
/* end confdefs.h.  */
17362
17393
else
17363
17394
 
17364
17395
                have_avcodec=no
17365
 
                as_fn_error "FFMPEG is the new, preferred DV codec. If you must only
 
17396
                as_fn_error $? "FFMPEG is the new, preferred DV codec. If you must only
17366
17397
                support libdv, then you must explicitly specify it using --with-libdv-only." "$LINENO" 5
17367
17398
 
17368
17399
fi
17436
17467
    pkg_cv_AVCODEC_CFLAGS="$AVCODEC_CFLAGS"
17437
17468
 elif test -n "$PKG_CONFIG"; then
17438
17469
    if test -n "$PKG_CONFIG" && \
17439
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavformat\""; } >&5
17440
 
  ($PKG_CONFIG --exists --print-errors "libavformat") 2>&5
 
17470
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavformat libavcodec libavutil\""; } >&5
 
17471
  ($PKG_CONFIG --exists --print-errors "libavformat libavcodec libavutil") 2>&5
17441
17472
  ac_status=$?
17442
17473
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17443
17474
  test $ac_status = 0; }; then
17444
 
  pkg_cv_AVCODEC_CFLAGS=`$PKG_CONFIG --cflags "libavformat" 2>/dev/null`
 
17475
  pkg_cv_AVCODEC_CFLAGS=`$PKG_CONFIG --cflags "libavformat libavcodec libavutil" 2>/dev/null`
17445
17476
else
17446
17477
  pkg_failed=yes
17447
17478
fi
17452
17483
    pkg_cv_AVCODEC_LIBS="$AVCODEC_LIBS"
17453
17484
 elif test -n "$PKG_CONFIG"; then
17454
17485
    if test -n "$PKG_CONFIG" && \
17455
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavformat\""; } >&5
17456
 
  ($PKG_CONFIG --exists --print-errors "libavformat") 2>&5
 
17486
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavformat libavcodec libavutil\""; } >&5
 
17487
  ($PKG_CONFIG --exists --print-errors "libavformat libavcodec libavutil") 2>&5
17457
17488
  ac_status=$?
17458
17489
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17459
17490
  test $ac_status = 0; }; then
17460
 
  pkg_cv_AVCODEC_LIBS=`$PKG_CONFIG --libs "libavformat" 2>/dev/null`
 
17491
  pkg_cv_AVCODEC_LIBS=`$PKG_CONFIG --libs "libavformat libavcodec libavutil" 2>/dev/null`
17461
17492
else
17462
17493
  pkg_failed=yes
17463
17494
fi
17475
17506
        _pkg_short_errors_supported=no
17476
17507
fi
17477
17508
        if test $_pkg_short_errors_supported = yes; then
17478
 
                AVCODEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libavformat" 2>&1`
 
17509
                AVCODEC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libavformat libavcodec libavutil" 2>&1`
17479
17510
        else
17480
 
                AVCODEC_PKG_ERRORS=`$PKG_CONFIG --print-errors "libavformat" 2>&1`
 
17511
                AVCODEC_PKG_ERRORS=`$PKG_CONFIG --print-errors "libavformat libavcodec libavutil" 2>&1`
17481
17512
        fi
17482
17513
        # Put the nasty error message in config.log where it belongs
17483
17514
        echo "$AVCODEC_PKG_ERRORS" >&5
17607
17638
  have_x=disabled
17608
17639
else
17609
17640
  case $x_includes,$x_libraries in #(
17610
 
    *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
 
17641
    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
17611
17642
    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
17612
17643
  $as_echo_n "(cached) " >&6
17613
17644
else
17625
17656
        @echo libdir='${LIBDIR}'
17626
17657
_ACEOF
17627
17658
  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
17628
 
    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
17659
    # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
17629
17660
    for ac_var in incroot usrlibdir libdir; do
17630
17661
      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
17631
17662
    done
17711
17742
  fi
17712
17743
done
17713
17744
fi
17714
 
rm -f conftest.err conftest.$ac_ext
 
17745
rm -f conftest.err conftest.i conftest.$ac_ext
17715
17746
fi # $ac_x_includes = no
17716
17747
 
17717
17748
if test "$ac_x_libraries" = no; then
18282
18313
do :
18283
18314
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18284
18315
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18285
 
eval as_val=\$$as_ac_Header
18286
 
   if test "x$as_val" = x""yes; then :
 
18316
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
18287
18317
  cat >>confdefs.h <<_ACEOF
18288
18318
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18289
18319
_ACEOF
18290
18320
 
18291
18321
else
18292
 
  as_fn_error "Xlib.h or Xutil.h not found install xdevel" "$LINENO" 5
 
18322
  as_fn_error $? "Xlib.h or Xutil.h not found install xdevel" "$LINENO" 5
18293
18323
fi
18294
18324
 
18295
18325
done
18307
18337
do :
18308
18338
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
18309
18339
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
18310
 
eval as_val=\$$as_ac_Header
18311
 
   if test "x$as_val" = x""yes; then :
 
18340
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
18312
18341
  cat >>confdefs.h <<_ACEOF
18313
18342
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18314
18343
_ACEOF
18315
18344
 
18316
18345
else
18317
 
  as_fn_error "Required header not found. Please check that it is installed" "$LINENO" 5
 
18346
  as_fn_error $? "Required header not found. Please check that it is installed" "$LINENO" 5
18318
18347
 
18319
18348
fi
18320
18349
 
18326
18355
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <X11/Xlib.h>
18327
18356
 
18328
18357
"
18329
 
eval as_val=\$$as_ac_Header
18330
 
   if test "x$as_val" = x""yes; then :
 
18358
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
18331
18359
  cat >>confdefs.h <<_ACEOF
18332
18360
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
18333
18361
_ACEOF
18334
18362
 
18335
18363
else
18336
 
  as_fn_error "Required xvideo (Xv) extension to X not found. Please check that it is installed." "$LINENO" 5
 
18364
  as_fn_error $? "Required xvideo (Xv) extension to X not found. Please check that it is installed." "$LINENO" 5
18337
18365
fi
18338
18366
 
18339
18367
done
18384
18412
  LIBS="-lXext $LIBS"
18385
18413
 
18386
18414
else
18387
 
  as_fn_error "Could not link with libXext. Check that you have libXext installed" "$LINENO" 5
 
18415
  as_fn_error $? "Could not link with libXext. Check that you have libXext installed" "$LINENO" 5
18388
18416
fi
18389
18417
 
18390
18418
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XvQueryAdaptors in -lXv" >&5
18431
18459
  LIBS="-lXv $LIBS"
18432
18460
 
18433
18461
else
18434
 
  as_fn_error "Could not link with libXv. Check that you have libXv installed" "$LINENO" 5
 
18462
  as_fn_error $? "Could not link with libXv. Check that you have libXv installed" "$LINENO" 5
18435
18463
 
18436
18464
fi
18437
18465
 
18496
18524
        # Put the nasty error message in config.log where it belongs
18497
18525
        echo "$LIBXML2_PKG_ERRORS" >&5
18498
18526
 
18499
 
        as_fn_error "Package requirements (libxml-2.0) were not met:
 
18527
        as_fn_error $? "Package requirements (libxml-2.0) were not met:
18500
18528
 
18501
18529
$LIBXML2_PKG_ERRORS
18502
18530
 
18510
18538
elif test $pkg_failed = untried; then
18511
18539
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18512
18540
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18513
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
18541
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
18514
18542
is in your PATH or set the PKG_CONFIG environment variable to the full
18515
18543
path to pkg-config.
18516
18544
 
18519
18547
See the pkg-config man page for more details.
18520
18548
 
18521
18549
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
18522
 
See \`config.log' for more details." "$LINENO" 5; }
 
18550
See \`config.log' for more details" "$LINENO" 5 ; }
18523
18551
else
18524
18552
        LIBXML2_CFLAGS=$pkg_cv_LIBXML2_CFLAGS
18525
18553
        LIBXML2_LIBS=$pkg_cv_LIBXML2_LIBS
18589
18617
        # Put the nasty error message in config.log where it belongs
18590
18618
        echo "$GTK2_PKG_ERRORS" >&5
18591
18619
 
18592
 
        as_fn_error "Package requirements (gthread-2.0 libglade-2.0 >= 2.5.0 gtk+-2.0 >= 2.6) were not met:
 
18620
        as_fn_error $? "Package requirements (gthread-2.0 libglade-2.0 >= 2.5.0 gtk+-2.0 >= 2.6) were not met:
18593
18621
 
18594
18622
$GTK2_PKG_ERRORS
18595
18623
 
18603
18631
elif test $pkg_failed = untried; then
18604
18632
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18605
18633
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18606
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
18634
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
18607
18635
is in your PATH or set the PKG_CONFIG environment variable to the full
18608
18636
path to pkg-config.
18609
18637
 
18612
18640
See the pkg-config man page for more details.
18613
18641
 
18614
18642
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
18615
 
See \`config.log' for more details." "$LINENO" 5; }
 
18643
See \`config.log' for more details" "$LINENO" 5 ; }
18616
18644
else
18617
18645
        GTK2_CFLAGS=$pkg_cv_GTK2_CFLAGS
18618
18646
        GTK2_LIBS=$pkg_cv_GTK2_LIBS
18681
18709
        # Put the nasty error message in config.log where it belongs
18682
18710
        echo "$PANGOFT_PKG_ERRORS" >&5
18683
18711
 
18684
 
        as_fn_error "Package requirements (pangoft2) were not met:
 
18712
        as_fn_error $? "Package requirements (pangoft2) were not met:
18685
18713
 
18686
18714
$PANGOFT_PKG_ERRORS
18687
18715
 
18695
18723
elif test $pkg_failed = untried; then
18696
18724
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18697
18725
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18698
 
as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
18726
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
18699
18727
is in your PATH or set the PKG_CONFIG environment variable to the full
18700
18728
path to pkg-config.
18701
18729
 
18704
18732
See the pkg-config man page for more details.
18705
18733
 
18706
18734
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
18707
 
See \`config.log' for more details." "$LINENO" 5; }
 
18735
See \`config.log' for more details" "$LINENO" 5 ; }
18708
18736
else
18709
18737
        PANGOFT_CFLAGS=$pkg_cv_PANGOFT_CFLAGS
18710
18738
        PANGOFT_LIBS=$pkg_cv_PANGOFT_LIBS
19467
19495
do :
19468
19496
  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
19469
19497
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
19470
 
eval as_val=\$$as_ac_Header
19471
 
   if test "x$as_val" = x""yes; then :
 
19498
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
19472
19499
  cat >>confdefs.h <<_ACEOF
19473
19500
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
19474
19501
_ACEOF
19475
19502
 
19476
19503
else
19477
 
  as_fn_error "You need this header to compile kino" "$LINENO" 5
 
19504
  as_fn_error $? "You need this header to compile kino" "$LINENO" 5
19478
19505
fi
19479
19506
 
19480
19507
done
19483
19510
do :
19484
19511
  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19485
19512
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
19486
 
eval as_val=\$$as_ac_var
19487
 
   if test "x$as_val" = x""yes; then :
 
19513
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
19488
19514
  cat >>confdefs.h <<_ACEOF
19489
19515
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19490
19516
_ACEOF
19491
19517
 
19492
19518
else
19493
 
  as_fn_error "You need this function to compile kino" "$LINENO" 5
 
19519
  as_fn_error $? "You need this function to compile kino" "$LINENO" 5
19494
19520
fi
19495
19521
done
19496
19522
 
19570
19596
 
19571
19597
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
19572
19598
$as_echo "no" >&6; }
19573
 
                as_fn_error "samplerate.pc not found, install libsamplerate-devel (see http://www.mega-nerd.com/SRC/)" "$LINENO" 5
 
19599
                as_fn_error $? "samplerate.pc not found, install libsamplerate-devel (see http://www.mega-nerd.com/SRC/)" "$LINENO" 5
19574
19600
elif test $pkg_failed = untried; then
19575
 
        as_fn_error "samplerate.pc not found, install libsamplerate-devel (see http://www.mega-nerd.com/SRC/)" "$LINENO" 5
 
19601
        as_fn_error $? "samplerate.pc not found, install libsamplerate-devel (see http://www.mega-nerd.com/SRC/)" "$LINENO" 5
19576
19602
else
19577
19603
        SRC_CFLAGS=$pkg_cv_SRC_CFLAGS
19578
19604
        SRC_LIBS=$pkg_cv_SRC_LIBS
19673
19699
 
19674
19700
ac_libobjs=
19675
19701
ac_ltlibobjs=
 
19702
U=
19676
19703
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19677
19704
  # 1. Remove the extension, and $U if already installed.
19678
19705
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
19696
19723
fi
19697
19724
 
19698
19725
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
19699
 
  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
 
19726
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
19700
19727
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19701
19728
fi
19702
19729
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
19703
 
  as_fn_error "conditional \"AMDEP\" was never defined.
19704
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19705
 
fi
19706
 
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
19707
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
19708
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19709
 
fi
19710
 
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
19711
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
19712
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19713
 
fi
19714
 
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
19715
 
  as_fn_error "conditional \"am__fastdepCC\" was never defined.
19716
 
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19717
 
fi
19718
 
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
19719
 
  as_fn_error "conditional \"am__fastdepCXX\" was never defined.
 
19730
  as_fn_error $? "conditional \"AMDEP\" was never defined.
 
19731
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
19732
fi
 
19733
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
19734
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 
19735
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
19736
fi
 
19737
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
19738
  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
 
19739
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
19740
fi
 
19741
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
19742
  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
 
19743
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
19744
fi
 
19745
if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
19746
  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
19720
19747
Usually this means the macro was only invoked conditionally." "$LINENO" 5
19721
19748
fi
19722
19749
 
19871
19898
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19872
19899
 
19873
19900
 
19874
 
# as_fn_error ERROR [LINENO LOG_FD]
19875
 
# ---------------------------------
 
19901
# as_fn_error STATUS ERROR [LINENO LOG_FD]
 
19902
# ----------------------------------------
19876
19903
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
19877
19904
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
19878
 
# script with status $?, using 1 if that was 0.
 
19905
# script with STATUS, using 1 if that was 0.
19879
19906
as_fn_error ()
19880
19907
{
19881
 
  as_status=$?; test $as_status -eq 0 && as_status=1
19882
 
  if test "$3"; then
19883
 
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
19884
 
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
19908
  as_status=$1; test $as_status -eq 0 && as_status=1
 
19909
  if test "$4"; then
 
19910
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
19911
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
19885
19912
  fi
19886
 
  $as_echo "$as_me: error: $1" >&2
 
19913
  $as_echo "$as_me: error: $2" >&2
19887
19914
  as_fn_exit $as_status
19888
19915
} # as_fn_error
19889
19916
 
20079
20106
      test -d "$as_dir" && break
20080
20107
    done
20081
20108
    test -z "$as_dirs" || eval "mkdir $as_dirs"
20082
 
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
20109
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
20083
20110
 
20084
20111
 
20085
20112
} # as_fn_mkdir_p
20133
20160
# values after options handling.
20134
20161
ac_log="
20135
20162
This file was extended by kino $as_me 1.3.4, which was
20136
 
generated by GNU Autoconf 2.64.  Invocation command line was
 
20163
generated by GNU Autoconf 2.67.  Invocation command line was
20137
20164
 
20138
20165
  CONFIG_FILES    = $CONFIG_FILES
20139
20166
  CONFIG_HEADERS  = $CONFIG_HEADERS
20173
20200
 
20174
20201
  -h, --help       print this help, then exit
20175
20202
  -V, --version    print version number and configuration settings, then exit
 
20203
      --config     print configuration, then exit
20176
20204
  -q, --quiet, --silent
20177
20205
                   do not print progress messages
20178
20206
  -d, --debug      don't remove temporary files
20195
20223
 
20196
20224
_ACEOF
20197
20225
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
20226
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
20198
20227
ac_cs_version="\\
20199
20228
kino config.status 1.3.4
20200
 
configured by $0, generated by GNU Autoconf 2.64,
20201
 
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
20229
configured by $0, generated by GNU Autoconf 2.67,
 
20230
  with options \\"\$ac_cs_config\\"
20202
20231
 
20203
 
Copyright (C) 2009 Free Software Foundation, Inc.
 
20232
Copyright (C) 2010 Free Software Foundation, Inc.
20204
20233
This config.status script is free software; the Free Software Foundation
20205
20234
gives unlimited permission to copy, distribute and modify it."
20206
20235
 
20218
20247
while test $# != 0
20219
20248
do
20220
20249
  case $1 in
20221
 
  --*=*)
 
20250
  --*=?*)
20222
20251
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
20223
20252
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
20224
20253
    ac_shift=:
20225
20254
    ;;
 
20255
  --*=)
 
20256
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
20257
    ac_optarg=
 
20258
    ac_shift=:
 
20259
    ;;
20226
20260
  *)
20227
20261
    ac_option=$1
20228
20262
    ac_optarg=$2
20236
20270
    ac_cs_recheck=: ;;
20237
20271
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
20238
20272
    $as_echo "$ac_cs_version"; exit ;;
 
20273
  --config | --confi | --conf | --con | --co | --c )
 
20274
    $as_echo "$ac_cs_config"; exit ;;
20239
20275
  --debug | --debu | --deb | --de | --d | -d )
20240
20276
    debug=: ;;
20241
20277
  --file | --fil | --fi | --f )
20242
20278
    $ac_shift
20243
20279
    case $ac_optarg in
20244
20280
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
20281
    '') as_fn_error $? "missing file argument" ;;
20245
20282
    esac
20246
20283
    as_fn_append CONFIG_FILES " '$ac_optarg'"
20247
20284
    ac_need_defaults=false;;
20254
20291
    ac_need_defaults=false;;
20255
20292
  --he | --h)
20256
20293
    # Conflict between --help and --header
20257
 
    as_fn_error "ambiguous option: \`$1'
 
20294
    as_fn_error $? "ambiguous option: \`$1'
20258
20295
Try \`$0 --help' for more information.";;
20259
20296
  --help | --hel | -h )
20260
20297
    $as_echo "$ac_cs_usage"; exit ;;
20263
20300
    ac_cs_silent=: ;;
20264
20301
 
20265
20302
  # This is an error.
20266
 
  -*) as_fn_error "unrecognized option: \`$1'
 
20303
  -*) as_fn_error $? "unrecognized option: \`$1'
20267
20304
Try \`$0 --help' for more information." ;;
20268
20305
 
20269
20306
  *) as_fn_append ac_config_targets " $1"
20690
20727
    "pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
20691
20728
    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
20692
20729
 
20693
 
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
20730
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
20694
20731
  esac
20695
20732
done
20696
20733
 
20728
20765
{
20729
20766
  tmp=./conf$$-$RANDOM
20730
20767
  (umask 077 && mkdir "$tmp")
20731
 
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
20768
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
20732
20769
 
20733
20770
# Set up the scripts for CONFIG_FILES section.
20734
20771
# No need to generate them if there are no CONFIG_FILES.
20745
20782
fi
20746
20783
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
20747
20784
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
20748
 
  ac_cs_awk_cr='\r'
 
20785
  ac_cs_awk_cr='\\r'
20749
20786
else
20750
20787
  ac_cs_awk_cr=$ac_cr
20751
20788
fi
20759
20796
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
20760
20797
  echo "_ACEOF"
20761
20798
} >conf$$subs.sh ||
20762
 
  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
20763
 
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
20799
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
 
20800
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
20764
20801
ac_delim='%!_!# '
20765
20802
for ac_last_try in false false false false false :; do
20766
20803
  . ./conf$$subs.sh ||
20767
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
20804
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20768
20805
 
20769
20806
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
20770
20807
  if test $ac_delim_n = $ac_delim_num; then
20771
20808
    break
20772
20809
  elif $ac_last_try; then
20773
 
    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
20810
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
20774
20811
  else
20775
20812
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20776
20813
  fi
20792
20829
t delim
20793
20830
:nl
20794
20831
h
20795
 
s/\(.\{148\}\).*/\1/
 
20832
s/\(.\{148\}\)..*/\1/
20796
20833
t more1
20797
20834
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
20798
20835
p
20806
20843
t nl
20807
20844
:delim
20808
20845
h
20809
 
s/\(.\{148\}\).*/\1/
 
20846
s/\(.\{148\}\)..*/\1/
20810
20847
t more2
20811
20848
s/["\\]/\\&/g; s/^/"/; s/$/"/
20812
20849
p
20859
20896
else
20860
20897
  cat
20861
20898
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
20862
 
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
20899
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
20863
20900
_ACEOF
20864
20901
 
20865
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
20866
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
20902
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 
20903
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
20867
20904
# trailing colons and then remove the whole line if VPATH becomes empty
20868
20905
# (actually we leave an empty line to preserve line numbers).
20869
20906
if test "x$srcdir" = x.; then
20870
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
20871
 
s/:*\$(srcdir):*/:/
20872
 
s/:*\${srcdir}:*/:/
20873
 
s/:*@srcdir@:*/:/
20874
 
s/^\([^=]*=[     ]*\):*/\1/
 
20907
  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
 
20908
h
 
20909
s///
 
20910
s/^/:/
 
20911
s/[      ]*$/:/
 
20912
s/:\$(srcdir):/:/g
 
20913
s/:\${srcdir}:/:/g
 
20914
s/:@srcdir@:/:/g
 
20915
s/^:*//
20875
20916
s/:*$//
 
20917
x
 
20918
s/\(=[   ]*\).*/\1/
 
20919
G
 
20920
s/\n//
20876
20921
s/^[^=]*=[       ]*$//
20877
20922
}'
20878
20923
fi
20900
20945
  if test -z "$ac_t"; then
20901
20946
    break
20902
20947
  elif $ac_last_try; then
20903
 
    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
 
20948
    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
20904
20949
  else
20905
20950
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
20906
20951
  fi
20985
21030
_ACAWK
20986
21031
_ACEOF
20987
21032
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20988
 
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
21033
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
20989
21034
fi # test -n "$CONFIG_HEADERS"
20990
21035
 
20991
21036
 
20998
21043
  esac
20999
21044
  case $ac_mode$ac_tag in
21000
21045
  :[FHL]*:*);;
21001
 
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
21046
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
21002
21047
  :[FH]-) ac_tag=-:-;;
21003
21048
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
21004
21049
  esac
21026
21071
           [\\/$]*) false;;
21027
21072
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
21028
21073
           esac ||
21029
 
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
21074
           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
21030
21075
      esac
21031
21076
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
21032
21077
      as_fn_append ac_file_inputs " '$ac_f'"
21053
21098
 
21054
21099
    case $ac_tag in
21055
21100
    *:-:* | *:-) cat >"$tmp/stdin" \
21056
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
21101
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
21057
21102
    esac
21058
21103
    ;;
21059
21104
  esac
21190
21235
$ac_datarootdir_hack
21191
21236
"
21192
21237
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
21193
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21238
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21194
21239
 
21195
21240
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
21196
21241
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
21197
21242
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
21198
21243
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21199
 
which seems to be undefined.  Please make sure it is defined." >&5
 
21244
which seems to be undefined.  Please make sure it is defined" >&5
21200
21245
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
21201
 
which seems to be undefined.  Please make sure it is defined." >&2;}
 
21246
which seems to be undefined.  Please make sure it is defined" >&2;}
21202
21247
 
21203
21248
  rm -f "$tmp/stdin"
21204
21249
  case $ac_file in
21205
21250
  -) cat "$tmp/out" && rm -f "$tmp/out";;
21206
21251
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
21207
21252
  esac \
21208
 
  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21253
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21209
21254
 ;;
21210
21255
  :H)
21211
21256
  #
21216
21261
      $as_echo "/* $configure_input  */" \
21217
21262
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
21218
21263
    } >"$tmp/config.h" \
21219
 
      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21264
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21220
21265
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
21221
21266
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
21222
21267
$as_echo "$as_me: $ac_file is unchanged" >&6;}
21223
21268
    else
21224
21269
      rm -f "$ac_file"
21225
21270
      mv "$tmp/config.h" "$ac_file" \
21226
 
        || as_fn_error "could not create $ac_file" "$LINENO" 5
 
21271
        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
21227
21272
    fi
21228
21273
  else
21229
21274
    $as_echo "/* $configure_input  */" \
21230
21275
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
21231
 
      || as_fn_error "could not create -" "$LINENO" 5
 
21276
      || as_fn_error $? "could not create -" "$LINENO" 5
21232
21277
  fi
21233
21278
# Compute "$ac_file"'s index in $config_headers.
21234
21279
_am_arg="$ac_file"
22175
22220
      esac ;;
22176
22221
    "po/stamp-it":C)
22177
22222
    if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" > /dev/null ; then
22178
 
       as_fn_error "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
 
22223
       as_fn_error $? "po/Makefile.in.in was not created by intltoolize." "$LINENO" 5
22179
22224
    fi
22180
22225
    rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
22181
22226
    >"po/stamp-it.tmp"
22203
22248
ac_clean_files=$ac_clean_files_save
22204
22249
 
22205
22250
test $ac_write_fail = 0 ||
22206
 
  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
22251
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
22207
22252
 
22208
22253
 
22209
22254
        if test x$enable_local_ffmpeg != xno; then
22238
22283
  exec 5>>config.log
22239
22284
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22240
22285
  # would make configure fail if this is the last instruction.
22241
 
  $ac_cs_success || as_fn_exit $?
 
22286
  $ac_cs_success || as_fn_exit 1
22242
22287
fi
22243
22288
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
22244
22289
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5