Autoconf upgraded

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Autoconf upgraded
Date: 2002-03-29 17:39:01
Message-ID: Pine.LNX.4.30.0203291125430.685-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2002-03-29 19:02:43 Re: pg_dump 2GB limit?
Previous Message Tom Lane 2002-03-29 15:09:38 Re: Bug or feature in 7.3?