mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
a bit of cleanup and a extra variable for CVS dist Daniel
* Makefile.am configure.in: a bit of cleanup and a extra variable for CVS dist Daniel
This commit is contained in:
parent
b1b3a77fca
commit
dab93ea749
@ -1,6 +1,11 @@
|
||||
Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* Makefile.am configure.in: a bit of cleanup and a extra variable for
|
||||
CVS dist
|
||||
|
||||
Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
* doc/xmllint.xml, xmllint.1, xmllint.html
|
||||
* doc/xmllint.xml, xmllint.1, xmllint.html:
|
||||
Edit and rebuild the man pages with Daniel's C14 update
|
||||
|
||||
Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
|
||||
|
@ -1010,7 +1010,8 @@ EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \
|
||||
trionan.c trionan.h triostr.c triostr.h trio.c trio.h \
|
||||
triop.h triodef.h libxml.h elfgcchack.h \
|
||||
testThreadsWin32.c genUnicode.py TODO_SCHEMAS \
|
||||
dbgen.pl dbgenattr.pl regressions.py regressions.xml
|
||||
dbgen.pl dbgenattr.pl regressions.py regressions.xml \
|
||||
$(CVS_EXTRA_DIST)
|
||||
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
@ -13,7 +13,12 @@ LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML
|
||||
LIBXML_VERSION_NUMBER=`expr $LIBXML_MAJOR_VERSION \* 10000 + $LIBXML_MINOR_VERSION \* 100 + $LIBXML_MICRO_VERSION`
|
||||
|
||||
if test -f CVS/Entries; then
|
||||
LIBXML_VERSION_EXTRA=-CVS`grep ChangeLog CVS/Entries | sed -e s\%/ChangeLog/1\.%% -e s\%/.*$%%`
|
||||
extra=`grep ChangeLog CVS/Entries | grep -v LIBXML | sed -e s\%/ChangeLog/1\.%% -e s\%/.*$%%`
|
||||
echo extra=$extra
|
||||
if test "$extra" != ""
|
||||
then
|
||||
LIBXML_VERSION_EXTRA="-CVS$extra"
|
||||
fi
|
||||
fi
|
||||
AC_SUBST(LIBXML_MAJOR_VERSION)
|
||||
AC_SUBST(LIBXML_MINOR_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user