Mercurial > hg > libxtract
changeset 16:57c865715619
Added summary to configure.in
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Tue, 10 Oct 2006 08:04:36 +0000 |
parents | b424f279dfa3 |
children | 3194fd1b6205 |
files | configure.in |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Oct 10 07:48:30 2006 +0000 +++ b/configure.in Tue Oct 10 08:04:36 2006 +0000 @@ -173,3 +173,27 @@ libxtract.pc]) AC_OUTPUT(Makefile src/Makefile xtract/Makefile doc/Makefile examples/Makefile examples/puredata/Makefile) + +echo +echo "**************************************************************" +echo "Summary:" + + +if test "${BUILD_VECTOR}" = "1"; then + echo "Fftw3: yes (using fftw3f)" +else +if test "${BUILD_VECTOR}" = "1"; then + echo "Fftw3: yes (not using fftw3f)" +else + echo "Fftw3: no (that should not happen)" +fi +fi +if test "${BUILD_PD_EXAMPLE}" = "1"; then + echo "PD external: yes" +else + echo "PD external: no" +fi +echo "**************************************************************" +echo Configuration completed successfully. Type \'make\' to build ${PACKAGE} + +