Mercurial > hg > tony
comparison configure.ac @ 352:7178bb4dcdfb v0.6
Icons
author | Chris Cannam |
---|---|
date | Mon, 16 Jun 2014 13:04:09 +0100 |
parents | 69c22ec29698 |
children | 56109ef020b4 ffd1a89a68fa |
comparison
equal
deleted
inserted
replaced
351:dc3412006b73 | 352:7178bb4dcdfb |
---|---|
1 | 1 |
2 AC_INIT([Tony], 0.5, cannam@all-day-breakfast.com) | 2 AC_INIT([Tony], 0.6, cannam@all-day-breakfast.com) |
3 | 3 |
4 AC_CONFIG_SRCDIR(src/main.cpp) | 4 AC_CONFIG_SRCDIR(src/main.cpp) |
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 |