automake warns about this, telling us to set AM_CXXFLAGS and AM_LDFLAGS instead.
This fixes respecting LDFLAGS in particular (the CXXFLAGS one was harmless).
Signed-off-by: Sam James <sam@gentoo.org>
Fix compiler flags in SoundTouchDLL/Makefile.am so that flags inherited
from master makefile get included.
Signed-off-by: Olli Parviainen <oparviai'at'iki.fi>
- Migrate configuration.ac file to new autotools
- add building of also the dynamic-link version within
'source/SoundTouchDLL' directory from the main-level makefile
- add a simple lazarus/pascal example project that uses the dynamic-link
version of the SoundTouch library
Signed-off-by: Olli <oparviai'at'iki.fi>