From bea3e90921d6145441774280fa9bb5a719967aee Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 26 Jul 2001 21:57:57 +0000 Subject: [PATCH] Remove the sample directory; it is no longer used. --- expat/Makefile.in | 4 ++-- expat/configure.in | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/expat/Makefile.in b/expat/Makefile.in index 397918fc..e77b64c4 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -76,7 +76,7 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ -SUBDIRS = lib examples sample xmlwf +SUBDIRS = lib examples xmlwf INSTALLSUBDIRS = lib xmlwf ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 CONFIG_HEADERS = config.h @@ -121,7 +121,7 @@ distclean: (cd $$dir && $(MAKE) distclean); \ done rm -f config.h config.status config.log config.cache libtool - rm -f Makefile examples/Makefile xmlwf/Makefile sample/Makefile + rm -f Makefile examples/Makefile xmlwf/Makefile extraclean: distclean rm -f aclocal.m4 config.h.in configure diff --git a/expat/configure.in b/expat/configure.in index 2ea39df1..9b84077f 100644 --- a/expat/configure.in +++ b/expat/configure.in @@ -105,9 +105,6 @@ OUTPUT="Makefile lib/Makefile lib/expat.h" if test -d ${srcdir}/xmlwf; then OUTPUT="$OUTPUT xmlwf/Makefile" fi -if test -d ${srcdir}/sample; then - OUTPUT="$OUTPUT sample/Makefile" -fi if test -d ${srcdir}/examples; then OUTPUT="$OUTPUT examples/Makefile" fi -- 2.40.0