From 6c543e265d26eea3d802461f564484cb9058719c Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 1 Mar 2001 04:14:23 +0000 Subject: [PATCH] Spoke to soon -- one of the patches added a Makefile.in to the sample/ directory, so we do need to configure it. --- expat/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/expat/configure.in b/expat/configure.in index a48986be..b0e299f3 100644 --- a/expat/configure.in +++ b/expat/configure.in @@ -96,6 +96,9 @@ OUTPUT="Makefile lib/Makefile lib/expat.h" if test -d xmlwf; then OUTPUT="$OUTPUT xmlwf/Makefile" fi +if test -d sample; then + OUTPUT="$OUTPUT sample/Makefile" +fi if test -d examples; then OUTPUT="$OUTPUT examples/Makefile" fi