X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fgdome_xslt%2Fconfigure.ac;h=651875dd8de883001a16f03515d99e809bf5bd92;hb=d2c60bae1c4badba0a0f29e3fd2faed6d3a1869e;hp=cc6b8f6e4bd313da7c0b72fc5e57ac1f46c0f9d8;hpb=3d86b8880cb167070cfb6b4a8d486d1beffe0100;p=helm.git diff --git a/helm/DEVEL/gdome_xslt/configure.ac b/helm/DEVEL/gdome_xslt/configure.ac index cc6b8f6e4..651875dd8 100644 --- a/helm/DEVEL/gdome_xslt/configure.ac +++ b/helm/DEVEL/gdome_xslt/configure.ac @@ -3,7 +3,7 @@ AC_INIT AC_CONFIG_SRCDIR([C/gdome_xslt/gdome_xslt.h]) PACKAGE=gdome2-xslt -VERSION=0.0.3 +VERSION=0.0.4 VERSION_INFO=`echo $VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'` AC_SUBST(VERSION_INFO) @@ -193,12 +193,11 @@ AC_CONFIG_FILES([ C++/gdome_xslt/Makefile C++/test/Makefile C++/Makefile - gdome_xslt_cpp_smart-config + ocaml/Makefile + ocaml/gdome_xslt/Makefile + ocaml/gdome_xslt/META + ocaml/test/Makefile + gdome_xslt_cpp_smart-config test_files/Makefile]) AC_CONFIG_COMMANDS([default],[[chmod +x gdome_xslt_cpp_smart-config]],[[]]) AC_OUTPUT -# ocaml/Makefile -# ocaml/gdome_xslt/Makefile -# ocaml/gdome_xslt/META -# ocaml/test/Makefile -