[Expat-checkins] CVS: expat configure.in,1.11,1.12

Fred L. Drake fdrake@users.sourceforge.net
Wed, 28 Feb 2001 20:07:22 -0800


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv13972

Modified Files:
	configure.in 
Log Message:

There is no sample/Makefile.in, so do not try to generate sample/Makefile
even if the directory exists.


Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** configure.in	2001/03/01 03:47:12	1.11
--- configure.in	2001/03/01 04:07:20	1.12
***************
*** 97,103 ****
      OUTPUT="$OUTPUT xmlwf/Makefile"
  fi
- if test -d sample; then
-     OUTPUT="$OUTPUT sample/Makefile"
- fi
  if test -d examples; then
      OUTPUT="$OUTPUT examples/Makefile"
--- 97,100 ----