comparison configure.ac @ 648:fd82ea0fc9f4

* Update SRCDIR for new layout, regenerate configure
author Chris Cannam
date Wed, 22 Sep 2010 11:24:20 +0100
parents bd347bc308d6
children ba986753c3dd
comparison
equal deleted inserted replaced
647:c224dfa749a2 648:fd82ea0fc9f4
1 1
2 AC_INIT(SVcore, 1.8, cannam@all-day-breakfast.com) 2 AC_INIT(SVcore, 1.8, cannam@all-day-breakfast.com)
3 3
4 AC_CONFIG_SRCDIR(base/base.pro) 4 AC_CONFIG_SRCDIR(base/Pitch.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)