From: <sg...@us...> - 2003-11-19 22:40:53
|
Update of /cvsroot/libfunutil/libfunutil In directory sc8-pr-cvs1:/tmp/cvs-serv2339 Modified Files: configure.s11n toc.libfunUtil.make.at toc.s11n.make.at Log Message: some build changes for s11n which i forgot to commit the other day. :/ Index: configure.s11n =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/configure.s11n,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- configure.s11n 17 Nov 2003 20:27:18 -0000 1.3 +++ configure.s11n 19 Nov 2003 22:40:09 -0000 1.4 @@ -2,6 +2,7 @@ echo "==================== s11n-specific checks:" toc_run_failok bzlib +toc_run_failok zlib toc_run_failok lyxport Index: toc.libfunUtil.make.at =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc.libfunUtil.make.at,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- toc.libfunUtil.make.at 19 Nov 2003 22:20:14 -0000 1.1 +++ toc.libfunUtil.make.at 19 Nov 2003 22:40:09 -0000 1.2 @@ -2,3 +2,9 @@ #^^^ only to help emacs out. CLEAN_FILES += $(wildcard *.o *~) + +configure_enable_s11n = @configure_enable_s11n@ + +ifeq (1,$(configure_enable_s11n)) +include $(top_srcdir)/toc.s11n.make +endif \ No newline at end of file Index: toc.s11n.make.at =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc.s11n.make.at,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- toc.s11n.make.at 17 Nov 2003 22:00:44 -0000 1.3 +++ toc.s11n.make.at 19 Nov 2003 22:40:09 -0000 1.4 @@ -1,6 +1,9 @@ #!/do/not/make #^^^ only to help emacs out. +HAVE_BZLIB = @HAVE_BZLIB@ +HAVE_ZLIB = @HAVE_ZLIB@ + ################# from libltdl test: HAVE_LIBLTDL = @HAVE_LIBLTDL@ HAVE_LIBDL = @HAVE_LIBDL@ |