From: Fred L. Drake, Jr. Date: Thu, 26 Jul 2001 21:57:57 +0000 (+0000) Subject: Remove the sample directory; it is no longer used. X-Git-Tag: R_1_95_2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bea3e90921d6145441774280fa9bb5a719967aee;p=libexpat Remove the sample directory; it is no longer used. --- 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