Autoconf upgraded - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Autoconf upgraded
Date
Msg-id Pine.LNX.4.30.0203291125430.685-100000@peter.localdomain
Whole thread Raw
Responses Re: Autoconf upgraded  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Autoconf upgraded  (Albert Chin <pgsql-hackers@thewrittenword.com>)
List pgsql-hackers
It's done.

Note some behavioral changes:

* The cache file config.cache is now off by default.  If you still want
it, run './configure -C'.

* Specifying --host now means you are cross compiling.  So don't do it.
Use --build if you really have to.  Which you don't.

* Running 'autoconf' is now very slow.  Too bad.

* Running 'autoconf' will leave a directory called autom4te.cache/ around.
Don't worry about it; make clean will remove it.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug or feature in 7.3?
Next
From: Jan Wieck
Date:
Subject: Re: pg_dump 2GB limit?