[GRASS5] hardcoded EPSG code table directory

On Wed, Apr 19, 2006 at 09:27:22AM +0200, Francesco Mirabella wrote:

Hi Maciek and Hamish,
thanks for your reply,
I checked and the error is the same both in 6.0.1 and 6.0.2.
In 6.1 cvs (on cygwin) it works fine, so I guess it is ok also in the non-cygwin.
However, at least in cygwin, the path to epsg is wrong as it is in
</usr/share/proj/epsg> and not in </usr/local/share/proj/epsg> as
suggested. Maybe this can help

Francesco reminded us of above problem. I guess that we need
to create .in files of
lib/init/make_location_epsg_g57.sh
lib/init/epsg_option.tcl

How to write a test in configure.in to check for
/usr/share/proj/epsg or /usr/local/share/proj/epsg?
It will be similar to the NAD2BIN test?

Markus