added full RelaxNG based config file syntax checking
[metaproxy-moved-to-github.git] / configure.ac
index 8eeb7f8..99acb1e 100644 (file)
@@ -105,6 +105,9 @@ AC_CONFIG_FILES([
        Makefile
        src/Makefile
        src/Jamfile
+       xml/Makefile
+       xml/schema/Makefile
+       xml/xslt/Makefile
        doc/Makefile
        doc/local.ent
         doc/common/Makefile
@@ -117,11 +120,14 @@ AC_OUTPUT
 
 # postamble
 
+
 echo \
 "------------------------------------------------------------------------
-Configuration:
 
+  Package:                    ${PACKAGE}
+  Version:                    ${VERSION}
   Source code location:       ${srcdir}
+  CPP Preprocessor:           ${CPP}
   CPP Preprocessor flags:     ${CPPFLAGS}
   CXX Compiler:               ${CXX}
   CXX Compiler flags:         ${CXXFLAGS}
@@ -130,5 +136,12 @@ Configuration:
   Host System Type:           ${host}
   Install path:               ${prefix}
   Automake:                   ${AUTOMAKE}
+  Archiver:                   ${AR}
+  Ranlib:                     ${RANLIB}
+  YAZPP Version:              ${YAZPPVERSION}
+  YAZPP Include:              ${YAZPPINC}
+  YAZPP La Lib:               ${YAZPPLALIB}
+  YAZPP Lib:                  ${YAZPPLIB}
+  Bugreport:                  ${PACKAGE_BUGREPORT}
 
 ------------------------------------------------------------------------"