# HG changeset patch # User Chris Cannam # Date 1345552162 -3600 # Node ID 7ac63919fd52761b5ffc2cf3a4686b2e4ee88932 # Parent ae478f548ecb9014ac5b0e92b18beac64c69bb7b Minor tidy in configure diff -r ae478f548ecb -r 7ac63919fd52 configure --- a/configure Tue Jul 17 12:49:00 2012 +0100 +++ b/configure Tue Aug 21 13:29:22 2012 +0100 @@ -624,7 +624,6 @@ ac_subst_vars='LTLIBOBJS LIBOBJS -CODENAME QMAKE_CONFIG HAVES CXXFLAGS_MINIMAL @@ -6873,10 +6872,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 ae478f548ecb -r 7ac63919fd52 configure.ac --- a/configure.ac Tue Jul 17 12:49:00 2012 +0100 +++ b/configure.ac Tue Aug 21 13:29:22 2012 +0100 @@ -110,9 +110,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"])