X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4eaed47f91c9de0b520ea41188be3fedae4b99ca..8b4410a1f3cb75e3d92b61176397655d509f81ee:/docs/README.developers?ds=sidebyside diff --git a/docs/README.developers b/docs/README.developers index a85f37d5..23a1d2df 100644 --- a/docs/README.developers +++ b/docs/README.developers @@ -28,12 +28,10 @@ view of the developers (and the autoconf script). Note that the automatically generated autoconf files (such as config.h.in, stamp-h.in, and configure), are NOT kept in CVS. Thus, when you check out -a CVS tree, you need to do the following things before you can build +a CVS tree, you need to run the autogen.sh script before you can build anything: - % autoheader - % autoconf - % date > stamp-h.in + % ./autogen.sh ------------------- directory structure