Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim
In directory sc8-pr-cvs1:/tmp/cvs-serv4536
Modified Files:
README.linux
Log Message:
added note to use '--add-missing' flag for automake
Index: README.linux
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/README.linux,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.linux 15 Dec 2002 00:48:44 -0000 1.1
--- README.linux 15 Dec 2002 01:01:17 -0000 1.2
***************
*** 31,35 ****
To build, do the following:
! $ aclocal; autoconf; automake
$ ./configure
$ make
--- 31,35 ----
To build, do the following:
! $ aclocal; autoconf; automake --add-missing
$ ./configure
$ make
|