# HG changeset patch # User Jamie Bullock # Date 1160467476 0 # Node ID 57c86571561948317faf1e4f55538b7d24cf2c31 # Parent b424f279dfa3674ed0735a1cfa030f0184ac0482 Added summary to configure.in diff -r b424f279dfa3 -r 57c865715619 configure.in --- 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} + +