New Autoconf+Automake code

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: New Autoconf+Automake code
Date: 2003-05-16 14:03:24
Message-ID: 3EC4EFAC.2050509@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Responding to a request from Andreas to automatically track
dependencies, I have added support for Automake to the current autoconf
code. The procedure is basically the same. Just run './bootstrap' and
then run configure. The options to configure are the same. Let me know
if anyone encounters problems. NOTE: This works on my build server, so
I am sure there are idosyncracies of other systems that I have not
accounted for. Feedback is greatly appreciated. For future reference,
any new source files will need to be manually added to Makefile.am.
Automake has to have a static list of source files at "bootstrap" time,
so no getting around it. :)

ahp

Attachment Content-Type Size
pgadmin3_autoconf.zip application/zip 2.4 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-05-16 14:18:58 Re: New Autoconf+Automake code
Previous Message Dave Page 2003-05-16 13:45:20 Re: pga2: add alter table set storage