]> granicus.if.org Git - libexpat/commitdiff
Document the special build considerations for building from a CVS
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 29 Aug 2002 16:46:59 +0000 (16:46 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 29 Aug 2002 16:46:59 +0000 (16:46 +0000)
checkout instead of a packaged source distribution.

expat/README

index 01f76303fea27bac6a8bee3701c8e4f19456aca1..ba86a70abe82c342ddfa1f75e94bd912ec4d95e5 100644 (file)
@@ -22,8 +22,19 @@ the release above), are development releases and should be considered
 as beta software.  Releases with even minor version numbers are
 intended to be production grade software.
 
-To build Expat, you first run the configuration shell script in the
-top level distribution directory:
+If you are building Expat from a check-out from the CVS repository,
+you need to run a script that generates the configure script using the
+GNU autoconf and libtool tools.  To do this, you need to have
+autoconf 2.52 or newer and libtool 1.4 or newer.  Run the script like
+this:
+
+        ./buildconf.sh
+
+Once this has been done, follow the same instructions as for building
+from a source distribution.
+
+To build Expat from a source distribution, you first run the
+configuration shell script in the top level distribution directory:
 
         ./configure