Re: pgsql-server/ /configure /configure.in rc/Make ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/ /configure /configure.in rc/Make ...
Date: 2003-01-05 21:04:00
Message-ID: Pine.LNX.4.44.0301051704130.8249-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane writes:

> Log message:
> Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too bad
> it took 'em this long to realize it's needed...)

Is there a reason why you didn't add TCL_INCLUDE_SPEC to the list in
PGAC_EVAL_TCLCONFIGSH? It seems that that should handle the missing case
as well, since

eval TCL_INCLUDE_SPEC=\"$TCL_INCLUDE_SPEC\"

should be equivalent to

TCL_INCLUDE_SPEC=''

in that case.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2003-01-05 21:04:22 Re: pgsql-server/src/bin/pg_dump pg_backup_archiver.c
Previous Message Peter Eisentraut - PostgreSQL 2003-01-05 13:45:47 pgsql-server/src Makefile.global.in makefiles/ ...