diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-02-04 17:20:09 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-02-04 17:20:09 +0000 |
commit | b8a1a68745758a3d8e26383e8f3170f2f6b54cf6 (patch) | |
tree | 6c6ef6b4dd2b60aa0852e9605d21a31e1c8a350c /configure.in | |
parent | 10899d8e75a1ce1267527ed18a7ab09283c10d7d (diff) | |
download | libxslt-b8a1a68745758a3d8e26383e8f3170f2f6b54cf6.tar.gz libxslt-b8a1a68745758a3d8e26383e8f3170f2f6b54cf6.tar.bz2 libxslt-b8a1a68745758a3d8e26383e8f3170f2f6b54cf6.zip |
change of policy w.r.t. mails small cleanup fixed a couple of bugs raised
* README: change of policy w.r.t. mails
* configure.in: small cleanup
* libxslt/transform.c libxslt/xslt.c libxslt/variables.c: fixed
a couple of bugs raised by Eric van der Vlist in #104114
* tests/exslt/*/*.out: slight change to the tests
Daniel
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 29bc780a..f1c94f40 100644 --- a/configure.in +++ b/configure.in @@ -426,7 +426,7 @@ dnl for the spec file RELDATE=`date +'%a %b %e %Y'` AC_SUBST(RELDATE) -rm -f rm COPYING.LIB COPYING +rm -f COPYING.LIB COPYING ln -s Copyright COPYING |