Re: psqlODBC 08.02.0300 doesn't compile - Mailing list pgsql-odbc

From Tom Lane
Subject Re: psqlODBC 08.02.0300 doesn't compile
Date
Msg-id 22689.1177514182@sss.pgh.pa.us
Whole thread Raw
In response to Re: psqlODBC 08.02.0300 doesn't compile  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Responses Re: psqlODBC 08.02.0300 doesn't compile  (Dave Page <dpage@postgresql.org>)
Re: psqlODBC 08.02.0300 doesn't compile  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-odbc
There's another issue with the psqlodbc tarball, which has been there
awhile but I only just realized what it is: you are shipping aclocal.m4,
which is a derived file, without providing the upstream files needed to
recreate it.  Specifically, there's no sign of a source file for the
PGAC_xxx macros needed by configure.ac.

This makes life difficult for packagers who need to re-run aclocal
(in my case, because Red Hat ships a different automake version than
you guys are using).  I believe it's also a violation of the LGPL.

            regards, tom lane

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: URGENT Numeric values disappear
Next
From: Dave Page
Date:
Subject: Re: psqlODBC 08.02.0300 doesn't compile