# HG changeset patch # User Chris Cannam # Date 1345552153 -3600 # Node ID f5aeda36d5bdf922d73850a4f15dc240421935c4 # Parent c9504737889a46d275d0a1dd10750542a6f0907c Minor tidy in configure diff -r c9504737889a -r f5aeda36d5bd configure --- a/configure Tue Jul 17 15:09:25 2012 +0100 +++ b/configure Tue Aug 21 13:29:13 2012 +0100 @@ -624,7 +624,6 @@ ac_subst_vars='LTLIBOBJS LIBOBJS -CODENAME QMAKE_CONFIG HAVES CXXFLAGS_MINIMAL @@ -7032,10 +7031,9 @@ - - ac_config_files="$ac_config_files config.pri" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure diff -r c9504737889a -r f5aeda36d5bd configure.ac --- a/configure.ac Tue Jul 17 15:09:25 2012 +0100 +++ b/configure.ac Tue Aug 21 13:29:13 2012 +0100 @@ -111,9 +111,9 @@ AC_SUBST(QMAKE_CONFIG) -AC_SUBST(CODENAME) +AC_CONFIG_FILES([config.pri]) -AC_OUTPUT([config.pri]) +AC_OUTPUT if ! $QMAKE -r; then AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])