From: Ralf Wildenhues Date: Sat, 31 Jan 2009 09:33:00 +0000 (+0100) Subject: Fix mmodely.test to work on Solaris 10. X-Git-Tag: v1.10b~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77316d54d4f279f82f4fae6d49336fa442ec1849;p=thirdparty%2Fautomake.git Fix mmodely.test to work on Solaris 10. * tests/mmodely.test: Define yylex, to satisfy needed symbol in libfl. Return from main instead of using exit, undeclared. * THANKS: Update. Report by Chris Hoogendyk. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 27bf4e35f..6ca208c25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-01-31 Ralf Wildenhues + + Fix mmodely.test to work on Solaris 10. + * tests/mmodely.test: Define yylex, to satisfy needed symbol in + libfl. Return from main instead of using exit, undeclared. + * THANKS: Update. + Report by Chris Hoogendyk. + 2009-01-30 Karl Berry * lib/gnupload: Add download URL to --help output. diff --git a/THANKS b/THANKS index b415eab1b..240e3438c 100644 --- a/THANKS +++ b/THANKS @@ -52,6 +52,7 @@ Bruce Korb bkorb@gnu.org Bruno Haible haible@ilog.fr Carsten Lohrke carlo@gentoo.org Charles Wilson cwilson@ece.gatech.edu +Chris Hoogendyk hoogendyk@bio.umass.edu Chris Pickett chris.pickett@mail.mcgill.ca Chris Provenzano proven@io.proven.org Christian Cornelssen ccorn@cs.tu-berlin.de diff --git a/tests/mmodely.test b/tests/mmodely.test index fd11ac211..2173523ae 100755 --- a/tests/mmodely.test +++ b/tests/mmodely.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006, 2007, 2009 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,18 +39,26 @@ zardoz_SOURCES = zardoz.y joe.l LDADD = @LEXLIB@ END -# The point of this test is that it is not dependant on a working lex or yacc. +# The point of this test is that it is not dependent on a working lex or yacc. cat > joe.c < zardoz.c <