Mercurial > hg > svgui
changeset 614:7ac63919fd52
Minor tidy in configure
author | Chris Cannam |
---|---|
date | Tue, 21 Aug 2012 13:29:22 +0100 |
parents | ae478f548ecb |
children | 156a120345ae |
files | configure configure.ac |
diffstat | 2 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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"])