X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=configure.in;h=7164f9a490ee880432a240006aff4540f9c62259;hb=398de28036f1804dd0a77d5b715315f014253496;hp=a9845e09807f651c140b37428bf9ed78210af6fb;hpb=00bc08e9b8fd5aadac41221a071783ef3d485f94;p=gdcm.git diff --git a/configure.in b/configure.in index a9845e09..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; @@ -83,6 +83,10 @@ AC_OUTPUT([ Makefile 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