]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks ...
authorcurt <curt>
Wed, 2 Dec 1998 00:26:56 +0000 (00:26 +0000)
committercurt <curt>
Wed, 2 Dec 1998 00:26:56 +0000 (00:26 +0000)
NEWS
README.Linux
configure.in

diff --git a/NEWS b/NEWS
index 3d24738f8c219291e65d540d51203a750439cd00..7affdfc4e216d21fd5206559a3939076d1e2085d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+New in 0.57
+* Support for an arbitrary number of serial ports.
+
 New in 0.56
 * Changed default HUD units to the more standard feet units.  You can still
   use meters by specifying the command line option "--units-meters".
index 5752e9a6279e3268d3c529a92b7ed727a7a6f6c9..797e581531fe874c17b52c173a09f17725932e0b 100644 (file)
@@ -45,13 +45,8 @@ need.
 
 You will need the following files:
 
-       FlightGear-x.xx.tar.gz 
-       base-x.xx.tar.gz 
-       textures-x.xx.tar.gz
-
-to get started. Sound is optional.
-
-       sounds-x.xx.tar.gz
+       FlightGear-x.xx.tar.gz (source code)
+       base-x.xx.tar.gz       (data files)
 
 Unpack FlightGear-x.xx.tar.gz using :
 
@@ -101,7 +96,7 @@ That's it...
 
 If everything went ok, simply type
 
-       runfg
+       runfgfs
 
 at the prompt. You should see the FlightGear splash-screen and a few
 seconds later you'll find youself somewhere in the desert, ready for
index 8d492c08b04da8e936e6fc9bbc0d5d9c7ca852af..3b8d5b7d799507ee830577361155f66cfa6c1052 100644 (file)
@@ -114,7 +114,6 @@ null_LIBS="$LIBS"
 AC_CHECK_LIB(m, cos)
 
 base_LIBS="$LIBS"
-LIBS="$null_LIBS"
 
 # AC_CHECK_LIB(socket, socket)
 AC_CHECK_LIB(X11, XCreateWindow)
@@ -220,7 +219,7 @@ else
 fi
 
 opengl_LIBS="$LIBS"
-LIBS="$null_LIBS"
+LIBS="$base_LIBS"
 
 AC_SUBST(base_LIBS)
 AC_SUBST(opengl_LIBS)