Configuration tweaks.
This commit is contained in:
parent
398ce1d3d4
commit
58ee35bb4c
6 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 -
|
||||
|
||||
|
|
1
VERSION
1
VERSION
|
@ -1 +0,0 @@
|
|||
0.0.1
|
|
@ -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
0
src/Include/Makefile.am
Normal file
|
@ -1,4 +1,5 @@
|
|||
SUBDIRS = \
|
||||
Include \
|
||||
Lib \
|
||||
Prep \
|
||||
Construct \
|
||||
|
|
Loading…
Reference in a new issue