# # delete_file "database-mt.ml" # # delete_file "extlib-1.3/IO.ml" # # delete_file "extlib-1.3/IO.mli" # # delete_file "extlib-1.3/unzip.ml" # # delete_file "extlib-1.3/unzip.mli" # # delete_file "mlsqlite/ocaml-sqlite3.c" # # delete_file "mlsqlite/sqlite3.ml" # # delete_file "mlsqlite/sqlite3.mli" # # delete_file "ocamlnet-0.97.1/LICENSE" # # delete_file "ocamlnet-0.97.1/base64.ml" # # delete_file "ocamlnet-0.97.1/base64.mli" # # patch "config.make.in" # from [2ce163755bfad2267000b306499b53e0ff5140a9] # to [9055f2a871e788843ca1c706ded5412d0ca90bd1] # # patch "configure.ac" # from [18819601f14733e652159cd0205fa01fc2120030] # to [94018884ff050efb9a30a168b91a2b63de32e859] # --- config.make.in +++ config.make.in @@ -11,8 +11,6 @@ MONOTONE_DIR := @MONOTONE_DIR@ LABLGTK_DIR := @LABLGTK_DIR@ CRYPTO_LIB := /usr/lib/libcrypto.a -SQLITE_CFLAGS := @SQLITE_CFLAGS@ -SQLITE_LIBS := @SQLITE_LIBS@ CPPFLAGS := @CPPFLAGS@ NAME := @PACKAGE_NAME@ --- configure.ac +++ configure.ac @@ -42,4 +42,8 @@ OCAMLBEST=byte fi +# Keep CPPFLAGS around, can be useful if caml headers are in a +# non-standard location. +AC_SUBST(CPPFLAGS) + AC_OUTPUT(config.make)