Re: New Autoconf+Automake code

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: New Autoconf+Automake code
Date: 2003-05-16 14:18:58
Message-ID: 03AF4E498C591348A42FC93DEA9661B83AF09F@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Adam H. Pendleton [mailto:fmonkey(at)fmonkey(dot)net]
> Sent: 16 May 2003 15:03
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] New Autoconf+Automake code
>
>
> 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. :)

Hi Adam,

On my Slackware 9 box I get:

+ aclocal
+ autoheader
+ automake --foreign --add-missing --copy
configure.in:5 option `pgAdmin3, ' not recognized

Couple of questions if I may:

Should we now delete Makefile.in from CVS?

With automake, presumably it will/can build dist and distcheck targets
as well?

Cheers, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H. Pendleton 2003-05-16 14:26:36 Re: New Autoconf+Automake code
Previous Message Adam H. Pendleton 2003-05-16 14:03:24 New Autoconf+Automake code