pgsql: Use Autoconf provided AS_HELP_STRING macro to automatically - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Use Autoconf provided AS_HELP_STRING macro to automatically
Date
Msg-id 20081029092724.5296F7545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Unicode escapes in strings and identifiers
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Since SQL:2003, the array size specification in the SQL ARRAY