octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib and automake


From: David Grundberg
Subject: Re: gnulib and automake
Date: Tue, 10 Nov 2009 10:02:00 +0100
User-agent: Thunderbird 2.0.0.21 (X11/20090302)

John W. Eaton wrote:
I've placed another updated version of the automake patch here:

  http://jweaton.org/automake-diffs.gz

This version of the patch should apply cleanly to the the current tip
of the public Octave hg archive on savannah.  I think it addresses all
problems reported so far.  If I've missed something, let me know
what's broken.  I'd like to check in this change within the next day
or two.

jwe

I needed to add a backslash. Once I did that, it builds the executable (but no documentation or check).

Attaching patch.

Regards,
David

diff -r 15d9caf60128 liboctave/Makefile.am
--- a/liboctave/Makefile.am     Mon Nov 09 13:48:22 2009 -0500
+++ b/liboctave/Makefile.am     Tue Nov 10 09:56:57 2009 +0100
@@ -512,7 +512,7 @@
 
 liboctave_la_LIBADD = $(LINK_DEPS)
 
-liboctave_la_LDFLAGS = -release $(version) $(NO_UNDEFINED_LDFLAG)
+liboctave_la_LDFLAGS = -release $(version) $(NO_UNDEFINED_LDFLAG) \
   $(SPARSE_XLDFLAGS) \
   $(ARPACK_LDFLAGS) \
   $(QRUPDATE_LDFLAGS) \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]