changeset 746:f5aeda36d5bd

Minor tidy in configure
author Chris Cannam
date Tue, 21 Aug 2012 13:29:13 +0100
parents c9504737889a
children 523e97d0f6eb
files configure configure.ac
diffstat 2 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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"])