]> git.mxchange.org Git - flightgear.git/commitdiff
URL tweaks.
authorcurt <curt>
Sat, 29 May 1999 13:01:35 +0000 (13:01 +0000)
committercurt <curt>
Sat, 29 May 1999 13:01:35 +0000 (13:01 +0000)
README.gfc
README.plib
configure.in

index 21f92a2f2b153765bb4474d6a97eec75c11e46c3..1ceb4ba28d9efbf985101d240e3bfddf2848a386 100644 (file)
@@ -2,13 +2,12 @@ You need to have the GFC library installed on your system to build
 some of the scenery generation tools, otherwise, some of the tools will fail
 to build.
 
-You can get the original library from:
+The original web page no longer exists, but the url *used* to be:
 
     http://www.geog.psu.edu/~qian/gfc/index.html
 
-However, until LJ rolls out the next release with a couple key fixes, 
-I recommend you grab a copy with a couple modifications I have made 
+I recommend you grab a copy with a couple modifications I have made
 which should eliminate several gfc build problems:
 
-    ftp://ftp.flightgear.org/pub/fgfs/Source/gfc-0.8.8.1a.tar.gz
+    ftp://ftp.flightgear.org/pub/fgfs/Source/gfc-0.8.8.1b.tar.gz
 
index 9be631138b70b749126136192af8d238505d0059..ab2216274b5c38ab96686d92aa9ba9b1b8c6ddad 100644 (file)
@@ -3,11 +3,7 @@ the FGFS simulator!"
 
 You can get the original library from:
 
-    http://www.woodsoup.org/~sbaker/plib/
-
-This library is also mirrored (identical) at:
-
-    ftp://ftp.flightgear.org/pub/fgfs/Source/plib-1.0.2.tar.gz
+    http://www.woodsoup.org/projs/plib/
 
 Build notes:
 
index 458a7f46ff6ffa3e7996ee2400e56b337c6cfdcb..e52b41bcc5851931f2354b6401edd7f9aba77ac8 100644 (file)
@@ -7,7 +7,7 @@ dnl $Id$
 AC_INIT(Simulator/Aircraft/aircraft.cxx)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.6.0)
+AM_INIT_AUTOMAKE(FlightGear, 0.6.1)
 
 dnl configure other independant packages included with flight gear for
 dnl convenience
@@ -30,7 +30,7 @@ dnl AM_MAINTAINER_MODE
 dnl This is needed for AC_TRY_COMPILE later
 dnl AC_ISC_POSIX
 
-dnl Check to see if this `configure' is being run in the `Cygwin32' environmentplib-1.0_fgfs_a.tar.gz
+dnl Check to see if this `configure' is being run in the `Cygwin32' environment
 dnl AM_CYGWIN32
 
 dnl Specify if we want logging (testing build) or not (release build)
@@ -261,7 +261,7 @@ if test "x$ac_cv_header_gpc_h" != "xyes"; then
 fi
 
 dnl Check if  Geographic Foundation Classes library is installed
-dnl (from http://www.geog.psu.edu/~qian/gfc/index.html)
+dnl (from ftp://ftp.flightgear.org/pub/fgfs/Source/)
 AC_CHECK_HEADERS( gfc/gdbf.h )
 if test "x$ac_cv_header_gfc_gdbf_h" != "xyes"; then
     echo