comparison configure.ac @ 222:6153429ebf89

Update acinclude files to look for qt5-qmake as well as qmake-qt5
author Chris Cannam
date Sat, 30 Jan 2016 12:11:47 +0000
parents 14db41423fc3
children 382f33b7f00e
comparison
equal deleted inserted replaced
221:b1ac129e2c00 222:6153429ebf89
22 22
23 AC_PROG_CC 23 AC_PROG_CC
24 AC_PROG_CXX 24 AC_PROG_CXX
25 AC_PROG_INSTALL 25 AC_PROG_INSTALL
26 AC_PROG_MKDIR_P 26 AC_PROG_MKDIR_P
27
28 # We are daringly making use of C++11 now
29 AX_CXX_COMPILE_STDCXX_11(noext)
27 30
28 AC_HEADER_STDC 31 AC_HEADER_STDC
29 32
30 # These are the flags Autoconf guesses for us; we use them later if 33 # These are the flags Autoconf guesses for us; we use them later if
31 # the user has set none and we are not using GCC (so lack our own 34 # the user has set none and we are not using GCC (so lack our own