source: gs3-extensions/audioDB/trunk/src/src/fftExtract-configure.ac@ 24321

Last change on this file since 24321 was 24321, checked in by davidb, 13 years ago

include of fftExtract as supporting component from Queen Marys

File size: 203 bytes
RevLine 
[24321]1AC_INIT()
2AC_CONFIG_HEADER(config.h)
3
4PACKAGE=audioDB
5VERSION=-svn
6AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
7AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
8AC_SUBST(PACKAGE)
9AC_SUBST(VERSION)
10
11AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.