From a97c10c7e4d1e68199877bf248d084b5e3f91749 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 27 May 1998 02:22:58 +0000 Subject: [PATCH] Added acsite.m4 to source distribution. --- Makefile.am | 3 ++- NEWS | 4 ++++ configure | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f81117870..48cb8b296 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 525c68467..63b33ba5e 100644 --- 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). diff --git a/configure b/configure index 3706a4a3e..530f741c5 100755 --- 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" ;; "")