comparison configure @ 545:724ded575041 qt5

Check for qmake-qt5, not qt4; regenerate configure; update subrepos
author Chris Cannam
date Fri, 26 Apr 2013 16:41:27 +0100
parents cc4ff6fde597
children 8103ad8eef87
comparison
equal deleted inserted replaced
530:29d93dcd022a 545:724ded575041
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 Visualiser 2.0. 3 # Generated by GNU Autoconf 2.69 for Sonic Visualiser 2.0.1.
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='Sonic Visualiser' 581 PACKAGE_NAME='Sonic Visualiser'
582 PACKAGE_TARNAME='sonic-visualiser' 582 PACKAGE_TARNAME='sonic-visualiser'
583 PACKAGE_VERSION='2.0' 583 PACKAGE_VERSION='2.0.1'
584 PACKAGE_STRING='Sonic Visualiser 2.0' 584 PACKAGE_STRING='Sonic Visualiser 2.0.1'
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="main/main.cpp" 588 ac_unique_file="main/main.cpp"
589 # Factoring default headers for most tests. 589 # Factoring default headers for most tests.
1327 # 1327 #
1328 if test "$ac_init_help" = "long"; then 1328 if test "$ac_init_help" = "long"; then
1329 # Omit some internal or obsolete options to make the list less imposing. 1329 # Omit some internal or obsolete options to make the list less imposing.
1330 # This message is too long to be a string in the A/UX 3.1 sh. 1330 # This message is too long to be a string in the A/UX 3.1 sh.
1331 cat <<_ACEOF 1331 cat <<_ACEOF
1332 \`configure' configures Sonic Visualiser 2.0 to adapt to many kinds of systems. 1332 \`configure' configures Sonic Visualiser 2.0.1 to adapt to many kinds of systems.
1333 1333
1334 Usage: $0 [OPTION]... [VAR=VALUE]... 1334 Usage: $0 [OPTION]... [VAR=VALUE]...
1335 1335
1336 To assign environment variables (e.g., CC, CFLAGS...), specify them as 1336 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1337 VAR=VALUE. See below for descriptions of some of the useful variables. 1337 VAR=VALUE. See below for descriptions of some of the useful variables.
1389 _ACEOF 1389 _ACEOF
1390 fi 1390 fi
1391 1391
1392 if test -n "$ac_init_help"; then 1392 if test -n "$ac_init_help"; then
1393 case $ac_init_help in 1393 case $ac_init_help in
1394 short | recursive ) echo "Configuration of Sonic Visualiser 2.0:";; 1394 short | recursive ) echo "Configuration of Sonic Visualiser 2.0.1:";;
1395 esac 1395 esac
1396 cat <<\_ACEOF 1396 cat <<\_ACEOF
1397 1397
1398 Optional Features: 1398 Optional Features:
1399 --disable-option-checking ignore unrecognized --enable/--with options 1399 --disable-option-checking ignore unrecognized --enable/--with options
1540 fi 1540 fi
1541 1541
1542 test -n "$ac_init_help" && exit $ac_status 1542 test -n "$ac_init_help" && exit $ac_status
1543 if $ac_init_version; then 1543 if $ac_init_version; then
1544 cat <<\_ACEOF 1544 cat <<\_ACEOF
1545 Sonic Visualiser configure 2.0 1545 Sonic Visualiser configure 2.0.1
1546 generated by GNU Autoconf 2.69 1546 generated by GNU Autoconf 2.69
1547 1547
1548 Copyright (C) 2012 Free Software Foundation, Inc. 1548 Copyright (C) 2012 Free Software Foundation, Inc.
1549 This configure script is free software; the Free Software Foundation 1549 This configure script is free software; the Free Software Foundation
1550 gives unlimited permission to copy, distribute and modify it. 1550 gives unlimited permission to copy, distribute and modify it.
1880 } # ac_fn_cxx_try_link 1880 } # ac_fn_cxx_try_link
1881 cat >config.log <<_ACEOF 1881 cat >config.log <<_ACEOF
1882 This file contains any messages produced by compilers while 1882 This file contains any messages produced by compilers while
1883 running configure, to aid debugging if configure makes a mistake. 1883 running configure, to aid debugging if configure makes a mistake.
1884 1884
1885 It was created by Sonic Visualiser $as_me 2.0, which was 1885 It was created by Sonic Visualiser $as_me 2.0.1, which was
1886 generated by GNU Autoconf 2.69. Invocation command line was 1886 generated by GNU Autoconf 2.69. Invocation command line was
1887 1887
1888 $ $0 $@ 1888 $ $0 $@
1889 1889
1890 _ACEOF 1890 _ACEOF
3972 3972
3973 3973
3974 3974
3975 3975
3976 if test x$QMAKE = x ; then 3976 if test x$QMAKE = x ; then
3977 # Extract the first word of "qmake-qt4", so it can be a program name with args. 3977 # Extract the first word of "qmake-qt5", so it can be a program name with args.
3978 set dummy qmake-qt4; ac_word=$2 3978 set dummy qmake-qt5; ac_word=$2
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3980 $as_echo_n "checking for $ac_word... " >&6; } 3980 $as_echo_n "checking for $ac_word... " >&6; }
3981 if ${ac_cv_prog_QMAKE+:} false; then : 3981 if ${ac_cv_prog_QMAKE+:} false; then :
3982 $as_echo_n "(cached) " >&6 3982 $as_echo_n "(cached) " >&6
3983 else 3983 else
3989 do 3989 do
3990 IFS=$as_save_IFS 3990 IFS=$as_save_IFS
3991 test -z "$as_dir" && as_dir=. 3991 test -z "$as_dir" && as_dir=.
3992 for ac_exec_ext in '' $ac_executable_extensions; do 3992 for ac_exec_ext in '' $ac_executable_extensions; do
3993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3994 ac_cv_prog_QMAKE="$QTDIR/bin/qmake-qt4" 3994 ac_cv_prog_QMAKE="$QTDIR/bin/qmake-qt5"
3995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3996 break 2 3996 break 2
3997 fi 3997 fi
3998 done 3998 done
3999 done 3999 done
4089 fi 4089 fi
4090 4090
4091 4091
4092 fi 4092 fi
4093 if test x$QMAKE = x ; then 4093 if test x$QMAKE = x ; then
4094 # Extract the first word of "qmake-qt4", so it can be a program name with args. 4094 # Extract the first word of "qmake-qt5", so it can be a program name with args.
4095 set dummy qmake-qt4; ac_word=$2 4095 set dummy qmake-qt5; ac_word=$2
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4097 $as_echo_n "checking for $ac_word... " >&6; } 4097 $as_echo_n "checking for $ac_word... " >&6; }
4098 if ${ac_cv_prog_QMAKE+:} false; then : 4098 if ${ac_cv_prog_QMAKE+:} false; then :
4099 $as_echo_n "(cached) " >&6 4099 $as_echo_n "(cached) " >&6
4100 else 4100 else
4106 do 4106 do
4107 IFS=$as_save_IFS 4107 IFS=$as_save_IFS
4108 test -z "$as_dir" && as_dir=. 4108 test -z "$as_dir" && as_dir=.
4109 for ac_exec_ext in '' $ac_executable_extensions; do 4109 for ac_exec_ext in '' $ac_executable_extensions; do
4110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4110 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4111 ac_cv_prog_QMAKE="qmake-qt4" 4111 ac_cv_prog_QMAKE="qmake-qt5"
4112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 4112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4113 break 2 4113 break 2
4114 fi 4114 fi
4115 done 4115 done
4116 done 4116 done
4168 4168
4169 4169
4170 fi 4170 fi
4171 if test x$QMAKE = x ; then 4171 if test x$QMAKE = x ; then
4172 as_fn_error $? " 4172 as_fn_error $? "
4173 Failed to find the required qmake-qt4 or qmake program. Please 4173 Failed to find the required qmake-qt5 or qmake program. Please
4174 ensure you have the necessary Qt4 development files installed, and 4174 ensure you have the necessary Qt5 development files installed, and
4175 if necessary set QTDIR to the location of your Qt4 installation. 4175 if necessary set QTDIR to the location of your Qt5 installation.
4176 " "$LINENO" 5 4176 " "$LINENO" 5
4177 fi 4177 fi
4178 4178
4179 # Suitable versions of qmake should print out something like: 4179 # Suitable versions of qmake should print out something like:
4180 # 4180 #
4184 # This may be translated, so we check only for the numbers (2.x and 4.x 4184 # This may be translated, so we check only for the numbers (2.x and 4.x
4185 # in that order). 4185 # in that order).
4186 # 4186 #
4187 QMAKE_VERSION_OUTPUT=`$QMAKE -v` 4187 QMAKE_VERSION_OUTPUT=`$QMAKE -v`
4188 case "$QMAKE_VERSION_OUTPUT" in 4188 case "$QMAKE_VERSION_OUTPUT" in
4189 *2.*4.*) ;; 4189 *5.*) ;;
4190 *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 4190 *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
4191 *** The version of qmake found in \"$QMAKE\" looks like it might be 4191 *** The version of qmake found in \"$QMAKE\" looks like it might be
4192 from the wrong version of Qt (Qt4 is required). Please check 4192 from the wrong version of Qt (Qt5 is required). Please check
4193 that this is the correct version of qmake for Qt4 builds. 4193 that this is the correct version of qmake for Qt5 builds.
4194 " >&5 4194 " >&5
4195 $as_echo "$as_me: WARNING: 4195 $as_echo "$as_me: WARNING:
4196 *** The version of qmake found in \"$QMAKE\" looks like it might be 4196 *** The version of qmake found in \"$QMAKE\" looks like it might be
4197 from the wrong version of Qt (Qt4 is required). Please check 4197 from the wrong version of Qt (Qt5 is required). Please check
4198 that this is the correct version of qmake for Qt4 builds. 4198 that this is the correct version of qmake for Qt5 builds.
4199 " >&2;} 4199 " >&2;}
4200 esac 4200 esac
4201 4201
4202 case "`uname`" in 4202 case "`uname`" in
4203 *Darwin*) QMAKE="$QMAKE -spec macx-g++";; 4203 *Darwin*) QMAKE="$QMAKE -spec macx-g++";;
7744 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 7744 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7745 # Save the log message, to keep $0 and so on meaningful, and to 7745 # Save the log message, to keep $0 and so on meaningful, and to
7746 # report actual input values of CONFIG_FILES etc. instead of their 7746 # report actual input values of CONFIG_FILES etc. instead of their
7747 # values after options handling. 7747 # values after options handling.
7748 ac_log=" 7748 ac_log="
7749 This file was extended by Sonic Visualiser $as_me 2.0, which was 7749 This file was extended by Sonic Visualiser $as_me 2.0.1, which was
7750 generated by GNU Autoconf 2.69. Invocation command line was 7750 generated by GNU Autoconf 2.69. Invocation command line was
7751 7751
7752 CONFIG_FILES = $CONFIG_FILES 7752 CONFIG_FILES = $CONFIG_FILES
7753 CONFIG_HEADERS = $CONFIG_HEADERS 7753 CONFIG_HEADERS = $CONFIG_HEADERS
7754 CONFIG_LINKS = $CONFIG_LINKS 7754 CONFIG_LINKS = $CONFIG_LINKS
7797 7797
7798 _ACEOF 7798 _ACEOF
7799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 7799 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7800 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 7800 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7801 ac_cs_version="\\ 7801 ac_cs_version="\\
7802 Sonic Visualiser config.status 2.0 7802 Sonic Visualiser config.status 2.0.1
7803 configured by $0, generated by GNU Autoconf 2.69, 7803 configured by $0, generated by GNU Autoconf 2.69,
7804 with options \\"\$ac_cs_config\\" 7804 with options \\"\$ac_cs_config\\"
7805 7805
7806 Copyright (C) 2012 Free Software Foundation, Inc. 7806 Copyright (C) 2012 Free Software Foundation, Inc.
7807 This config.status script is free software; the Free Software Foundation 7807 This config.status script is free software; the Free Software Foundation