diff options
author | William M. Brack <wbrack@src.gnome.org> | 2003-12-16 08:36:21 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2003-12-16 08:36:21 +0000 |
commit | 26c586d2a2891c884c79f2a68b68f2a3c7499787 (patch) | |
tree | 63166c4067fd7f9597e53d7b7ecb830190223389 /configure.in | |
parent | 1b8457a8c0970008c67370706af24690eabc0166 (diff) | |
download | libxslt-26c586d2a2891c884c79f2a68b68f2a3c7499787.tar.gz libxslt-26c586d2a2891c884c79f2a68b68f2a3c7499787.tar.bz2 libxslt-26c586d2a2891c884c79f2a68b68f2a3c7499787.zip |
enhanced documentation to include exslt; rebuilt docs
* doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl
doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html:
enhanced documentation to include exslt; rebuilt docs
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dcc47c68..48e58069 100644 --- a/configure.in +++ b/configure.in @@ -203,7 +203,7 @@ dnl dnl Debug for DV (-Wunreachable-code) dnl if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ]] || \ - [[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomecvs/libxslt" ]] + [[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomecvs/xsltest" ]] then if test "${with_mem_debug}" = "" ; then with_mem_debug="yes" |