Re: New Autoconf+Automake code - Mailing list pgadmin-hackers

From Dave Page
Subject Re: New Autoconf+Automake code
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B83AF09F@mail.vale-housing.co.uk
Whole thread Raw
In response to New Autoconf+Automake code  ("Adam H. Pendleton" <fmonkey@fmonkey.net>)
Responses Re: New Autoconf+Automake code  ("Adam H. Pendleton" <fmonkey@fmonkey.net>)
List pgadmin-hackers

> -----Original Message-----
> From: Adam H. Pendleton [mailto:fmonkey@fmonkey.net]
> Sent: 16 May 2003 15:03
> To: pgadmin-hackers@postgresql.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.

pgadmin-hackers by date:

Previous
From: "Adam H. Pendleton"
Date:
Subject: New Autoconf+Automake code
Next
From: "Adam H. Pendleton"
Date:
Subject: Re: New Autoconf+Automake code