Skip to content
Snippets Groups Projects
Commit 6d87f8737280 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

adapt the extra versioning code to SVN Daniel

* configure.in: adapt the extra versioning code to SVN
Daniel

svn path=/trunk/; revision=1412
parent a1c2ca1a76f7
No related branches found
No related tags found
No related merge requests found
Wed Jan 3 16:46:05 CET 2007 Daniel Veillard <daniel@veillard.com>
* configure.in: adapt the extra versioning code to SVN
Fri Dec 22 09:12:08 PST 2006 William Brack <wbrack@mmm.com.hk> Fri Dec 22 09:12:08 PST 2006 William Brack <wbrack@mmm.com.hk>
* python/libxslt.c: applied patch supplied by Kjartan Maraas * python/libxslt.c: applied patch supplied by Kjartan Maraas
......
...@@ -31,6 +31,14 @@ ...@@ -31,6 +31,14 @@
then then
LIBXSLT_VERSION_EXTRA="-CVS$extra" LIBXSLT_VERSION_EXTRA="-CVS$extra"
fi fi
else if test -d .svn ; then
extra=`svn info | grep Revision | sed 's+Revision: ++'`
echo extra=$extra
if test "$extra" != ""
then
LIBXSLT_VERSION_EXTRA="-SVN$extra"
fi
fi
fi fi
AC_SUBST(LIBXSLT_MAJOR_VERSION) AC_SUBST(LIBXSLT_MAJOR_VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment