Mercurial > hg > sonic-visualiser
comparison configure.ac @ 521:cc4ff6fde597
Include name of project file, in case it differs from directory name
author | Chris Cannam |
---|---|
date | Sun, 25 Nov 2012 18:10:07 +0000 |
parents | a830a57084c2 |
children | 4d93fb9d53c8 |
comparison
equal
deleted
inserted
replaced
520:df7556724a22 | 521:cc4ff6fde597 |
---|---|
117 AC_CONFIG_SUBDIRS([svcore svgui svapp]) | 117 AC_CONFIG_SUBDIRS([svcore svgui svapp]) |
118 AC_CONFIG_FILES([config.pri version.h]) | 118 AC_CONFIG_FILES([config.pri version.h]) |
119 | 119 |
120 AC_OUTPUT | 120 AC_OUTPUT |
121 | 121 |
122 if ! $QMAKE -r; then | 122 if ! $QMAKE -r sonic-visualiser.pro; then |
123 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) | 123 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) |
124 fi | 124 fi |
125 | 125 |
126 AC_MSG_NOTICE([ | 126 AC_MSG_NOTICE([ |
127 | 127 |