X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=977bddce5d90810d159a7bfd7e3e1924baf75f79;hb=master;hp=d171b9de940884c2e6df0209bab64a50051e925c;hpb=b457fcbcf8684adbb8a8b8e26ff0ad231a684a3a;p=rpmdepsize.git diff --git a/configure.ac b/configure.ac index d171b9d..977bddc 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dnl dnl Written by Richard W.M. Jones -AC_INIT(rpmdepsize,0.6) +AC_INIT(rpmdepsize,1.0) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) @@ -26,6 +26,9 @@ AC_PROG_OCAML if test "$OCAMLC" = "no"; then AC_MSG_ERROR([You must install the OCaml compiler]) fi + +AM_CONDITIONAL(OCAML_BYTE_COMPILER,[test "x$OCAMLOPT" = "xbyte"]) + AC_PROG_FINDLIB if test "$OCAMLFIND" = "no"; then AC_MSG_ERROR([You must install OCaml findlib (the ocamlfind command)]) @@ -55,5 +58,5 @@ if test "x$YUM" = "xno" ; then fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile rpmdepsize_about.ml]) +AC_CONFIG_FILES([Makefile rpmdepsize_about.ml rpmdepsize.spec]) AC_OUTPUT