pgbouncer - pgbouncer: Use AC_PROG_INSTALL & ./install-sh This should

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: Use AC_PROG_INSTALL & ./install-sh This should
Date: 2010-09-23 20:26:56
Message-ID: 20100923202656.C8B2010715C9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use AC_PROG_INSTALL & ./install-sh

This should work around any weird local 'install' scripts.

./install-sh must be updated manually, autoreconf does not do it
if not using automake.

Modified Files:
--------------
pgbouncer:
config.mak.in (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/config.mak.in?r1=1.8&r2=1.9)
configure.ac (r1.65 -> r1.66)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac?r1=1.65&r2=1.66)

Added Files:
-----------
pgbouncer:
install-sh (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/install-sh?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-09-23 20:54:52 pgsql: Prevent show_session_authorization from crashing when session_au
Previous Message User Mkz 2010-09-23 20:18:46 pgbouncer - pgbouncer: Solaris build fixes.