Mercurial > hg > sonic-annotator
diff configure.ac @ 67:512e5ff16395
Rework to use hg subrepos
author | Chris Cannam |
---|---|
date | Tue, 21 Aug 2012 13:36:13 +0100 |
parents | ace08e6519a9 |
children | a199109a692a |
line wrap: on
line diff
--- a/configure.ac Tue Jul 17 17:28:12 2012 +0100 +++ b/configure.ac Tue Aug 21 13:36:13 2012 +0100 @@ -111,10 +111,10 @@ AC_SUBST(QMAKE_CONFIG) -AC_SUBST(CODENAME) +AC_CONFIG_SUBDIRS([svcore]) +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"])