X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bindings%2Fcil%2Fconfigure.ac;h=33676a38325106e6e8ba5983efcb2de59b583b64;hb=c33ef37d2feaf60b139d6cb32832c8ea87a67303;hp=d3547cceff697eb1b48bcdc7d3d294a8fd6ead34;hpb=a2aa6ae3482a8efaf21bcc169a2e20b988dff34b;p=vlc diff --git a/bindings/cil/configure.ac b/bindings/cil/configure.ac index d3547cceff..33676a3832 100644 --- a/bindings/cil/configure.ac +++ b/bindings/cil/configure.ac @@ -19,15 +19,22 @@ dnl * along with this program; if not, you can get it from: * dnl * http://www.gnu.org/copyleft/gpl.html * dnl *********************************************************************** -AC_COPYRIGHT([Copyright (C) 2004-2007 Remi Denis-Courmont]) -AC_INIT(libvlc-cil, 0.9.0, vlc-devel_no_bulk_mail@videolan.org) -AC_PREREQ(2.59c) +AC_COPYRIGHT([Copyright (C) 2004-2009 Remi Denis-Courmont]) +AC_INIT(libvlc-cil, 1.0.0, vlc-devel_no_bulk_mail@videolan.org) +AC_PREREQ(2.50) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(admin) AC_CONFIG_MACRO_DIR(m4) +AC_ARG_VAR([CSC], [C sharp compiler command]) +AC_ARG_VAR([CSFLAGS], [C sharp compiler flags]) +AC_PATH_PROG([CSC], [gmcs csc], [false]) + +AC_ARG_VAR([DOXYGEN], [Doxygen command]) +AC_PATH_PROG([DOXYGEN], [doxygen], [false]) + AM_INIT_AUTOMAKE -AC_CONFIG_FILES([Makefile m4/Makefile src/Makefile tests/Makefile]) +AC_CONFIG_FILES([Makefile m4/Makefile src/Makefile tests/Makefile Doxyfile]) AC_OUTPUT