• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autom4te.cache/H06-Jul-2015-7,6986,991

bin/H06-Jul-2015-1,5341,075

confdb/H06-Jul-2015-10,0989,642

docs/H03-May-2022-5,5704,874

include/H06-Jul-2015-983705

maint/H06-Jul-2015-227159

man/man1/H06-Jul-2015-497478

notes/H03-May-2022-

share/H03-May-2022-522504

src/H06-Jul-2015-35,30923,797

www/www1/H06-Jul-2015-

Makefile.inH A D03-May-20228.5 KiB189174

Makerules.inH A D01-Aug-2008915 4232

READMEH A D16-Aug-2000935 3224

ToDoH A D30-Nov-20141.4 KiB3225

aclocal.m4H A D28-Jul-2010491 1413

configureH A D06-Jul-2015201.9 KiB7,1315,911

configure.inH A D06-Jul-20158.8 KiB253235

install-shH A D05-Jan-20005.5 KiB251152

makeconfigureH A D06-Jul-2015979 3021

README

1This directory contains the tools that are part of the program development
2and maintenance environment.  They are really a collection of mostly
3simple tools that help leverage many of the excellent Unix tools for
4programmers.
5
6Special notes:
7We require a ghostscript that includes the writeppmfile operator.  This was
8withdrawn from later ghostscript versions (!).
9
10Rebuilding configure:
11
12setenv PATH /software/common/gnu/bin:$PATH
13autoscan
14.. check configure.scan
15autoheader
16autoconf
17
18Configuring for testing in place
19
20setenv GS /usr/local/bin/gs
21configure --enable-strict --datadir=`pwd`/share --prefix=`pwd`
22
23Configuring for local use
24
25(bindir = $exec_prefix/bin by default)
26#setenv GS /usr/local/bin/gs   (no longer necessary)
27configure --datadir=/homes/gropp/data/share --prefix=/homes/gropp/bin/solaris \
28  --bindir=/homes/gropp/bin/solaris
29make
30make install
31# Repeat for linux replacing solaris (after deleting config.cache!)
32