]> granicus.if.org Git - libexpat/commit
Revamp how the version stuff is handled. Use the header file as the
authorGreg Stein <gstein@users.sourceforge.net>
Thu, 23 Aug 2001 12:35:53 +0000 (12:35 +0000)
committerGreg Stein <gstein@users.sourceforge.net>
Thu, 23 Aug 2001 12:35:53 +0000 (12:35 +0000)
commita5e3cad879a5e75c09d6c67174c9ba14fbaf57a5
treed0b294768d88cc2de49ce5a80f8ad9a498fcc585
parent33589a12bc472a0da2210a9bd8d0f65442a6c5b2
Revamp how the version stuff is handled. Use the header file as the
original, and extract the numbers within the configure script.

* configure.in: extract the numbers from lib/expat.h

* Makefile.in: simplify the construction of DISTDIR

* lib/Makefile.in: no need to define the VERSION preprocessor symbol

* lib/expat.dsp: do not define VERSION (changed, but untested!)

* lib/xmlparse.c: revamp the XML_ExpatVersion() function

* lib/expat.h(.in): just ship the baby, rather than generating it
expat/Makefile.in
expat/configure.in
expat/lib/Makefile.in
expat/lib/expat.dsp
expat/lib/expat.h [moved from expat/lib/expat.h.in with 98% similarity]
expat/lib/xmlparse.c