comparison configure @ 321:bb29681a8b51

Next release will be 2.3
author Chris Cannam
date Tue, 27 Sep 2011 16:36:31 +0100
parents 2351610cd3b0
children 60ede78a20db
comparison
equal deleted inserted replaced
320:97387af51350 321:bb29681a8b51
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for vamp-plugin-sdk 2.2.1. 3 # Generated by GNU Autoconf 2.68 for vamp-plugin-sdk 2.3.0.
4 # 4 #
5 # Report bugs to <cannam@all-day-breakfast.com>. 5 # Report bugs to <cannam@all-day-breakfast.com>.
6 # 6 #
7 # 7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.) 90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl" 91 IFS=" "" $as_nl"
92 92
93 # Find who we are. Look in the path if we contain no directory separator. 93 # Find who we are. Look in the path if we contain no directory separator.
94 as_myself=
94 case $0 in #(( 95 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;; 96 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 97 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH 98 for as_dir in $PATH
98 do 99 do
214 215
215 if test "x$CONFIG_SHELL" != x; then : 216 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a 217 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also 218 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables. 219 # works around shells that cannot unset nonexistent variables.
220 # Preserve -v and -x to the replacement shell.
219 BASH_ENV=/dev/null 221 BASH_ENV=/dev/null
220 ENV=/dev/null 222 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL 224 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 225 case $- in # ((((
226 *v*x* | *x*v* ) as_opts=-vx ;;
227 *v* ) as_opts=-v ;;
228 *x* ) as_opts=-x ;;
229 * ) as_opts= ;;
230 esac
231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
224 fi 232 fi
225 233
226 if test x$as_have_required = xno; then : 234 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all" 235 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system." 236 $as_echo "$0: the shells that I found on your system."
550 MAKEFLAGS= 558 MAKEFLAGS=
551 559
552 # Identity of this package. 560 # Identity of this package.
553 PACKAGE_NAME='vamp-plugin-sdk' 561 PACKAGE_NAME='vamp-plugin-sdk'
554 PACKAGE_TARNAME='vamp-plugin-sdk' 562 PACKAGE_TARNAME='vamp-plugin-sdk'
555 PACKAGE_VERSION='2.2.1' 563 PACKAGE_VERSION='2.3.0'
556 PACKAGE_STRING='vamp-plugin-sdk 2.2.1' 564 PACKAGE_STRING='vamp-plugin-sdk 2.3.0'
557 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' 565 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com'
558 PACKAGE_URL='' 566 PACKAGE_URL=''
559 567
560 ac_unique_file="vamp/vamp.h" 568 ac_unique_file="vamp/vamp.h"
561 # Factoring default headers for most tests. 569 # Factoring default headers for most tests.
1077 *) 1085 *)
1078 # FIXME: should be removed in autoconf 3.0. 1086 # FIXME: should be removed in autoconf 3.0.
1079 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1087 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1080 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1088 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1081 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1089 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1082 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1090 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1083 ;; 1091 ;;
1084 1092
1085 esac 1093 esac
1086 done 1094 done
1087 1095
1215 # 1223 #
1216 if test "$ac_init_help" = "long"; then 1224 if test "$ac_init_help" = "long"; then
1217 # Omit some internal or obsolete options to make the list less imposing. 1225 # Omit some internal or obsolete options to make the list less imposing.
1218 # This message is too long to be a string in the A/UX 3.1 sh. 1226 # This message is too long to be a string in the A/UX 3.1 sh.
1219 cat <<_ACEOF 1227 cat <<_ACEOF
1220 \`configure' configures vamp-plugin-sdk 2.2.1 to adapt to many kinds of systems. 1228 \`configure' configures vamp-plugin-sdk 2.3.0 to adapt to many kinds of systems.
1221 1229
1222 Usage: $0 [OPTION]... [VAR=VALUE]... 1230 Usage: $0 [OPTION]... [VAR=VALUE]...
1223 1231
1224 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1232 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1225 VAR=VALUE. See below for descriptions of some of the useful variables. 1233 VAR=VALUE. See below for descriptions of some of the useful variables.
1276 _ACEOF 1284 _ACEOF
1277 fi 1285 fi
1278 1286
1279 if test -n "$ac_init_help"; then 1287 if test -n "$ac_init_help"; then
1280 case $ac_init_help in 1288 case $ac_init_help in
1281 short | recursive ) echo "Configuration of vamp-plugin-sdk 2.2.1:";; 1289 short | recursive ) echo "Configuration of vamp-plugin-sdk 2.3.0:";;
1282 esac 1290 esac
1283 cat <<\_ACEOF 1291 cat <<\_ACEOF
1284 1292
1285 Optional Features: 1293 Optional Features:
1286 --disable-option-checking ignore unrecognized --enable/--with options 1294 --disable-option-checking ignore unrecognized --enable/--with options
1374 fi 1382 fi
1375 1383
1376 test -n "$ac_init_help" && exit $ac_status 1384 test -n "$ac_init_help" && exit $ac_status
1377 if $ac_init_version; then 1385 if $ac_init_version; then
1378 cat <<\_ACEOF 1386 cat <<\_ACEOF
1379 vamp-plugin-sdk configure 2.2.1 1387 vamp-plugin-sdk configure 2.3.0
1380 generated by GNU Autoconf 2.67 1388 generated by GNU Autoconf 2.68
1381 1389
1382 Copyright (C) 2010 Free Software Foundation, Inc. 1390 Copyright (C) 2010 Free Software Foundation, Inc.
1383 This configure script is free software; the Free Software Foundation 1391 This configure script is free software; the Free Software Foundation
1384 gives unlimited permission to copy, distribute and modify it. 1392 gives unlimited permission to copy, distribute and modify it.
1385 _ACEOF 1393 _ACEOF
1421 $as_echo "$as_me: failed program was:" >&5 1429 $as_echo "$as_me: failed program was:" >&5
1422 sed 's/^/| /' conftest.$ac_ext >&5 1430 sed 's/^/| /' conftest.$ac_ext >&5
1423 1431
1424 ac_retval=1 1432 ac_retval=1
1425 fi 1433 fi
1426 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1434 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1427 as_fn_set_status $ac_retval 1435 as_fn_set_status $ac_retval
1428 1436
1429 } # ac_fn_cxx_try_compile 1437 } # ac_fn_cxx_try_compile
1430 1438
1431 # ac_fn_c_try_compile LINENO 1439 # ac_fn_c_try_compile LINENO
1459 $as_echo "$as_me: failed program was:" >&5 1467 $as_echo "$as_me: failed program was:" >&5
1460 sed 's/^/| /' conftest.$ac_ext >&5 1468 sed 's/^/| /' conftest.$ac_ext >&5
1461 1469
1462 ac_retval=1 1470 ac_retval=1
1463 fi 1471 fi
1464 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1472 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1465 as_fn_set_status $ac_retval 1473 as_fn_set_status $ac_retval
1466 1474
1467 } # ac_fn_c_try_compile 1475 } # ac_fn_c_try_compile
1468 1476
1469 # ac_fn_c_try_cpp LINENO 1477 # ac_fn_c_try_cpp LINENO
1496 $as_echo "$as_me: failed program was:" >&5 1504 $as_echo "$as_me: failed program was:" >&5
1497 sed 's/^/| /' conftest.$ac_ext >&5 1505 sed 's/^/| /' conftest.$ac_ext >&5
1498 1506
1499 ac_retval=1 1507 ac_retval=1
1500 fi 1508 fi
1501 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1509 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1502 as_fn_set_status $ac_retval 1510 as_fn_set_status $ac_retval
1503 1511
1504 } # ac_fn_c_try_cpp 1512 } # ac_fn_c_try_cpp
1505 1513
1506 # ac_fn_c_try_run LINENO 1514 # ac_fn_c_try_run LINENO
1538 sed 's/^/| /' conftest.$ac_ext >&5 1546 sed 's/^/| /' conftest.$ac_ext >&5
1539 1547
1540 ac_retval=$ac_status 1548 ac_retval=$ac_status
1541 fi 1549 fi
1542 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1550 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1543 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1551 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1544 as_fn_set_status $ac_retval 1552 as_fn_set_status $ac_retval
1545 1553
1546 } # ac_fn_c_try_run 1554 } # ac_fn_c_try_run
1547 1555
1548 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 1556 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1552 ac_fn_c_check_header_compile () 1560 ac_fn_c_check_header_compile ()
1553 { 1561 {
1554 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1556 $as_echo_n "checking for $2... " >&6; } 1564 $as_echo_n "checking for $2... " >&6; }
1557 if eval "test \"\${$3+set}\"" = set; then : 1565 if eval \${$3+:} false; then :
1558 $as_echo_n "(cached) " >&6 1566 $as_echo_n "(cached) " >&6
1559 else 1567 else
1560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1561 /* end confdefs.h. */ 1569 /* end confdefs.h. */
1562 $4 1570 $4
1570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1571 fi 1579 fi
1572 eval ac_res=\$$3 1580 eval ac_res=\$$3
1573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1574 $as_echo "$ac_res" >&6; } 1582 $as_echo "$ac_res" >&6; }
1575 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1583 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1576 1584
1577 } # ac_fn_c_check_header_compile 1585 } # ac_fn_c_check_header_compile
1578 1586
1579 # ac_fn_c_try_link LINENO 1587 # ac_fn_c_try_link LINENO
1580 # ----------------------- 1588 # -----------------------
1615 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 1623 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1616 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 1624 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1617 # interfere with the next link command; also delete a directory that is 1625 # interfere with the next link command; also delete a directory that is
1618 # left behind by Apple's compiler. We do this before executing the actions. 1626 # left behind by Apple's compiler. We do this before executing the actions.
1619 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 1627 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1620 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1628 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1621 as_fn_set_status $ac_retval 1629 as_fn_set_status $ac_retval
1622 1630
1623 } # ac_fn_c_try_link 1631 } # ac_fn_c_try_link
1624 cat >config.log <<_ACEOF 1632 cat >config.log <<_ACEOF
1625 This file contains any messages produced by compilers while 1633 This file contains any messages produced by compilers while
1626 running configure, to aid debugging if configure makes a mistake. 1634 running configure, to aid debugging if configure makes a mistake.
1627 1635
1628 It was created by vamp-plugin-sdk $as_me 2.2.1, which was 1636 It was created by vamp-plugin-sdk $as_me 2.3.0, which was
1629 generated by GNU Autoconf 2.67. Invocation command line was 1637 generated by GNU Autoconf 2.68. Invocation command line was
1630 1638
1631 $ $0 $@ 1639 $ $0 $@
1632 1640
1633 _ACEOF 1641 _ACEOF
1634 exec 5>>config.log 1642 exec 5>>config.log
1882 sed 's/^/| /' "$ac_site_file" >&5 1890 sed 's/^/| /' "$ac_site_file" >&5
1883 . "$ac_site_file" \ 1891 . "$ac_site_file" \
1884 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 1892 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
1885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 1893 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1886 as_fn_error $? "failed to load site script $ac_site_file 1894 as_fn_error $? "failed to load site script $ac_site_file
1887 See \`config.log' for more details" "$LINENO" 5 ; } 1895 See \`config.log' for more details" "$LINENO" 5; }
1888 fi 1896 fi
1889 done 1897 done
1890 1898
1891 if test -r "$cache_file"; then 1899 if test -r "$cache_file"; then
1892 # Some versions of bash will fail to source /dev/null (special files 1900 # Some versions of bash will fail to source /dev/null (special files
1989 do 1997 do
1990 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1998 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1991 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1999 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
1993 $as_echo_n "checking for $ac_word... " >&6; } 2001 $as_echo_n "checking for $ac_word... " >&6; }
1994 if test "${ac_cv_prog_CXX+set}" = set; then : 2002 if ${ac_cv_prog_CXX+:} false; then :
1995 $as_echo_n "(cached) " >&6 2003 $as_echo_n "(cached) " >&6
1996 else 2004 else
1997 if test -n "$CXX"; then 2005 if test -n "$CXX"; then
1998 ac_cv_prog_CXX="$CXX" # Let the user override the test. 2006 ac_cv_prog_CXX="$CXX" # Let the user override the test.
1999 else 2007 else
2033 do 2041 do
2034 # Extract the first word of "$ac_prog", so it can be a program name with args. 2042 # Extract the first word of "$ac_prog", so it can be a program name with args.
2035 set dummy $ac_prog; ac_word=$2 2043 set dummy $ac_prog; ac_word=$2
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2037 $as_echo_n "checking for $ac_word... " >&6; } 2045 $as_echo_n "checking for $ac_word... " >&6; }
2038 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : 2046 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
2039 $as_echo_n "(cached) " >&6 2047 $as_echo_n "(cached) " >&6
2040 else 2048 else
2041 if test -n "$ac_ct_CXX"; then 2049 if test -n "$ac_ct_CXX"; then
2042 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. 2050 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2043 else 2051 else
2197 sed 's/^/| /' conftest.$ac_ext >&5 2205 sed 's/^/| /' conftest.$ac_ext >&5
2198 2206
2199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2207 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2208 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2201 as_fn_error 77 "C++ compiler cannot create executables 2209 as_fn_error 77 "C++ compiler cannot create executables
2202 See \`config.log' for more details" "$LINENO" 5 ; } 2210 See \`config.log' for more details" "$LINENO" 5; }
2203 else 2211 else
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2205 $as_echo "yes" >&6; } 2213 $as_echo "yes" >&6; }
2206 fi 2214 fi
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 2215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
2240 done 2248 done
2241 else 2249 else
2242 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2250 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2243 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2251 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2244 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 2252 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2245 See \`config.log' for more details" "$LINENO" 5 ; } 2253 See \`config.log' for more details" "$LINENO" 5; }
2246 fi 2254 fi
2247 rm -f conftest conftest$ac_cv_exeext 2255 rm -f conftest conftest$ac_cv_exeext
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2249 $as_echo "$ac_cv_exeext" >&6; } 2257 $as_echo "$ac_cv_exeext" >&6; }
2250 2258
2299 else 2307 else
2300 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2308 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2301 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2309 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2302 as_fn_error $? "cannot run C++ compiled programs. 2310 as_fn_error $? "cannot run C++ compiled programs.
2303 If you meant to cross compile, use \`--host'. 2311 If you meant to cross compile, use \`--host'.
2304 See \`config.log' for more details" "$LINENO" 5 ; } 2312 See \`config.log' for more details" "$LINENO" 5; }
2305 fi 2313 fi
2306 fi 2314 fi
2307 fi 2315 fi
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 2316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2309 $as_echo "$cross_compiling" >&6; } 2317 $as_echo "$cross_compiling" >&6; }
2310 2318
2311 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out 2319 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2312 ac_clean_files=$ac_clean_files_save 2320 ac_clean_files=$ac_clean_files_save
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 2321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2314 $as_echo_n "checking for suffix of object files... " >&6; } 2322 $as_echo_n "checking for suffix of object files... " >&6; }
2315 if test "${ac_cv_objext+set}" = set; then : 2323 if ${ac_cv_objext+:} false; then :
2316 $as_echo_n "(cached) " >&6 2324 $as_echo_n "(cached) " >&6
2317 else 2325 else
2318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2319 /* end confdefs.h. */ 2327 /* end confdefs.h. */
2320 2328
2351 sed 's/^/| /' conftest.$ac_ext >&5 2359 sed 's/^/| /' conftest.$ac_ext >&5
2352 2360
2353 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2361 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2355 as_fn_error $? "cannot compute suffix of object files: cannot compile 2363 as_fn_error $? "cannot compute suffix of object files: cannot compile
2356 See \`config.log' for more details" "$LINENO" 5 ; } 2364 See \`config.log' for more details" "$LINENO" 5; }
2357 fi 2365 fi
2358 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2366 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2359 fi 2367 fi
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 2368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2361 $as_echo "$ac_cv_objext" >&6; } 2369 $as_echo "$ac_cv_objext" >&6; }
2362 OBJEXT=$ac_cv_objext 2370 OBJEXT=$ac_cv_objext
2363 ac_objext=$OBJEXT 2371 ac_objext=$OBJEXT
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 2372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
2365 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 2373 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
2366 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 2374 if ${ac_cv_cxx_compiler_gnu+:} false; then :
2367 $as_echo_n "(cached) " >&6 2375 $as_echo_n "(cached) " >&6
2368 else 2376 else
2369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2370 /* end confdefs.h. */ 2378 /* end confdefs.h. */
2371 2379
2398 fi 2406 fi
2399 ac_test_CXXFLAGS=${CXXFLAGS+set} 2407 ac_test_CXXFLAGS=${CXXFLAGS+set}
2400 ac_save_CXXFLAGS=$CXXFLAGS 2408 ac_save_CXXFLAGS=$CXXFLAGS
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 2409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
2402 $as_echo_n "checking whether $CXX accepts -g... " >&6; } 2410 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
2403 if test "${ac_cv_prog_cxx_g+set}" = set; then : 2411 if ${ac_cv_prog_cxx_g+:} false; then :
2404 $as_echo_n "(cached) " >&6 2412 $as_echo_n "(cached) " >&6
2405 else 2413 else
2406 ac_save_cxx_werror_flag=$ac_cxx_werror_flag 2414 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
2407 ac_cxx_werror_flag=yes 2415 ac_cxx_werror_flag=yes
2408 ac_cv_prog_cxx_g=no 2416 ac_cv_prog_cxx_g=no
2490 if test -n "$ac_tool_prefix"; then 2498 if test -n "$ac_tool_prefix"; then
2491 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2499 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2492 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2500 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2494 $as_echo_n "checking for $ac_word... " >&6; } 2502 $as_echo_n "checking for $ac_word... " >&6; }
2495 if test "${ac_cv_prog_CC+set}" = set; then : 2503 if ${ac_cv_prog_CC+:} false; then :
2496 $as_echo_n "(cached) " >&6 2504 $as_echo_n "(cached) " >&6
2497 else 2505 else
2498 if test -n "$CC"; then 2506 if test -n "$CC"; then
2499 ac_cv_prog_CC="$CC" # Let the user override the test. 2507 ac_cv_prog_CC="$CC" # Let the user override the test.
2500 else 2508 else
2530 ac_ct_CC=$CC 2538 ac_ct_CC=$CC
2531 # Extract the first word of "gcc", so it can be a program name with args. 2539 # Extract the first word of "gcc", so it can be a program name with args.
2532 set dummy gcc; ac_word=$2 2540 set dummy gcc; ac_word=$2
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2534 $as_echo_n "checking for $ac_word... " >&6; } 2542 $as_echo_n "checking for $ac_word... " >&6; }
2535 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2543 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2536 $as_echo_n "(cached) " >&6 2544 $as_echo_n "(cached) " >&6
2537 else 2545 else
2538 if test -n "$ac_ct_CC"; then 2546 if test -n "$ac_ct_CC"; then
2539 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2547 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2540 else 2548 else
2583 if test -n "$ac_tool_prefix"; then 2591 if test -n "$ac_tool_prefix"; then
2584 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2592 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2585 set dummy ${ac_tool_prefix}cc; ac_word=$2 2593 set dummy ${ac_tool_prefix}cc; ac_word=$2
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2587 $as_echo_n "checking for $ac_word... " >&6; } 2595 $as_echo_n "checking for $ac_word... " >&6; }
2588 if test "${ac_cv_prog_CC+set}" = set; then : 2596 if ${ac_cv_prog_CC+:} false; then :
2589 $as_echo_n "(cached) " >&6 2597 $as_echo_n "(cached) " >&6
2590 else 2598 else
2591 if test -n "$CC"; then 2599 if test -n "$CC"; then
2592 ac_cv_prog_CC="$CC" # Let the user override the test. 2600 ac_cv_prog_CC="$CC" # Let the user override the test.
2593 else 2601 else
2623 if test -z "$CC"; then 2631 if test -z "$CC"; then
2624 # Extract the first word of "cc", so it can be a program name with args. 2632 # Extract the first word of "cc", so it can be a program name with args.
2625 set dummy cc; ac_word=$2 2633 set dummy cc; ac_word=$2
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2627 $as_echo_n "checking for $ac_word... " >&6; } 2635 $as_echo_n "checking for $ac_word... " >&6; }
2628 if test "${ac_cv_prog_CC+set}" = set; then : 2636 if ${ac_cv_prog_CC+:} false; then :
2629 $as_echo_n "(cached) " >&6 2637 $as_echo_n "(cached) " >&6
2630 else 2638 else
2631 if test -n "$CC"; then 2639 if test -n "$CC"; then
2632 ac_cv_prog_CC="$CC" # Let the user override the test. 2640 ac_cv_prog_CC="$CC" # Let the user override the test.
2633 else 2641 else
2682 do 2690 do
2683 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2691 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2684 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2692 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2686 $as_echo_n "checking for $ac_word... " >&6; } 2694 $as_echo_n "checking for $ac_word... " >&6; }
2687 if test "${ac_cv_prog_CC+set}" = set; then : 2695 if ${ac_cv_prog_CC+:} false; then :
2688 $as_echo_n "(cached) " >&6 2696 $as_echo_n "(cached) " >&6
2689 else 2697 else
2690 if test -n "$CC"; then 2698 if test -n "$CC"; then
2691 ac_cv_prog_CC="$CC" # Let the user override the test. 2699 ac_cv_prog_CC="$CC" # Let the user override the test.
2692 else 2700 else
2726 do 2734 do
2727 # Extract the first word of "$ac_prog", so it can be a program name with args. 2735 # Extract the first word of "$ac_prog", so it can be a program name with args.
2728 set dummy $ac_prog; ac_word=$2 2736 set dummy $ac_prog; ac_word=$2
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2730 $as_echo_n "checking for $ac_word... " >&6; } 2738 $as_echo_n "checking for $ac_word... " >&6; }
2731 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 2739 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2732 $as_echo_n "(cached) " >&6 2740 $as_echo_n "(cached) " >&6
2733 else 2741 else
2734 if test -n "$ac_ct_CC"; then 2742 if test -n "$ac_ct_CC"; then
2735 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 2743 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2736 else 2744 else
2781 2789
2782 2790
2783 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2791 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2784 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2792 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2785 as_fn_error $? "no acceptable C compiler found in \$PATH 2793 as_fn_error $? "no acceptable C compiler found in \$PATH
2786 See \`config.log' for more details" "$LINENO" 5 ; } 2794 See \`config.log' for more details" "$LINENO" 5; }
2787 2795
2788 # Provide some information about the compiler. 2796 # Provide some information about the compiler.
2789 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2797 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2790 set X $ac_compile 2798 set X $ac_compile
2791 ac_compiler=$2 2799 ac_compiler=$2
2810 test $ac_status = 0; } 2818 test $ac_status = 0; }
2811 done 2819 done
2812 2820
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 2821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2814 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2822 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2815 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 2823 if ${ac_cv_c_compiler_gnu+:} false; then :
2816 $as_echo_n "(cached) " >&6 2824 $as_echo_n "(cached) " >&6
2817 else 2825 else
2818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2819 /* end confdefs.h. */ 2827 /* end confdefs.h. */
2820 2828
2847 fi 2855 fi
2848 ac_test_CFLAGS=${CFLAGS+set} 2856 ac_test_CFLAGS=${CFLAGS+set}
2849 ac_save_CFLAGS=$CFLAGS 2857 ac_save_CFLAGS=$CFLAGS
2850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2851 $as_echo_n "checking whether $CC accepts -g... " >&6; } 2859 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2852 if test "${ac_cv_prog_cc_g+set}" = set; then : 2860 if ${ac_cv_prog_cc_g+:} false; then :
2853 $as_echo_n "(cached) " >&6 2861 $as_echo_n "(cached) " >&6
2854 else 2862 else
2855 ac_save_c_werror_flag=$ac_c_werror_flag 2863 ac_save_c_werror_flag=$ac_c_werror_flag
2856 ac_c_werror_flag=yes 2864 ac_c_werror_flag=yes
2857 ac_cv_prog_cc_g=no 2865 ac_cv_prog_cc_g=no
2925 CFLAGS= 2933 CFLAGS=
2926 fi 2934 fi
2927 fi 2935 fi
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
2929 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 2937 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
2930 if test "${ac_cv_prog_cc_c89+set}" = set; then : 2938 if ${ac_cv_prog_cc_c89+:} false; then :
2931 $as_echo_n "(cached) " >&6 2939 $as_echo_n "(cached) " >&6
2932 else 2940 else
2933 ac_cv_prog_cc_c89=no 2941 ac_cv_prog_cc_c89=no
2934 ac_save_CC=$CC 2942 ac_save_CC=$CC
2935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3033 # On Suns, sometimes $CPP names a directory. 3041 # On Suns, sometimes $CPP names a directory.
3034 if test -n "$CPP" && test -d "$CPP"; then 3042 if test -n "$CPP" && test -d "$CPP"; then
3035 CPP= 3043 CPP=
3036 fi 3044 fi
3037 if test -z "$CPP"; then 3045 if test -z "$CPP"; then
3038 if test "${ac_cv_prog_CPP+set}" = set; then : 3046 if ${ac_cv_prog_CPP+:} false; then :
3039 $as_echo_n "(cached) " >&6 3047 $as_echo_n "(cached) " >&6
3040 else 3048 else
3041 # Double quotes because CPP needs to be expanded 3049 # Double quotes because CPP needs to be expanded
3042 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 3050 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3043 do 3051 do
3149 3157
3150 else 3158 else
3151 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3159 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3152 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3160 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3153 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3161 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3154 See \`config.log' for more details" "$LINENO" 5 ; } 3162 See \`config.log' for more details" "$LINENO" 5; }
3155 fi 3163 fi
3156 3164
3157 ac_ext=c 3165 ac_ext=c
3158 ac_cpp='$CPP $CPPFLAGS' 3166 ac_cpp='$CPP $CPPFLAGS'
3159 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3167 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3161 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3169 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3162 3170
3163 3171
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 3172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3165 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 3173 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3166 if test "${ac_cv_path_GREP+set}" = set; then : 3174 if ${ac_cv_path_GREP+:} false; then :
3167 $as_echo_n "(cached) " >&6 3175 $as_echo_n "(cached) " >&6
3168 else 3176 else
3169 if test -z "$GREP"; then 3177 if test -z "$GREP"; then
3170 ac_path_GREP_found=false 3178 ac_path_GREP_found=false
3171 # Loop through the user's path and test for each of PROGNAME-LIST 3179 # Loop through the user's path and test for each of PROGNAME-LIST
3224 GREP="$ac_cv_path_GREP" 3232 GREP="$ac_cv_path_GREP"
3225 3233
3226 3234
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 3235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3228 $as_echo_n "checking for egrep... " >&6; } 3236 $as_echo_n "checking for egrep... " >&6; }
3229 if test "${ac_cv_path_EGREP+set}" = set; then : 3237 if ${ac_cv_path_EGREP+:} false; then :
3230 $as_echo_n "(cached) " >&6 3238 $as_echo_n "(cached) " >&6
3231 else 3239 else
3232 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 3240 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3233 then ac_cv_path_EGREP="$GREP -E" 3241 then ac_cv_path_EGREP="$GREP -E"
3234 else 3242 else
3291 EGREP="$ac_cv_path_EGREP" 3299 EGREP="$ac_cv_path_EGREP"
3292 3300
3293 3301
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3295 $as_echo_n "checking for ANSI C header files... " >&6; } 3303 $as_echo_n "checking for ANSI C header files... " >&6; }
3296 if test "${ac_cv_header_stdc+set}" = set; then : 3304 if ${ac_cv_header_stdc+:} false; then :
3297 $as_echo_n "(cached) " >&6 3305 $as_echo_n "(cached) " >&6
3298 else 3306 else
3299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3300 /* end confdefs.h. */ 3308 /* end confdefs.h. */
3301 #include <stdlib.h> 3309 #include <stdlib.h>
3420 done 3428 done
3421 3429
3422 3430
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 3431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
3424 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 3432 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
3425 if test "${ac_cv_c_bigendian+set}" = set; then : 3433 if ${ac_cv_c_bigendian+:} false; then :
3426 $as_echo_n "(cached) " >&6 3434 $as_echo_n "(cached) " >&6
3427 else 3435 else
3428 ac_cv_c_bigendian=unknown 3436 ac_cv_c_bigendian=unknown
3429 # See if we're dealing with a universal compiler. 3437 # See if we're dealing with a universal compiler.
3430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3639 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h 3647 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
3640 3648
3641 ;; #( 3649 ;; #(
3642 *) 3650 *)
3643 as_fn_error $? "unknown endianness 3651 as_fn_error $? "unknown endianness
3644 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 3652 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
3645 esac 3653 esac
3646 3654
3647 3655
3648 if pkg-config --modversion vamp-sdk >/dev/null 2>&1; then 3656 if pkg-config --modversion vamp-sdk >/dev/null 2>&1; then
3649 echo "WARNING: A version of the Vamp plugin SDK is already installed." 3657 echo "WARNING: A version of the Vamp plugin SDK is already installed."
3651 echo " without removing the old one first. (Continuing)" 3659 echo " without removing the old one first. (Continuing)"
3652 fi 3660 fi
3653 3661
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5 3662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
3655 $as_echo_n "checking for library containing dlopen... " >&6; } 3663 $as_echo_n "checking for library containing dlopen... " >&6; }
3656 if test "${ac_cv_search_dlopen+set}" = set; then : 3664 if ${ac_cv_search_dlopen+:} false; then :
3657 $as_echo_n "(cached) " >&6 3665 $as_echo_n "(cached) " >&6
3658 else 3666 else
3659 ac_func_search_save_LIBS=$LIBS 3667 ac_func_search_save_LIBS=$LIBS
3660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3661 /* end confdefs.h. */ 3669 /* end confdefs.h. */
3685 if ac_fn_c_try_link "$LINENO"; then : 3693 if ac_fn_c_try_link "$LINENO"; then :
3686 ac_cv_search_dlopen=$ac_res 3694 ac_cv_search_dlopen=$ac_res
3687 fi 3695 fi
3688 rm -f core conftest.err conftest.$ac_objext \ 3696 rm -f core conftest.err conftest.$ac_objext \
3689 conftest$ac_exeext 3697 conftest$ac_exeext
3690 if test "${ac_cv_search_dlopen+set}" = set; then : 3698 if ${ac_cv_search_dlopen+:} false; then :
3691 break 3699 break
3692 fi 3700 fi
3693 done 3701 done
3694 if test "${ac_cv_search_dlopen+set}" = set; then : 3702 if ${ac_cv_search_dlopen+:} false; then :
3695 3703
3696 else 3704 else
3697 ac_cv_search_dlopen=no 3705 ac_cv_search_dlopen=no
3698 fi 3706 fi
3699 rm conftest.$ac_ext 3707 rm conftest.$ac_ext
3715 PROGS_ARGUMENT="yes" 3723 PROGS_ARGUMENT="yes"
3716 fi 3724 fi
3717 3725
3718 3726
3719 if test "x$PROGS_ARGUMENT" = "xyes" ; then 3727 if test "x$PROGS_ARGUMENT" = "xyes" ; then
3728
3720 3729
3721 3730
3722 3731
3723 3732
3724 3733
3727 if test -n "$ac_tool_prefix"; then 3736 if test -n "$ac_tool_prefix"; then
3728 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. 3737 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
3729 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 3738 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3731 $as_echo_n "checking for $ac_word... " >&6; } 3740 $as_echo_n "checking for $ac_word... " >&6; }
3732 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then : 3741 if ${ac_cv_path_PKG_CONFIG+:} false; then :
3733 $as_echo_n "(cached) " >&6 3742 $as_echo_n "(cached) " >&6
3734 else 3743 else
3735 case $PKG_CONFIG in 3744 case $PKG_CONFIG in
3736 [\\/]* | ?:[\\/]*) 3745 [\\/]* | ?:[\\/]*)
3737 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 3746 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
3770 ac_pt_PKG_CONFIG=$PKG_CONFIG 3779 ac_pt_PKG_CONFIG=$PKG_CONFIG
3771 # Extract the first word of "pkg-config", so it can be a program name with args. 3780 # Extract the first word of "pkg-config", so it can be a program name with args.
3772 set dummy pkg-config; ac_word=$2 3781 set dummy pkg-config; ac_word=$2
3773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3774 $as_echo_n "checking for $ac_word... " >&6; } 3783 $as_echo_n "checking for $ac_word... " >&6; }
3775 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then : 3784 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
3776 $as_echo_n "(cached) " >&6 3785 $as_echo_n "(cached) " >&6
3777 else 3786 else
3778 case $ac_pt_PKG_CONFIG in 3787 case $ac_pt_PKG_CONFIG in
3779 [\\/]* | ?:[\\/]*) 3788 [\\/]* | ?:[\\/]*)
3780 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 3789 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
3849 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5 3858 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5
3850 ac_status=$? 3859 ac_status=$?
3851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3852 test $ac_status = 0; }; then 3861 test $ac_status = 0; }; then
3853 pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile" 2>/dev/null` 3862 pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile" 2>/dev/null`
3863 test "x$?" != "x0" && pkg_failed=yes
3854 else 3864 else
3855 pkg_failed=yes 3865 pkg_failed=yes
3856 fi 3866 fi
3857 else 3867 else
3858 pkg_failed=untried 3868 pkg_failed=untried
3865 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5 3875 ($PKG_CONFIG --exists --print-errors "sndfile") 2>&5
3866 ac_status=$? 3876 ac_status=$?
3867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3877 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3868 test $ac_status = 0; }; then 3878 test $ac_status = 0; }; then
3869 pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile" 2>/dev/null` 3879 pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile" 2>/dev/null`
3880 test "x$?" != "x0" && pkg_failed=yes
3870 else 3881 else
3871 pkg_failed=yes 3882 pkg_failed=yes
3872 fi 3883 fi
3873 else 3884 else
3874 pkg_failed=untried 3885 pkg_failed=untried
3884 _pkg_short_errors_supported=yes 3895 _pkg_short_errors_supported=yes
3885 else 3896 else
3886 _pkg_short_errors_supported=no 3897 _pkg_short_errors_supported=no
3887 fi 3898 fi
3888 if test $_pkg_short_errors_supported = yes; then 3899 if test $_pkg_short_errors_supported = yes; then
3889 SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sndfile" 2>&1` 3900 SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile" 2>&1`
3890 else 3901 else
3891 SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors "sndfile" 2>&1` 3902 SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile" 2>&1`
3892 fi 3903 fi
3893 # Put the nasty error message in config.log where it belongs 3904 # Put the nasty error message in config.log where it belongs
3894 echo "$SNDFILE_PKG_ERRORS" >&5 3905 echo "$SNDFILE_PKG_ERRORS" >&5
3895 3906
3896 have_sndfile="no" 3907 have_sndfile="no"
3991 t end 4002 t end
3992 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 4003 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3993 :end' >>confcache 4004 :end' >>confcache
3994 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else 4005 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
3995 if test -w "$cache_file"; then 4006 if test -w "$cache_file"; then
3996 test "x$cache_file" != "x/dev/null" && 4007 if test "x$cache_file" != "x/dev/null"; then
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 4008 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
3998 $as_echo "$as_me: updating cache $cache_file" >&6;} 4009 $as_echo "$as_me: updating cache $cache_file" >&6;}
3999 cat confcache >$cache_file 4010 if test ! -f "$cache_file" || test -h "$cache_file"; then
4011 cat confcache >"$cache_file"
4012 else
4013 case $cache_file in #(
4014 */* | ?:*)
4015 mv -f confcache "$cache_file"$$ &&
4016 mv -f "$cache_file"$$ "$cache_file" ;; #(
4017 *)
4018 mv -f confcache "$cache_file" ;;
4019 esac
4020 fi
4021 fi
4000 else 4022 else
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 4023 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4002 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 4024 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4003 fi 4025 fi
4004 fi 4026 fi
4063 LTLIBOBJS=$ac_ltlibobjs 4085 LTLIBOBJS=$ac_ltlibobjs
4064 4086
4065 4087
4066 4088
4067 4089
4068 : ${CONFIG_STATUS=./config.status} 4090 : "${CONFIG_STATUS=./config.status}"
4069 ac_write_fail=0 4091 ac_write_fail=0
4070 ac_clean_files_save=$ac_clean_files 4092 ac_clean_files_save=$ac_clean_files
4071 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 4093 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4072 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 4094 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4073 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 4095 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4164 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 4186 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
4165 # splitting by setting IFS to empty value.) 4187 # splitting by setting IFS to empty value.)
4166 IFS=" "" $as_nl" 4188 IFS=" "" $as_nl"
4167 4189
4168 # Find who we are. Look in the path if we contain no directory separator. 4190 # Find who we are. Look in the path if we contain no directory separator.
4191 as_myself=
4169 case $0 in #(( 4192 case $0 in #((
4170 *[\\/]* ) as_myself=$0 ;; 4193 *[\\/]* ) as_myself=$0 ;;
4171 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4194 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4172 for as_dir in $PATH 4195 for as_dir in $PATH
4173 do 4196 do
4470 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4493 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4471 # Save the log message, to keep $0 and so on meaningful, and to 4494 # Save the log message, to keep $0 and so on meaningful, and to
4472 # report actual input values of CONFIG_FILES etc. instead of their 4495 # report actual input values of CONFIG_FILES etc. instead of their
4473 # values after options handling. 4496 # values after options handling.
4474 ac_log=" 4497 ac_log="
4475 This file was extended by vamp-plugin-sdk $as_me 2.2.1, which was 4498 This file was extended by vamp-plugin-sdk $as_me 2.3.0, which was
4476 generated by GNU Autoconf 2.67. Invocation command line was 4499 generated by GNU Autoconf 2.68. Invocation command line was
4477 4500
4478 CONFIG_FILES = $CONFIG_FILES 4501 CONFIG_FILES = $CONFIG_FILES
4479 CONFIG_HEADERS = $CONFIG_HEADERS 4502 CONFIG_HEADERS = $CONFIG_HEADERS
4480 CONFIG_LINKS = $CONFIG_LINKS 4503 CONFIG_LINKS = $CONFIG_LINKS
4481 CONFIG_COMMANDS = $CONFIG_COMMANDS 4504 CONFIG_COMMANDS = $CONFIG_COMMANDS
4523 4546
4524 _ACEOF 4547 _ACEOF
4525 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4548 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4526 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4549 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4527 ac_cs_version="\\ 4550 ac_cs_version="\\
4528 vamp-plugin-sdk config.status 2.2.1 4551 vamp-plugin-sdk config.status 2.3.0
4529 configured by $0, generated by GNU Autoconf 2.67, 4552 configured by $0, generated by GNU Autoconf 2.68,
4530 with options \\"\$ac_cs_config\\" 4553 with options \\"\$ac_cs_config\\"
4531 4554
4532 Copyright (C) 2010 Free Software Foundation, Inc. 4555 Copyright (C) 2010 Free Software Foundation, Inc.
4533 This config.status script is free software; the Free Software Foundation 4556 This config.status script is free software; the Free Software Foundation
4534 gives unlimited permission to copy, distribute and modify it." 4557 gives unlimited permission to copy, distribute and modify it."
4635 for ac_config_target in $ac_config_targets 4658 for ac_config_target in $ac_config_targets
4636 do 4659 do
4637 case $ac_config_target in 4660 case $ac_config_target in
4638 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4661 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4639 4662
4640 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 4663 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4641 esac 4664 esac
4642 done 4665 done
4643 4666
4644 4667
4645 # If the user did not use the arguments to specify the items to instantiate, 4668 # If the user did not use the arguments to specify the items to instantiate,
4656 # Hook for its removal unless debugging. 4679 # Hook for its removal unless debugging.
4657 # Note that there is a small window in which the directory will not be cleaned: 4680 # Note that there is a small window in which the directory will not be cleaned:
4658 # after its creation but before its name has been assigned to `$tmp'. 4681 # after its creation but before its name has been assigned to `$tmp'.
4659 $debug || 4682 $debug ||
4660 { 4683 {
4661 tmp= 4684 tmp= ac_tmp=
4662 trap 'exit_status=$? 4685 trap 'exit_status=$?
4663 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status 4686 : "${ac_tmp:=$tmp}"
4687 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
4664 ' 0 4688 ' 0
4665 trap 'as_fn_exit 1' 1 2 13 15 4689 trap 'as_fn_exit 1' 1 2 13 15
4666 } 4690 }
4667 # Create a (secure) tmp directory for tmp files. 4691 # Create a (secure) tmp directory for tmp files.
4668 4692
4669 { 4693 {
4670 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && 4694 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
4671 test -n "$tmp" && test -d "$tmp" 4695 test -d "$tmp"
4672 } || 4696 } ||
4673 { 4697 {
4674 tmp=./conf$$-$RANDOM 4698 tmp=./conf$$-$RANDOM
4675 (umask 077 && mkdir "$tmp") 4699 (umask 077 && mkdir "$tmp")
4676 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 4700 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
4701 ac_tmp=$tmp
4677 4702
4678 # Set up the scripts for CONFIG_FILES section. 4703 # Set up the scripts for CONFIG_FILES section.
4679 # No need to generate them if there are no CONFIG_FILES. 4704 # No need to generate them if there are no CONFIG_FILES.
4680 # This happens for instance with `./config.status config.h'. 4705 # This happens for instance with `./config.status config.h'.
4681 if test -n "$CONFIG_FILES"; then 4706 if test -n "$CONFIG_FILES"; then
4693 ac_cs_awk_cr='\\r' 4718 ac_cs_awk_cr='\\r'
4694 else 4719 else
4695 ac_cs_awk_cr=$ac_cr 4720 ac_cs_awk_cr=$ac_cr
4696 fi 4721 fi
4697 4722
4698 echo 'BEGIN {' >"$tmp/subs1.awk" && 4723 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
4699 _ACEOF 4724 _ACEOF
4700 4725
4701 4726
4702 { 4727 {
4703 echo "cat >conf$$subs.awk <<_ACEOF" && 4728 echo "cat >conf$$subs.awk <<_ACEOF" &&
4721 fi 4746 fi
4722 done 4747 done
4723 rm -f conf$$subs.sh 4748 rm -f conf$$subs.sh
4724 4749
4725 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4750 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4726 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 4751 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
4727 _ACEOF 4752 _ACEOF
4728 sed -n ' 4753 sed -n '
4729 h 4754 h
4730 s/^/S["/; s/!.*/"]=/ 4755 s/^/S["/; s/!.*/"]=/
4731 p 4756 p
4769 } 4794 }
4770 ' >>$CONFIG_STATUS || ac_write_fail=1 4795 ' >>$CONFIG_STATUS || ac_write_fail=1
4771 rm -f conf$$subs.awk 4796 rm -f conf$$subs.awk
4772 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4797 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4773 _ACAWK 4798 _ACAWK
4774 cat >>"\$tmp/subs1.awk" <<_ACAWK && 4799 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
4775 for (key in S) S_is_set[key] = 1 4800 for (key in S) S_is_set[key] = 1
4776 FS = "" 4801 FS = ""
4777 4802
4778 } 4803 }
4779 { 4804 {
4801 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 4826 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4802 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 4827 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
4803 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 4828 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
4804 else 4829 else
4805 cat 4830 cat
4806 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 4831 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
4807 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 4832 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
4808 _ACEOF 4833 _ACEOF
4809 4834
4810 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 4835 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
4811 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 4836 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
4841 case $ac_tag in 4866 case $ac_tag in
4842 :[FHLC]) ac_mode=$ac_tag; continue;; 4867 :[FHLC]) ac_mode=$ac_tag; continue;;
4843 esac 4868 esac
4844 case $ac_mode$ac_tag in 4869 case $ac_mode$ac_tag in
4845 :[FHL]*:*);; 4870 :[FHL]*:*);;
4846 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 4871 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
4847 :[FH]-) ac_tag=-:-;; 4872 :[FH]-) ac_tag=-:-;;
4848 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 4873 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4849 esac 4874 esac
4850 ac_save_IFS=$IFS 4875 ac_save_IFS=$IFS
4851 IFS=: 4876 IFS=:
4860 :[FH]) 4885 :[FH])
4861 ac_file_inputs= 4886 ac_file_inputs=
4862 for ac_f 4887 for ac_f
4863 do 4888 do
4864 case $ac_f in 4889 case $ac_f in
4865 -) ac_f="$tmp/stdin";; 4890 -) ac_f="$ac_tmp/stdin";;
4866 *) # Look for the file first in the build tree, then in the source tree 4891 *) # Look for the file first in the build tree, then in the source tree
4867 # (if the path is not absolute). The absolute path cannot be DOS-style, 4892 # (if the path is not absolute). The absolute path cannot be DOS-style,
4868 # because $ac_f cannot contain `:'. 4893 # because $ac_f cannot contain `:'.
4869 test -f "$ac_f" || 4894 test -f "$ac_f" ||
4870 case $ac_f in 4895 case $ac_f in
4871 [\\/$]*) false;; 4896 [\\/$]*) false;;
4872 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 4897 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
4873 esac || 4898 esac ||
4874 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 4899 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
4875 esac 4900 esac
4876 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 4901 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
4877 as_fn_append ac_file_inputs " '$ac_f'" 4902 as_fn_append ac_file_inputs " '$ac_f'"
4878 done 4903 done
4879 4904
4895 sed 's/[\\\\&|]/\\\\&/g'`;; #( 4920 sed 's/[\\\\&|]/\\\\&/g'`;; #(
4896 *) ac_sed_conf_input=$configure_input;; 4921 *) ac_sed_conf_input=$configure_input;;
4897 esac 4922 esac
4898 4923
4899 case $ac_tag in 4924 case $ac_tag in
4900 *:-:* | *:-) cat >"$tmp/stdin" \ 4925 *:-:* | *:-) cat >"$ac_tmp/stdin" \
4901 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 4926 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
4902 esac 4927 esac
4903 ;; 4928 ;;
4904 esac 4929 esac
4905 4930
4906 ac_dir=`$as_dirname -- "$ac_file" || 4931 ac_dir=`$as_dirname -- "$ac_file" ||
5021 s&@builddir@&$ac_builddir&;t t 5046 s&@builddir@&$ac_builddir&;t t
5022 s&@abs_builddir@&$ac_abs_builddir&;t t 5047 s&@abs_builddir@&$ac_abs_builddir&;t t
5023 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 5048 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5024 $ac_datarootdir_hack 5049 $ac_datarootdir_hack
5025 " 5050 "
5026 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 5051 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5027 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5052 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5028 5053
5029 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 5054 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5030 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 5055 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5031 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 5056 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5057 "$ac_tmp/out"`; test -z "$ac_out"; } &&
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5033 which seems to be undefined. Please make sure it is defined" >&5 5059 which seems to be undefined. Please make sure it is defined" >&5
5034 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 5060 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5035 which seems to be undefined. Please make sure it is defined" >&2;} 5061 which seems to be undefined. Please make sure it is defined" >&2;}
5036 5062
5037 rm -f "$tmp/stdin" 5063 rm -f "$ac_tmp/stdin"
5038 case $ac_file in 5064 case $ac_file in
5039 -) cat "$tmp/out" && rm -f "$tmp/out";; 5065 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5040 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 5066 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5041 esac \ 5067 esac \
5042 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 5068 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5043 ;; 5069 ;;
5044 5070
5045 5071