[cairo-commit] cairo-ocaml/support ocaml.m4,1.2,1.3
Olivier Andrieu
commit at pdx.freedesktop.org
Tue Jan 25 16:54:18 PST 2005
- Previous message: [cairo-commit] cairo-ocaml configure.ac, 1.9, 1.10 ChangeLog, 1.14,
1.15
- Next message: [cairo-commit] cairo-ocaml/src ml_cairo_status.c, 1.3,
1.4 ml_cairo_lablgtk.c, 1.8, 1.9 ml_cairo_gtkcairo.c, 1.1.1.1,
1.2 ml_cairo_ft.c, 1.1, 1.2 ml_cairo.h, 1.6, 1.7 ml_cairo.c,
1.15, 1.16 cairo_ft.mli, 1.1, 1.2 cairo_ft.ml, 1.1,
1.2 cairo_channel.mli, 1.2, 1.3 cairo_channel.ml, NONE,
1.1 cairo.mli, 1.12, 1.13 cairo.ml, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: oandrieu
Update of /cvs/cairo/cairo-ocaml/support
In directory gabe:/tmp/cvs-serv28123/support
Modified Files:
ocaml.m4
Log Message:
* add PDF backend
* sync with Cairo snapshot 0.3.0
Index: ocaml.m4
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/support/ocaml.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ocaml.m4 22 Nov 2003 15:28:20 -0000 1.2
+++ ocaml.m4 26 Jan 2005 00:54:14 -0000 1.3
@@ -17,7 +17,7 @@
dnl OCAMLMKTOP
dnl OCAMLMKLIB
dnl OCAMLDOC
-AC_DEFUN(AC_PROG_OCAML,
+AC_DEFUN([AC_PROG_OCAML],
[dnl
# checking for ocamlc
AC_CHECK_PROG(OCAMLC,ocamlc,ocamlc,AC_MSG_ERROR(Cannot find ocamlc.))
@@ -94,7 +94,7 @@
dnl macro AC_PROG_OCAML_TOOLS will check OCamllex and OCamlyacc :
dnl OCAMLLEX "ocamllex" or "ocamllex.opt" if present
dnl OCAMLYACC "ocamlyac"
-AC_DEFUN(AC_PROG_OCAML_TOOLS,
+AC_DEFUN([AC_PROG_OCAML_TOOLS],
[dnl
# checking for ocamllex and ocamlyacc
AC_CHECK_PROG(OCAMLLEX,ocamllex,ocamllex,AC_MSG_ERROR(Cannot find ocamllex.))
@@ -114,7 +114,7 @@
dnl
dnl
dnl AC_PROG_CAMLP4 checks for Camlp4
-AC_DEFUN(AC_PROG_CAMLP4,
+AC_DEFUN([AC_PROG_CAMLP4],
[dnl
AC_REQUIRE([AC_PROG_OCAML])
# checking for camlp4
@@ -135,7 +135,7 @@
dnl
dnl macro AC_PROG_FINDLIB will check for the presence of
dnl ocamlfind if configure is called with --with-findlib
-AC_DEFUN(AC_PROG_FINDLIB,
+AC_DEFUN([AC_PROG_FINDLIB],
[dnl
AC_ARG_WITH(findlib,[ --with-findlib use findlib package system],
use_findlib="$withval")
@@ -153,7 +153,7 @@
dnl
dnl AC_CHECK_OCAML_PKG checks wether a findlib package is present
dnl defines pkg_name to name
-AC_DEFUN(AC_CHECK_OCAML_PKG,
+AC_DEFUN([AC_CHECK_OCAML_PKG],
[dnl
AC_REQUIRE([AC_PROG_FINDLIB])
if test "$use_findlib" = yes ; then
@@ -171,7 +171,7 @@
dnl
dnl
dnl AC_ARG_OCAML_INSTALLDIR adds a --with-installdir option
-AC_DEFUN(AC_ARG_OCAML_INSTALLDIR,
+AC_DEFUN([AC_ARG_OCAML_INSTALLDIR],
[dnl
AC_ARG_WITH(installdir,[ --with-installdir=DIR specify installation directory],INSTALLDIR="$withval")
if ! test "$INSTALLDIR" -o "$use_findlib" ; then
@@ -187,7 +187,7 @@
dnl 2 -> env var name
dnl 3 -> module to check
dnl 4 -> default dirs
-AC_DEFUN(AC_CHECK_OCAML_MODULE,
+AC_DEFUN([AC_CHECK_OCAML_MODULE],
[dnl
AC_MSG_CHECKING($1 directory)
cat > conftest.ml <<EOF
- Previous message: [cairo-commit] cairo-ocaml configure.ac, 1.9, 1.10 ChangeLog, 1.14,
1.15
- Next message: [cairo-commit] cairo-ocaml/src ml_cairo_status.c, 1.3,
1.4 ml_cairo_lablgtk.c, 1.8, 1.9 ml_cairo_gtkcairo.c, 1.1.1.1,
1.2 ml_cairo_ft.c, 1.1, 1.2 ml_cairo.h, 1.6, 1.7 ml_cairo.c,
1.15, 1.16 cairo_ft.mli, 1.1, 1.2 cairo_ft.ml, 1.1,
1.2 cairo_channel.mli, 1.2, 1.3 cairo_channel.ml, NONE,
1.1 cairo.mli, 1.12, 1.13 cairo.ml, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list