From 6d7f86508910e62e1278bc0fa2e216602feb5d3d Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 2 Dec 1998 00:26:56 +0000 Subject: [PATCH] Tweaks ... --- NEWS | 3 +++ README.Linux | 11 +++-------- configure.in | 3 +-- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 3d24738f8..7affdfc4e 100644 --- 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". diff --git a/README.Linux b/README.Linux index 5752e9a62..797e58153 100644 --- a/README.Linux +++ b/README.Linux @@ -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 diff --git a/configure.in b/configure.in index 8d492c08b..3b8d5b7d7 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.39.5