From d0779800f72f682f5b2a874e8bcde1caadbf5a5d Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 10 Oct 2006 08:04:36 +0000 Subject: Added summary to configure.in --- configure.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 1196160..ec86fcb 100644 --- a/configure.in +++ b/configure.in @@ -173,3 +173,27 @@ AC_CONFIG_FILES([doc/documentation.doxygen 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} + + -- cgit v1.2.3