comparison configure.ac @ 199:799ef3b24c21

* Update build system
author Chris Cannam
date Wed, 22 Sep 2010 11:32:36 +0100
parents 78336f4b8935
children 2c33d6bbea15
comparison
equal deleted inserted replaced
198:78336f4b8935 199:799ef3b24c21
1 1
2 AC_INIT(SVcore, 1.8, cannam@all-day-breakfast.com) 2 AC_INIT(SVapp, 1.8, cannam@all-day-breakfast.com)
3 3
4 AC_CONFIG_SRCDIR(base/base.pro) 4 AC_CONFIG_SRCDIR(framework/Document.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)