]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: fix violations and re-enable sc_prohibit_empty_lines_at_EOF.
authorGary V. Vaughan <gary@gnu.org>
Mon, 24 Oct 2011 11:29:45 +0000 (18:29 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:21:07 +0000 (19:21 +0700)
* cfg.mk (local-checks-to-fix): Remove
sc_prohibit_empty_lines_at_EOF from list of disabled checks.
* THANKS, libltdl/argz.c, libltdl/config/getopt.m4sh,
tests/f77demo/README, tests/f77demo/cprogram.c,
tests/f77demo/fprogram.f, tests/fcdemo/README,
tests/fcdemo/cprogram.c, tests/libtoolize.at,
tests/mdemo/README, tests/mdemo2/README, tests/pdemo-inst.test:
Remove spurious empty lines from the end of these files.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
12 files changed:
THANKS
cfg.mk
libltdl/argz.c
tests/f77demo/README
tests/f77demo/cprogram.c
tests/f77demo/fprogram.f
tests/fcdemo/README
tests/fcdemo/cprogram.c
tests/libtoolize.at
tests/mdemo/README
tests/mdemo2/README
tests/pdemo-inst.test

diff --git a/THANKS b/THANKS
index da43e65f49e4f01588b441cec11c95ce400b07d9..84cb6c9d531fc3c0b447bdc58890237020f0d6ee 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -224,4 +224,3 @@ along with GNU Libtool; see the file COPYING.  If not, a copy
 can be downloaded from  http://www.gnu.org/licenses/gpl.html,
 or obtained by writing to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
diff --git a/cfg.mk b/cfg.mk
index e2568ee1f6d798b7a84a518ddf21ee5e43c1d2a2..bd0b4ad824d725586f5bd2c3b7e0af14a69abfe7 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -40,7 +40,6 @@ VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/
 local-checks-to-fix =                          \
        sc_prohibit_always-defined_macros       \
        sc_prohibit_always_true_header_tests    \
-       sc_prohibit_empty_lines_at_EOF          \
        sc_prohibit_have_config_h               \
        sc_prohibit_magic_number_exit           \
        sc_prohibit_stddef_without_use          \
index 8567723bfd5fce190e25c25a2da9ef504b00622c..b2e7769daff24a4c4fb2e01e65e9bc1e16aae083 100644 (file)
@@ -223,4 +223,3 @@ argz_stringify (char *argz, size_t argz_len, int sep)
        }
     }
 }
-
index 11df06c77810f7b8c5d16ade43c576099844352c..1417e729dad90d3d047618319c954fc07c1b5934 100644 (file)
@@ -10,7 +10,3 @@ function.
 
 This demo requires GNU autoconf, automake, 
 libtool with the F77 tag and quite obvious Fortran 77.
-
-
-
-
index 84955247348568996c491bbc3bf84ea8ba0a0ed2..3275fd58373f047687574fce6a48a159df2aa668 100644 (file)
@@ -51,4 +51,3 @@ main ()
   
   return 0;
 }
-
index f4b4ccddde286ed0040450cdf8408bafd8dc0e5a..faf56a63b58ab41ec188739f57612bc558e2b08b 100644 (file)
@@ -31,4 +31,3 @@ C
 
       stop
       end
-
index 50cee2b256f260ecf26de2298f23cad0da66eb66..44214a082e8f0973bfe95aaf2e4521617655904e 100644 (file)
@@ -10,7 +10,3 @@ function.
 
 This demo requires GNU autoconf, automake, 
 libtool with the FC tag and quite obvious Fortran.
-
-
-
-
index 39fa395d8a289ee44ef1320155de60ca91f5d5b9..b0bdf123bb42a73725eb35e6fcec1ca47dee8da5 100644 (file)
@@ -52,4 +52,3 @@ main ()
   
   return 0;
 }
-
index 674826f87e2a10a71e999afc0605f12c4e6f3e6a..030ece79a8a71e648340396df9ef246730153261 100644 (file)
@@ -1071,4 +1071,3 @@ AT_CHECK([grep 'keep me' acinclude.m4], 0, [ignore])
 AT_CHECK([test -f libltdl/acinclude.m4], 1, [ignore], [ignore])
 
 AT_CLEANUP
-
index 936396a9bb37a1e2a8f4905fec634db7e745437d..a599ff21bb4fbb8efa94aedc52bfde21547f06d4 100644 (file)
@@ -14,4 +14,3 @@ libraries *are* built as dll's, but do not have the __declspec
 machinery to make them suitable for loading at link time.  This is
 only for clarity inside this example, look at the example in ../demo
 to see how the __declspec macros should be set up.
-
index 8a1e18ba809d82d5f848d0147a1a3bc8ce953667..a80887633b2a9edc13d79c4c4174af53e1db161c 100644 (file)
@@ -2,4 +2,3 @@ This is mdemo2, an example package that attempts to use GNU libtool to
 link with a library that itself does dlopening of libtool modules.
 
 This demo depends upon the libraries generated in ../mdemo.
-
index 8188b0052ffeeb21d359a3342bfe7c69668abdc8..67753b1edefe5cd6a3c2a34656922a0de2c1cc9e 100755 (executable)
@@ -36,4 +36,3 @@ func_exec "$prefix/bin/hell$EXEEXT" 'Welcome to GNU Hell'
 func_exec "$prefix/bin/helldl$EXEEXT" '(Welcome to .*GNU Hell|unsupported)'
 
 exit $status
-