* In INSTALL added --enable-maintainer-mode as an argument to ./configure

when building straight from CVS.  This is now necessary due to the use of
     version.texi to allow versioning info to be passed into the documentation
     system.
This commit is contained in:
sjborley
2005-08-15 22:32:35 +00:00
parent 2952068f93
commit 9fc210b7e3
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ The project uses the GNU build process. This is still very crude and needs
work, but basically you should be able to do the following:
$ ./autogen.sh
$ ./configure
$ ./configure --enable-maintainer-mode
$ make
$ sudo make install