Re: [HACKERS] pgaccess for 6.5.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, teo(at)flex(dot)ro
Subject: Re: [HACKERS] pgaccess for 6.5.3
Date: 1999-10-31 05:54:45
Message-ID: 19410.941349285@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> Can someone suggest a line for PATH_TO_WISH that can be set by configure?

You should use autoconf's standard mechanism for testing for a
program's existence and location. To wit,
AC_PATH_PROG(PATH_TO_WISH, wish)
or one of its variants.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mario Simeone 1999-10-31 09:49:55 subscribe
Previous Message Jan Wieck 1999-10-31 02:29:39 Re: [HACKERS] Function-manager redesign: second draft (long)