Unix Technical Forum

Automake error

This is a discussion on Automake error within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> In the current svn, I had to make the following change, otherwise automake would refuse to complete: Index: Makefile.am ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 07:10 PM
Peter Eisentraut
 
Posts: n/a
Default 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.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 07:10 PM
Dave Page
 
Posts: n/a
Default Re: Automake error



> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailtogadmin-hackers-owner@postgresql.org] On Behalf Of
> Peter Eisentraut
> Sent: 16 June 2006 14:53
> To: pgadmin-hackers@postgresql.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.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:27 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com