Re: Automake error

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Automake error
Date: 2006-06-16 14:06:50
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4013889F8@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Peter Eisentraut
> Sent: 16 June 2006 14:53
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] Automake error
>
> In the current svn, I had to make the following change,
> otherwise automake
> would refuse to complete:
>
> Index: Makefile.am
> ===================================================================
> --- Makefile.am (Revision 5229)
> +++ Makefile.am (Arbeitskopie)
> @@ -51,13 +51,9 @@
> $(top_srcdir)/docs/en_US/slony/*.css \
> $(top_srcdir)/docs/en_US/slony/*.html
>
> -if INSTALL_DOCS
> TMP_docs = \
> $(TMP_docs_local) \
> $(TMP_docs_external)
> -else
> -TMP_docs =
> -endif
>
> if !APPBUNDLE
> nobase_dist_pkgdata_DATA = $(TMP_docs)
>
> This makes sense, because the INSTALL_DOCS conditional isn't
> defined anywhere.

I see it defined in acinclude.m4 - perhaps you need to rerun
bootstrap.sh?

Regards, Dave.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-06-16 14:08:47 Re: libxslt missing
Previous Message Peter Eisentraut 2006-06-16 13:56:49 Crashes when setting refresh interval to 0