From: Fred L. Drake, Jr. Date: Wed, 24 Jan 2001 19:42:05 +0000 (+0000) Subject: Make sure we generate lib/expat.h. X-Git-Tag: R_1_95_2~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16031442b81199d93f4f7d70b5ca4e632b524fc0;p=libexpat Make sure we generate lib/expat.h. --- 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)