Author: Ralf Treinen <treinen@debian.org>
Description: update configure.in (obtained from upstream configure.in by
  running "autoupdate configure.in")

Index: ocamlweb/configure.in
===================================================================
--- ocamlweb.orig/configure.in	2024-07-18 19:45:56.276186791 +0200
+++ ocamlweb/configure.in	2024-07-18 19:51:45.000000000 +0200
@@ -1,7 +1,8 @@
 # autoconf input for ocamlweb
 
 # check for one particular file of the sources
-AC_INIT(web.mli)
+AC_INIT
+AC_CONFIG_SRCDIR([web.mli])
 
 # Check for Ocaml compilers
 
@@ -85,5 +86,6 @@
 AC_SUBST(MKTEXLSR)
 
 # Finally create all the generated files
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
 chmod a-w Makefile
