From 4c416175a111813778a181db92310c9007ed5835 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 28 Dec 2009 20:51:45 +0100 Subject: [PATCH] configure.in: generate compat.h for db.1.85 db.1.85 has its own compat.h, but a copy of nvi's port.h should do too. --- dist/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/configure.in b/dist/configure.in index 8b262e79..937f3b6a 100644 --- a/dist/configure.in +++ b/dist/configure.in @@ -1069,5 +1069,5 @@ case "$vi_cv_re_lib" in ;; esac -AC_OUTPUT(Makefile port.h:port.h.in +AC_OUTPUT(Makefile port.h:port.h.in compat.h:port.h.in pathnames.h:pathnames.h.in recover:recover.in) -- 2.11.4.GIT