Mercurial > hg > svapp
diff configure.ac @ 199:799ef3b24c21
* Update build system
author | Chris Cannam |
---|---|
date | Wed, 22 Sep 2010 11:32:36 +0100 |
parents | 78336f4b8935 |
children | 2c33d6bbea15 |
line wrap: on
line diff
--- a/configure.ac Wed Sep 22 11:12:06 2010 +0100 +++ b/configure.ac Wed Sep 22 11:32:36 2010 +0100 @@ -1,7 +1,7 @@ -AC_INIT(SVcore, 1.8, cannam@all-day-breakfast.com) +AC_INIT(SVapp, 1.8, cannam@all-day-breakfast.com) -AC_CONFIG_SRCDIR(base/base.pro) +AC_CONFIG_SRCDIR(framework/Document.h) # Autoconf will set CXXFLAGS; we don't usually want it to, because we # either define our own flags (at least if GCC is in use) or else use