From: curt Date: Wed, 20 Dec 2000 04:57:54 +0000 (+0000) Subject: Updates for 0.0.15 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4127390404a0c2386d226b5173263873f175395;p=simgear.git Updates for 0.0.15 --- diff --git a/Makefile.am b/Makefile.am index f9aee579..c9d11af4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h +EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h SimGear.dsp SimGear.dsw SUBDIRS = simgear @@ -73,6 +73,7 @@ distclean: # dist-hook: + (cd $(top_srcdir); $(HOME)/projects/FlightGear-0.7/admin/am2dsp.pl) tar cf - simgear/metar | (cd $(distdir); tar xvf -) @list='@subdirs@'; \ target=distclean; \ diff --git a/NEWS b/NEWS index 039c0031..bbe6d49e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ New in 0.0.14 +* December 14, 2000 * Added a module to manage waypoints and routes, calculate bearing and distance to next waypoint, lateral distance off route, etc. * Moved some of the basic time management code over from flightgear. @@ -13,7 +14,6 @@ New in 0.0.14 * Fixed sky dome so that the color at the horizon will always match the specified fog color. * Did a fair amount of fg -> sg name space updating (lots left to do.) -* December 14, 2000 * Added support for KAI C++ on linux. * MSVC tweaks. * MacOS tweaks. diff --git a/configure.in b/configure.in index fffe05c5..fbd3deb8 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl $Id$ AC_INIT(simgear/bucket/newbucket.cxx) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.0.14) +AM_INIT_AUTOMAKE(SimGear, 0.0.15) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution. @@ -268,7 +268,6 @@ AC_OUTPUT( \ simgear/Makefile \ simgear/version.h \ simgear/bucket/Makefile \ - simgear/camera/Makefile \ simgear/debug/Makefile \ simgear/ephemeris/Makefile \ simgear/io/Makefile \