]> Creatis software - gdcm.git/blobdiff - configure.in
ENH: Some cosmetic cleanup of gdcmFile, main changes are: lgrTotal -> ImageDataSize...
[gdcm.git] / configure.in
index 492bbad633915ada5e121e63589de8df90496084..7164f9a490ee880432a240006aff4540f9c62259 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(src/gdcmDict.cxx)
 
-AM_INIT_AUTOMAKE(gdcm, 0.1.0)
+AM_INIT_AUTOMAKE(gdcm, 0.3.0)
 AM_MAINTAINER_MODE
 AM_CONFIG_HEADER(src/config.h)
 
@@ -62,7 +62,7 @@ AC_ARG_ENABLE(python,
 dnl AC_MSG_RESULT($enable_python)
 build_python=no
 if test "yes" = "$enable_python"; then
-    AM_PATH_PYTHON(2.0)
+    AM_PATH_PYTHON(2.0.0)
     if test -n "$PYTHON"; then
         AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
         build_python=yes;
@@ -85,6 +85,8 @@ gdcm.spec
 src/Makefile
 src/jpeg/Makefile
 src/jpeg/libijg8/Makefile
+src/jpeg/libijg12/Makefile
+src/jpeg/ljpg/Makefile
 gdcmPython/Makefile
 Test/Makefile
 Dicts/Makefile