X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=74e3f317c5c1136f0885938a45212f6ae18dc8f4;hb=250b2032101b132a29e935173034cc4393f76978;hp=bedb51ad44f8d73bfedaa00b3026e362ec7212a2;hpb=44af0118320a49c29a8b39abb4ec1009e4a29589;p=asdcplib.git diff --git a/configure.ac b/configure.ac index bedb51a..74e3f31 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -# Copyright (c) 2007-2015 John Hurst. All rights reserved. +# Copyright (c) 2007-2016 John Hurst. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -37,7 +37,7 @@ AC_PREREQ([2.59]) # For example, if asdcplib version 1.0.0 were modified to accomodate changes # in file format, and if no changes were made to AS_DCP.h, the new version would be # 1.0.1. If changes were also required in AS_DCP.h, the new version would be 1.1.1. -AC_INIT([asdcplib], [2.5.13], [asdcplib@cinecert.com]) +AC_INIT([asdcplib], [2.10.33], [asdcplib@cinecert.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/KM_error.h]) @@ -68,10 +68,7 @@ fi AX_LIB_OPENSSL([0.9.7]) AX_LIB_EXPAT AX_LIB_XERCES -#AM_PATH_PYTHON([2.3], , [:]) -AZ_PYTHON_DEFAULT -AZ_PYTHON_WITH -AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) + AC_ARG_ENABLE([freedist], [ --enable-freedist ensure source distribution is of BSD-licensed code], [case "${enableval}" in