X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=7d12e1c6c80410f50830cc473d142677af32ea70;hb=773f4e14ac669452dae28bb411384fce2c18e06a;hp=a2131f09ec2582339dc46721854f724e99d7a09a;hpb=8acdfb7a90bd20104f67a2b1dfc9023c54473422;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index a2131f0..7d12e1c 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ fi YAZ_DOC AC_CONFIG_FILES([ + Doxyfile Makefile src/Makefile doc/Makefile @@ -34,3 +35,35 @@ AC_CONFIG_FILES([ ]) AC_OUTPUT + + +echo \ +"------------------------------------------------------------------------ + + Package: ${PACKAGE} + Version: ${VERSION} + Source code location: ${srcdir} + C Preprocessor: ${CPP} + C Preprocessor flags: ${CPPFLAGS} + C Compiler: ${CC} + C Compiler flags: ${CFLAGS} + Linker flags: ${LDFLAGS} + Linked libs: ${LIBS} + Host System Type: ${host} + Install path: ${prefix} + Automake: ${AUTOMAKE} + Archiver: ${AR} + Ranlib: ${RANLIB} + YAZ Version: ${YAZVERSION} + YAZ Include: ${YAZINC} + YAZ La Lib: ${YAZLALIB} + YAZ Lib: ${YAZLIB} + Bugreport: ${PACKAGE_BUGREPORT} + +------------------------------------------------------------------------" + +dnl Local Variables: +dnl mode:shell-script +dnl sh-indentation:2 +dnl sh-basic-offset: 4 +dnl End: