Mercurial > hg > svgui
comparison configure.ac @ 565:0b0377d471ac
* Update build system
author | Chris Cannam |
---|---|
date | Wed, 22 Sep 2010 11:28:58 +0100 |
parents | 7fb9b939722f |
children | 8c3f66fa574f |
comparison
equal
deleted
inserted
replaced
564:7fb9b939722f | 565:0b0377d471ac |
---|---|
1 | 1 |
2 AC_INIT(SVcore, 1.8, cannam@all-day-breakfast.com) | 2 AC_INIT(SVgui, 1.8, cannam@all-day-breakfast.com) |
3 | 3 |
4 AC_CONFIG_SRCDIR(base/base.pro) | 4 AC_CONFIG_SRCDIR(widgets/Fader.h) |
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 |
8 # the user's preferences. We need to ensure CXXFLAGS is only set if | 8 # the user's preferences. We need to ensure CXXFLAGS is only set if |
9 # the user has expressly set it. So, save the user's (or empty) | 9 # the user has expressly set it. So, save the user's (or empty) |