From: Stefano Lattarini Date: Fri, 19 Nov 2010 19:24:28 +0000 (+0100) Subject: Automake::Config: remove extra trailing semicolon. X-Git-Tag: ng-0.5a~330^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15cd54c001e1510c6593adfd3391f69d4bcc9c45;p=thirdparty%2Fautomake.git Automake::Config: remove extra trailing semicolon. * lib/Automake/Config.in: Remove extra trailing semicolon. --- diff --git a/ChangeLog b/ChangeLog index d433d450d..fbc114e19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-11-19 Stefano Lattarini + Automake::Config: remove extra trailing semicolon. + * lib/Automake/Config.in: Remove extra trailing semicolon. + help4.test: fix botched heading comment. * tests/help4.test: Fixed the heading comment, since it didn't correctly describe what checks the testcase was diff --git a/lib/Automake/Config.in b/lib/Automake/Config.in index 7e8704446..b6674dc8c 100644 --- a/lib/Automake/Config.in +++ b/lib/Automake/Config.in @@ -34,7 +34,7 @@ our $VERSION = '@VERSION@'; our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@'; our $perl_threads = @PERL_THREADS@; -1;; +1; ### Setup "GNU" style for perl-mode and cperl-mode. ## Local Variables: