1
0
Fork 0

Configuration tweaks.

This commit is contained in:
curt 2000-04-06 18:25:52 +00:00
parent 398ce1d3d4
commit 58ee35bb4c
6 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,3 @@
EXTRA_DIST = README README.howto README.gpc scenery_version.hxx
EXTRA_DIST = README README.howto README.gpc acsite.m4 scenery_version.hxx
SUBDIRS = src

View file

@ -19,7 +19,7 @@ directions. So, here are some directions contributed by Riley Rainey
http://www.cs.man.ac.uk/aig/staff/alan/software
2. Unpack it; the current version seems to be 2.30:
2. Unpack it; the current version seems to be 2.31:
$ zcat gpc231.tar.Z | tar xvf -

View file

@ -1 +0,0 @@
0.0.1

View file

@ -229,6 +229,7 @@ AC_OUTPUT( \
VERSION \
Makefile \
src/Makefile \
src/Include/Makefile \
src/Construct/Makefile \
src/Construct/Clipper/Makefile \
src/Construct/Combine/Makefile \

0
src/Include/Makefile.am Normal file
View file

View file

@ -1,4 +1,5 @@
SUBDIRS = \
Include \
Lib \
Prep \
Construct \