]> git.mxchange.org Git - flightgear.git/commitdiff
Added acsite.m4 to source distribution.
authorcurt <curt>
Wed, 27 May 1998 02:22:58 +0000 (02:22 +0000)
committercurt <curt>
Wed, 27 May 1998 02:22:58 +0000 (02:22 +0000)
Makefile.am
NEWS
configure

index f81117870de8d47c06b2652bf3a33f7861579ddb..48cb8b296ac2949fe8487c4f2d5abb230c487e4d 100644 (file)
@@ -1,6 +1,7 @@
 SUBDIRS = Include Lib Simulator Tools Tests
 
-EXTRA_DIST = Makefile.extra README.Win32 README.autoconf README.running Thanks
+EXTRA_DIST = Makefile.extra README.Win32 README.autoconf README.running \
+       Thanks acsite.m4
 
 dist-hook:
        tar cf - Hints | (cd $(distdir); tar xvf -)
diff --git a/NEWS b/NEWS
index 525c684677aa9ffed0b03df6b0b3d761765085ae..63b33ba5ed8b1b76a06b05e74aa9144e20bc9588 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
 New in 0.48
+* Impose a maximum triangle area during scenery generation so even
+  very flat areas will get split into a few smaller sub triangles.
+* Fine grained (fragment level) view frustum culling.
+* view transformation optimizations -- Norman Vine.
 * Fixed polygon winding problem in scenery generation, so all
   tri-strips are wound counter clockwise (opengl default).
 
index 3706a4a3e7233b32d733ec82a29627b9dd8f3dbb..530f741c512a5c70303c2f693381c6e59efea9ab 100755 (executable)
--- a/configure
+++ b/configure
@@ -1316,7 +1316,7 @@ echo "configure:1316: checking for ld used by GCC" >&5
   ac_prog=`($CC -print-prog-name=ld) 2>&5`
   case "$ac_prog" in
   # Accept absolute paths.
-  /* | A-Za-z:\\*)
+  /* | [A-Za-z]:\\*)
     test -z "$LD" && LD="$ac_prog"
     ;;
   "")