[postgis-devel] 1.1.0 closed - Release on 21 - call for tests

Michael Fuhr mike at fuhr.org
Wed Dec 21 08:21:28 PST 2005


On Wed, Dec 21, 2005 at 04:32:25PM +0100, Havard Tveite wrote:
> Solaris 2.7:
> configure now runs, but there is still a problem with
> PGTEMPLATE="`${PGCONFIG}...
[...]
> checking which template to use... ./configure: syntax error at line 6: `end 
> of file' unexpected
> ./configure: syntax error at line 39: `similar' unexpected
> ./configure: syntax error at line 3: `fi./configure: syntax error at line 
> 3: `end of file' unexpected
> ' unexpected

I don't see anything like this on Solaris 9 but I have been getting
the following:

checking which template to use... awk: syntax error near line 1
awk: illegal statement near line 1
awk: syntax error near line 1
awk: bailing out near line 1
solaris

I haven't paid much attention to these errors since it seems to
work, but on my system the errors can be eliminated by adding
AC_PROG_AWK to configure.in and using $AWK instead of awk (configure
then uses nawk instead of awk; awk on Solaris is an ancient version).

-- 
Michael Fuhr



More information about the postgis-devel mailing list