X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=configure.in;h=7164f9a490ee880432a240006aff4540f9c62259;hb=398de28036f1804dd0a77d5b715315f014253496;hp=492bbad633915ada5e121e63589de8df90496084;hpb=a26e6f06a76ec85504cf65288e7c47f2cd728641;p=gdcm.git diff --git a/configure.in b/configure.in index 492bbad6..7164f9a4 100644 --- a/configure.in +++ b/configure.in @@ -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