[GRASS5] Re: auto-locate EPSG
Glynn Clements
glynn at gclements.plus.com
Sat Apr 29 12:31:22 EDT 2006
Brad Douglas wrote:
> > AC_DEFUN(LOC_CHECK_SHARE_PATH,[
> > AC_MSG_CHECKING(for location of $2 data files)
> > case "$with_$1_share" in
> > y | ye | yes | n | no)
> > AC_MSG_ERROR([*** You must supply a directory to --with-$1-share.])
> > ;;
> > esac
> > AC_MSG_RESULT($with_$1_share)
> >
> > if test -n "$with_$1_share" ; then
> > if test -d "$with_$1_share"; then
> > $3="$$3 -I$dir"
> ^^^^^^^^^^^^^^^
> ???
Oops; that should just be:
$3="$dir"
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list