comparison configure @ 355:56109ef020b4 warnfix_no_size_t

Configure stuff and fixes for -Werror
author Chris Cannam
date Wed, 18 Jun 2014 09:13:25 +0100
parents 7d0d0cd59adb
children a0eedd10dee3
comparison
equal deleted inserted replaced
354:11ba706b1e7a 355:56109ef020b4
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 Tony 0.1. 3 # Generated by GNU Autoconf 2.69 for Tony 0.6.
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-1996, 1998-2012 Free Software Foundation, Inc. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
578 MAKEFLAGS= 578 MAKEFLAGS=
579 579
580 # Identity of this package. 580 # Identity of this package.
581 PACKAGE_NAME='Tony' 581 PACKAGE_NAME='Tony'
582 PACKAGE_TARNAME='tony' 582 PACKAGE_TARNAME='tony'
583 PACKAGE_VERSION='0.1' 583 PACKAGE_VERSION='0.6'
584 PACKAGE_STRING='Tony 0.1' 584 PACKAGE_STRING='Tony 0.6'
585 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' 585 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com'
586 PACKAGE_URL='' 586 PACKAGE_URL=''
587 587
588 ac_unique_file="src/main.cpp" 588 ac_unique_file="src/main.cpp"
589 # Factoring default headers for most tests. 589 # Factoring default headers for most tests.
1331 # 1331 #
1332 if test "$ac_init_help" = "long"; then 1332 if test "$ac_init_help" = "long"; then
1333 # Omit some internal or obsolete options to make the list less imposing. 1333 # Omit some internal or obsolete options to make the list less imposing.
1334 # This message is too long to be a string in the A/UX 3.1 sh. 1334 # This message is too long to be a string in the A/UX 3.1 sh.
1335 cat <<_ACEOF 1335 cat <<_ACEOF
1336 \`configure' configures Tony 0.1 to adapt to many kinds of systems. 1336 \`configure' configures Tony 0.6 to adapt to many kinds of systems.
1337 1337
1338 Usage: $0 [OPTION]... [VAR=VALUE]... 1338 Usage: $0 [OPTION]... [VAR=VALUE]...
1339 1339
1340 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1340 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1341 VAR=VALUE. See below for descriptions of some of the useful variables. 1341 VAR=VALUE. See below for descriptions of some of the useful variables.
1392 _ACEOF 1392 _ACEOF
1393 fi 1393 fi
1394 1394
1395 if test -n "$ac_init_help"; then 1395 if test -n "$ac_init_help"; then
1396 case $ac_init_help in 1396 case $ac_init_help in
1397 short | recursive ) echo "Configuration of Tony 0.1:";; 1397 short | recursive ) echo "Configuration of Tony 0.6:";;
1398 esac 1398 esac
1399 cat <<\_ACEOF 1399 cat <<\_ACEOF
1400 1400
1401 Optional Features: 1401 Optional Features:
1402 --disable-option-checking ignore unrecognized --enable/--with options 1402 --disable-option-checking ignore unrecognized --enable/--with options
1543 fi 1543 fi
1544 1544
1545 test -n "$ac_init_help" && exit $ac_status 1545 test -n "$ac_init_help" && exit $ac_status
1546 if $ac_init_version; then 1546 if $ac_init_version; then
1547 cat <<\_ACEOF 1547 cat <<\_ACEOF
1548 Tony configure 0.1 1548 Tony configure 0.6
1549 generated by GNU Autoconf 2.69 1549 generated by GNU Autoconf 2.69
1550 1550
1551 Copyright (C) 2012 Free Software Foundation, Inc. 1551 Copyright (C) 2012 Free Software Foundation, Inc.
1552 This configure script is free software; the Free Software Foundation 1552 This configure script is free software; the Free Software Foundation
1553 gives unlimited permission to copy, distribute and modify it. 1553 gives unlimited permission to copy, distribute and modify it.
1883 } # ac_fn_cxx_try_link 1883 } # ac_fn_cxx_try_link
1884 cat >config.log <<_ACEOF 1884 cat >config.log <<_ACEOF
1885 This file contains any messages produced by compilers while 1885 This file contains any messages produced by compilers while
1886 running configure, to aid debugging if configure makes a mistake. 1886 running configure, to aid debugging if configure makes a mistake.
1887 1887
1888 It was created by Tony $as_me 0.1, which was 1888 It was created by Tony $as_me 0.6, which was
1889 generated by GNU Autoconf 2.69. Invocation command line was 1889 generated by GNU Autoconf 2.69. Invocation command line was
1890 1890
1891 $ $0 $@ 1891 $ $0 $@
1892 1892
1893 _ACEOF 1893 _ACEOF
4220 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS" 4220 CXXFLAGS_DEBUG="$AUTOCONF_CXXFLAGS"
4221 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS" 4221 CXXFLAGS_RELEASE="$AUTOCONF_CXXFLAGS"
4222 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS" 4222 CXXFLAGS_MINIMAL="$AUTOCONF_CXXFLAGS"
4223 4223
4224 if test "x$GCC" = "xyes"; then 4224 if test "x$GCC" = "xyes"; then
4225 CXXFLAGS_DEBUG="-Wall -Woverloaded-virtual -Wextra -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe" 4225 CXXFLAGS_DEBUG="-Wall -Wextra -Werror -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -g -pipe"
4226 CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe" 4226 CXXFLAGS_RELEASE="-g0 -O2 -Wall -pipe"
4227 CXXFLAGS_MINIMAL="-g0 -O0" 4227 CXXFLAGS_MINIMAL="-g0 -O0"
4228 fi 4228 fi
4229 4229
4230 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE" 4230 CXXFLAGS_BUILD="$CXXFLAGS_RELEASE"
7899 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 7899 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7900 # Save the log message, to keep $0 and so on meaningful, and to 7900 # Save the log message, to keep $0 and so on meaningful, and to
7901 # report actual input values of CONFIG_FILES etc. instead of their 7901 # report actual input values of CONFIG_FILES etc. instead of their
7902 # values after options handling. 7902 # values after options handling.
7903 ac_log=" 7903 ac_log="
7904 This file was extended by Tony $as_me 0.1, which was 7904 This file was extended by Tony $as_me 0.6, which was
7905 generated by GNU Autoconf 2.69. Invocation command line was 7905 generated by GNU Autoconf 2.69. Invocation command line was
7906 7906
7907 CONFIG_FILES = $CONFIG_FILES 7907 CONFIG_FILES = $CONFIG_FILES
7908 CONFIG_HEADERS = $CONFIG_HEADERS 7908 CONFIG_HEADERS = $CONFIG_HEADERS
7909 CONFIG_LINKS = $CONFIG_LINKS 7909 CONFIG_LINKS = $CONFIG_LINKS
7952 7952
7953 _ACEOF 7953 _ACEOF
7954 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7954 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7955 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 7955 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7956 ac_cs_version="\\ 7956 ac_cs_version="\\
7957 Tony config.status 0.1 7957 Tony config.status 0.6
7958 configured by $0, generated by GNU Autoconf 2.69, 7958 configured by $0, generated by GNU Autoconf 2.69,
7959 with options \\"\$ac_cs_config\\" 7959 with options \\"\$ac_cs_config\\"
7960 7960
7961 Copyright (C) 2012 Free Software Foundation, Inc. 7961 Copyright (C) 2012 Free Software Foundation, Inc.
7962 This config.status script is free software; the Free Software Foundation 7962 This config.status script is free software; the Free Software Foundation