comparison configure @ 214:14db41423fc3

Don't write version.h, it's now tracked
author Chris Cannam
date Thu, 05 Nov 2015 15:17:59 +0000
parents c71d6ae15882
children 6153429ebf89
comparison
equal deleted inserted replaced
211:c7ebacdbbb22 214:14db41423fc3
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.69 for Sonic Annotator 1.2. 3 # Generated by GNU Autoconf 2.69.
4 #
5 # Report bugs to <cannam@all-day-breakfast.com>.
6 # 4 #
7 # 5 #
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9 # 7 #
10 # 8 #
264 $as_echo "$0: the shells that I found on your system." 262 $as_echo "$0: the shells that I found on your system."
265 if test x${ZSH_VERSION+set} = xset ; then 263 if test x${ZSH_VERSION+set} = xset ; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 264 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 265 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
268 else 266 else
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and 267 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
270 $0: cannam@all-day-breakfast.com about your system,
271 $0: including any error possibly output before this 268 $0: including any error possibly output before this
272 $0: message. Then install a modern shell, or manually run 269 $0: message. Then install a modern shell, or manually run
273 $0: the script under such a shell if you do have one." 270 $0: the script under such a shell if you do have one."
274 fi 271 fi
275 exit 1 272 exit 1
576 subdirs= 573 subdirs=
577 MFLAGS= 574 MFLAGS=
578 MAKEFLAGS= 575 MAKEFLAGS=
579 576
580 # Identity of this package. 577 # Identity of this package.
581 PACKAGE_NAME='Sonic Annotator' 578 PACKAGE_NAME=
582 PACKAGE_TARNAME='sonic-annotator' 579 PACKAGE_TARNAME=
583 PACKAGE_VERSION='1.2' 580 PACKAGE_VERSION=
584 PACKAGE_STRING='Sonic Annotator 1.2' 581 PACKAGE_STRING=
585 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' 582 PACKAGE_BUGREPORT=
586 PACKAGE_URL='' 583 PACKAGE_URL=
587 584
585 ac_unique_file="Sonic Annotator"
588 ac_unique_file="runner/main.cpp" 586 ac_unique_file="runner/main.cpp"
589 # Factoring default headers for most tests. 587 # Factoring default headers for most tests.
590 ac_includes_default="\ 588 ac_includes_default="\
591 #include <stdio.h> 589 #include <stdio.h>
592 #ifdef HAVE_SYS_TYPES_H 590 #ifdef HAVE_SYS_TYPES_H
803 sysconfdir='${prefix}/etc' 801 sysconfdir='${prefix}/etc'
804 sharedstatedir='${prefix}/com' 802 sharedstatedir='${prefix}/com'
805 localstatedir='${prefix}/var' 803 localstatedir='${prefix}/var'
806 includedir='${prefix}/include' 804 includedir='${prefix}/include'
807 oldincludedir='/usr/include' 805 oldincludedir='/usr/include'
808 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 806 docdir='${datarootdir}/doc/${PACKAGE}'
809 infodir='${datarootdir}/info' 807 infodir='${datarootdir}/info'
810 htmldir='${docdir}' 808 htmldir='${docdir}'
811 dvidir='${docdir}' 809 dvidir='${docdir}'
812 pdfdir='${docdir}' 810 pdfdir='${docdir}'
813 psdir='${docdir}' 811 psdir='${docdir}'
1303 # 1301 #
1304 if test "$ac_init_help" = "long"; then 1302 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing. 1303 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh. 1304 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF 1305 cat <<_ACEOF
1308 \`configure' configures Sonic Annotator 1.2 to adapt to many kinds of systems. 1306 \`configure' configures this package to adapt to many kinds of systems.
1309 1307
1310 Usage: $0 [OPTION]... [VAR=VALUE]... 1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 1309
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables. 1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info] 1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man] 1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/sonic-annotator] 1354 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1357 --htmldir=DIR html documentation [DOCDIR] 1355 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR] 1356 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR] 1357 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR] 1358 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF 1359 _ACEOF
1363 cat <<\_ACEOF 1361 cat <<\_ACEOF
1364 _ACEOF 1362 _ACEOF
1365 fi 1363 fi
1366 1364
1367 if test -n "$ac_init_help"; then 1365 if test -n "$ac_init_help"; then
1368 case $ac_init_help in 1366
1369 short | recursive ) echo "Configuration of Sonic Annotator 1.2:";;
1370 esac
1371 cat <<\_ACEOF 1367 cat <<\_ACEOF
1372 1368
1373 Optional Features: 1369 Optional Features:
1374 --disable-option-checking ignore unrecognized --enable/--with options 1370 --disable-option-checking ignore unrecognized --enable/--with options
1375 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1371 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1430 id3tag_LIBS linker flags for id3tag, overriding pkg-config 1426 id3tag_LIBS linker flags for id3tag, overriding pkg-config
1431 1427
1432 Use these variables to override the choices made by `configure' or to help 1428 Use these variables to override the choices made by `configure' or to help
1433 it to find libraries and programs with nonstandard names/locations. 1429 it to find libraries and programs with nonstandard names/locations.
1434 1430
1435 Report bugs to <cannam@all-day-breakfast.com>. 1431 Report bugs to the package provider.
1436 _ACEOF 1432 _ACEOF
1437 ac_status=$? 1433 ac_status=$?
1438 fi 1434 fi
1439 1435
1440 if test "$ac_init_help" = "recursive"; then 1436 if test "$ac_init_help" = "recursive"; then
1493 fi 1489 fi
1494 1490
1495 test -n "$ac_init_help" && exit $ac_status 1491 test -n "$ac_init_help" && exit $ac_status
1496 if $ac_init_version; then 1492 if $ac_init_version; then
1497 cat <<\_ACEOF 1493 cat <<\_ACEOF
1498 Sonic Annotator configure 1.2 1494 configure
1499 generated by GNU Autoconf 2.69 1495 generated by GNU Autoconf 2.69
1500 1496
1501 Copyright (C) 2012 Free Software Foundation, Inc. 1497 Copyright (C) 2012 Free Software Foundation, Inc.
1502 This configure script is free software; the Free Software Foundation 1498 This configure script is free software; the Free Software Foundation
1503 gives unlimited permission to copy, distribute and modify it. 1499 gives unlimited permission to copy, distribute and modify it.
1732 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1728 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1734 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1730 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1736 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1732 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1737 ( $as_echo "## ------------------------------------------- ##
1738 ## Report this to cannam@all-day-breakfast.com ##
1739 ## ------------------------------------------- ##"
1740 ) | sed "s/^/$as_me: WARNING: /" >&2
1741 ;; 1733 ;;
1742 esac 1734 esac
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1744 $as_echo_n "checking for $2... " >&6; } 1736 $as_echo_n "checking for $2... " >&6; }
1745 if eval \${$3+:} false; then : 1737 if eval \${$3+:} false; then :
1833 } # ac_fn_cxx_try_link 1825 } # ac_fn_cxx_try_link
1834 cat >config.log <<_ACEOF 1826 cat >config.log <<_ACEOF
1835 This file contains any messages produced by compilers while 1827 This file contains any messages produced by compilers while
1836 running configure, to aid debugging if configure makes a mistake. 1828 running configure, to aid debugging if configure makes a mistake.
1837 1829
1838 It was created by Sonic Annotator $as_me 1.2, which was 1830 It was created by $as_me, which was
1839 generated by GNU Autoconf 2.69. Invocation command line was 1831 generated by GNU Autoconf 2.69. Invocation command line was
1840 1832
1841 $ $0 $@ 1833 $ $0 $@
1842 1834
1843 _ACEOF 1835 _ACEOF
6229 6221
6230 6222
6231 6223
6232 subdirs="$subdirs svcore" 6224 subdirs="$subdirs svcore"
6233 6225
6234 ac_config_files="$ac_config_files config.pri version.h" 6226 ac_config_files="$ac_config_files config.pri"
6235 6227
6236 6228
6237 cat >confcache <<\_ACEOF 6229 cat >confcache <<\_ACEOF
6238 # This file is a shell script that caches the results of configure 6230 # This file is a shell script that caches the results of configure
6239 # tests run on this system so they can be shared between configure 6231 # tests run on this system so they can be shared between configure
6774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 6766 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6775 # Save the log message, to keep $0 and so on meaningful, and to 6767 # Save the log message, to keep $0 and so on meaningful, and to
6776 # report actual input values of CONFIG_FILES etc. instead of their 6768 # report actual input values of CONFIG_FILES etc. instead of their
6777 # values after options handling. 6769 # values after options handling.
6778 ac_log=" 6770 ac_log="
6779 This file was extended by Sonic Annotator $as_me 1.2, which was 6771 This file was extended by $as_me, which was
6780 generated by GNU Autoconf 2.69. Invocation command line was 6772 generated by GNU Autoconf 2.69. Invocation command line was
6781 6773
6782 CONFIG_FILES = $CONFIG_FILES 6774 CONFIG_FILES = $CONFIG_FILES
6783 CONFIG_HEADERS = $CONFIG_HEADERS 6775 CONFIG_HEADERS = $CONFIG_HEADERS
6784 CONFIG_LINKS = $CONFIG_LINKS 6776 CONFIG_LINKS = $CONFIG_LINKS
6821 instantiate the configuration file FILE 6813 instantiate the configuration file FILE
6822 6814
6823 Configuration files: 6815 Configuration files:
6824 $config_files 6816 $config_files
6825 6817
6826 Report bugs to <cannam@all-day-breakfast.com>." 6818 Report bugs to the package provider."
6827 6819
6828 _ACEOF 6820 _ACEOF
6829 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6821 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6830 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 6822 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6831 ac_cs_version="\\ 6823 ac_cs_version="\\
6832 Sonic Annotator config.status 1.2 6824 config.status
6833 configured by $0, generated by GNU Autoconf 2.69, 6825 configured by $0, generated by GNU Autoconf 2.69,
6834 with options \\"\$ac_cs_config\\" 6826 with options \\"\$ac_cs_config\\"
6835 6827
6836 Copyright (C) 2012 Free Software Foundation, Inc. 6828 Copyright (C) 2012 Free Software Foundation, Inc.
6837 This config.status script is free software; the Free Software Foundation 6829 This config.status script is free software; the Free Software Foundation
6940 # Handling of arguments. 6932 # Handling of arguments.
6941 for ac_config_target in $ac_config_targets 6933 for ac_config_target in $ac_config_targets
6942 do 6934 do
6943 case $ac_config_target in 6935 case $ac_config_target in
6944 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;; 6936 "config.pri") CONFIG_FILES="$CONFIG_FILES config.pri" ;;
6945 "version.h") CONFIG_FILES="$CONFIG_FILES version.h" ;;
6946 6937
6947 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 6938 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6948 esac 6939 esac
6949 done 6940 done
6950 6941