Mercurial > hg > libxtract
diff configure.in @ 27:43332188a780
PD example fixes
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Wed, 18 Oct 2006 19:54:26 +0000 |
parents | 6417baefffc8 |
children | a9154a4599c2 |
line wrap: on
line diff
--- a/configure.in Wed Oct 18 18:33:09 2006 +0000 +++ b/configure.in Wed Oct 18 19:54:26 2006 +0000 @@ -205,9 +205,10 @@ echo echo "**************************************************************" +echo echo "Summary:" - -echo you are using the ${host} architecture +echo +dnl echo you are using the ${host} architecture if test "$vector" = "true"; then echo "Fftw3: yes (using fftw3f)" @@ -215,11 +216,18 @@ echo "Fftw3: no (not using fftw3, the vector functions will not work)" fi if test "$pd_example" = "true"; then - echo "PD external: yes" + echo "PD external: yes" + echo + echo "The PD help files will be installed in:" + echo ${prefix}"/lib/doc/5.reference/xtract/" + echo "You must make sure that this is in your PD help path" else echo "PD external: no" fi +echo echo "**************************************************************" +echo echo Configuration completed successfully. Type \'make\' to build ${PACKAGE} +echo