diff configure.ac @ 517:a830a57084c2

Rework to use hg subrepos
author Chris Cannam
date Tue, 21 Aug 2012 13:36:28 +0100
parents 830d5d989660
children cc4ff6fde597
line wrap: on
line diff
--- a/configure.ac	Mon Jul 16 15:31:09 2012 +0100
+++ b/configure.ac	Tue Aug 21 13:36:28 2012 +0100
@@ -114,10 +114,10 @@
 
 AC_SUBST(QMAKE_CONFIG)
 
-AC_SUBST(CODENAME)
+AC_CONFIG_SUBDIRS([svcore svgui svapp])
+AC_CONFIG_FILES([config.pri version.h])
 
-AC_OUTPUT([config.pri])
-AC_OUTPUT([version.h])
+AC_OUTPUT
 
 if ! $QMAKE -r; then
    AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])