comparison configure.ac @ 214:14db41423fc3

Don't write version.h, it's now tracked
author Chris Cannam
date Thu, 05 Nov 2015 15:17:59 +0000
parents c71d6ae15882
children 6153429ebf89
comparison
equal deleted inserted replaced
211:c7ebacdbbb22 214:14db41423fc3
1 1
2 AC_INIT([Sonic Annotator], [1.2], cannam@all-day-breakfast.com) 2 AC_INIT([Sonic Annotator], [], cannam@all-day-breakfast.com)
3 3
4 AC_CONFIG_SRCDIR(runner/main.cpp) 4 AC_CONFIG_SRCDIR(runner/main.cpp)
5 5
6 # Autoconf will set CXXFLAGS; we don't usually want it to, because we 6 # Autoconf will set CXXFLAGS; we don't usually want it to, because we
7 # either define our own flags (at least if GCC is in use) or else use 7 # either define our own flags (at least if GCC is in use) or else use
106 AC_SUBST(CXX) 106 AC_SUBST(CXX)
107 107
108 AC_SUBST(QMAKE_CONFIG) 108 AC_SUBST(QMAKE_CONFIG)
109 109
110 AC_CONFIG_SUBDIRS([svcore]) 110 AC_CONFIG_SUBDIRS([svcore])
111 AC_CONFIG_FILES([config.pri version.h]) 111 AC_CONFIG_FILES([config.pri])
112 112
113 AC_OUTPUT 113 AC_OUTPUT
114 114
115 if ! $QMAKE -r sonic-annotator.pro; then 115 if ! $QMAKE -r sonic-annotator.pro; then
116 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) 116 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])