On Wed, Jan 13, 2010 at 2:00 PM, Garrett Cooper <[email protected]> wrote: > On Wed, Jan 13, 2010 at 12:01 PM, Paul Larson <[email protected]> > wrote: >> Can we go ahead and push this in, or is there a problem you see with it? >> I also tested with older automake in karmic (automake 1.11) and it had >> no problems there. >> >> Thanks, >> Paul Larson >> >> On Mon, 2010-01-11 at 09:43 -0800, Garrett Cooper wrote: >>> On Mon, Jan 11, 2010 at 8:10 AM, Paul Larson <[email protected]> >>> wrote: >>> > Make autotools seems to break on more recent versions without this. >>> > >>> > Signed-off-by: Paul Larson <[email protected]> >>> > --- >>> > diff --git a/include/mk/automake.mk b/include/mk/automake.mk >>> > index e23d5d4..889e6cf 100644 >>> > --- a/include/mk/automake.mk >>> > +++ b/include/mk/automake.mk >>> > @@ -59,7 +59,7 @@ include: >>> > mkdir -p "$@" >>> > >>> > m4/ltp-version.m4: ChangeLog >>> > - sed -n '1{s:LTP-:AC_DEFUN([LTP_VERSION],[:;s:$$:]):;p;q}' $< > $@ >>> > + sed -n '1{s:LTP-:m4_define([LTP_VERSION],[:;s:$$:]):;p;q}' $< > $@ >>> > >>> > .PHONY: automake >>> > AUTOMAKE_FILES := config.guess config.sub install-sh missing stamp-h1 >>> >>> Hi Paul, >>> What version of automake and m4 are you using? >>> Thanks, >>> -Garrett > > Thanks for the reminder :] -- I'll commit it later on tonight!
Committed -- thanks! -Garrett ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
