]> granicus.if.org Git - postgresql/commit
From: adrian@waltham.harvard.net
authorMarc G. Fournier <scrappy@hub.org>
Fri, 18 Apr 1997 18:34:11 +0000 (18:34 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 18 Apr 1997 18:34:11 +0000 (18:34 +0000)
commit49153540daf53e5162dd6f533312792b1a83c334
treeba3703ea309cc6b544db73bf2986ec05a6d2029d
parent84668113351018a53176c69fc03a36fc1928ac51
From: adrian@waltham.harvard.net
Subject: [HACKERS] Another patch to configure.in

I heard very little in objections/approvals to defaulting some of the
parameters to configure.  Enclosed is a patch to configure.in which
removes the questions for

        PGPORT
        USE_LOCALE
        NOHBA

By default (i.e. assuming you don't put anything extra in the configure
command line), it assumes PGPORT=5432, USE_LOCAL=no and NOHBA=no (i.e.
HBA is turned on)

        --with-pgport=PGPORT_NO         Over-rides the PGPORT value
        --enable-locale                 enables USE_LOCALE
        --disable-hba                   disables HBA

Just for completeness:

        --prefix=BASEDIR                Defaults to /usr/local/pgsql
        --with-template=TEMPLATE        Defaults to asking you
src/configure
src/configure.in