Re: Autoconf code

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Autoconf code
Date: 2003-05-13 18:14:30
Message-ID: 3EC13606.8030900@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Andreas Pflug wrote:

> Adam H. Pendleton wrote:
>
> All three files are added to cvs now.

Actually, you should probably add the source files that I used to
generate the configure script to cvs. Attached is an archive that
contains the source files to create the configure script and
config.h.in. This allows you to make *much* easier changes, then
re-generate configure. Starting with a clean pgadmin3 checkout (no
configure, etc.), do the following:

1) ./bootstrap

That's it. :) You will need to have autoconf on your build system. I
would suggest adding these files to the cvs tree, so that developers can
make changes to configure.in while they are developing new code, etc.

Also, I'd like to contribute more substantially to the project. Since I
have gotten rid of my last Windows box, anything on the Linux/Mac OS
development side I can contribute to.

ahp

Attachment Content-Type Size
pgadmin3_autoconf2.zip application/zip 2.6 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-05-13 18:47:24 Re: Autoconf code
Previous Message Andreas Pflug 2003-05-13 17:46:27 Re: Autoconf code