pgsql: Use Autoconf provided AS_HELP_STRING macro to automatically

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use Autoconf provided AS_HELP_STRING macro to automatically
Date: 2008-10-29 09:27:24
Message-ID: 20081029092724.5296F7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use Autoconf provided AS_HELP_STRING macro to automatically format and
align strings in the --help output. Do this through our abstraction layer
to eliminate redundancy and randomness in configure.in.

Modified Files:
--------------
pgsql:
configure (r1.606 -> r1.607)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.606&r2=1.607)
configure.in (r1.567 -> r1.568)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.567&r2=1.568)
pgsql/config:
general.m4 (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/general.m4?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-10-29 11:24:53 pgsql: Since SQL:2003, the array size specification in the SQL ARRAY
Previous Message Peter Eisentraut 2008-10-29 08:04:54 pgsql: Unicode escapes in strings and identifiers