Re: New Autoconf+Automake code

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

Dave Page wrote:

>On my Slackware 9 box I get:
>
>+ aclocal
>+ autoheader
>+ automake --foreign --add-missing --copy
>configure.in:5 option `pgAdmin3, ' not recognized
>
What version of automake are you running? Change the line from:

AM_INIT_AUTOMAKE([pgAdmin3, 0.10])

to:

AM_INIT_AUTOMAKE(pgAdmin3, 0.10)

and see if that makes and difference. Quoting in []'s may be a recent
addition to automake, though I don't think so.

>Couple of questions if I may:
>
>Should we now delete Makefile.in from CVS?
>
Yes, Makefile.in will go away.

>With automake, presumably it will/can build dist and distcheck targets
>as well?
>
Yup. :)

ahp

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-05-16 14:43:38 Re: New Autoconf+Automake code
Previous Message Dave Page 2003-05-16 14:18:58 Re: New Autoconf+Automake code