[patch] jdbc build fix when ./configure is run in separate dir - Mailing list pgsql-hackers

From tim@keow.org
Subject [patch] jdbc build fix when ./configure is run in separate dir
Date
Msg-id 20040119075403.GB2150@keow.org
Whole thread Raw
Responses Re: [patch] jdbc build fix when ./configure is run in separate  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
When ./configure is run outside the source directory
(to keep the build files separate from the source files),
make fails for the jdbc target because ant is not informed
of the configure/build directory location.

This patch fixes this, but could you please review it
for portability, etc.  For example, I am not sure that
`pwd` is the best way to find the configure/build dir.

HTH
--Tim Larson

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: User Defined Functions/AM's inherently slow?
Next
From: Jan Wieck
Date:
Subject: Re: What's planned for 7.5?