From 16031442b81199d93f4f7d70b5ca4e632b524fc0 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 24 Jan 2001 19:42:05 +0000 Subject: [PATCH] Make sure we generate lib/expat.h. --- expat/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/configure.in b/expat/configure.in index d7beec60..df874e2f 100644 --- a/expat/configure.in +++ b/expat/configure.in @@ -87,4 +87,4 @@ fi AC_CHECK_FUNCS(memmove bcopy) -AC_OUTPUT(Makefile lib/Makefile xmlwf/Makefile examples/Makefile) +AC_OUTPUT(Makefile lib/Makefile lib/expat.h xmlwf/Makefile examples/Makefile) -- 2.40.0