mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
syntax-check: fix violations and re-enable sc_prohibit_empty_lines_at_EOF.
* 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>
This commit is contained in:
parent
407cea5ebb
commit
baf75223ff
1
THANKS
1
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.
|
||||
|
||||
|
1
cfg.mk
1
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 \
|
||||
|
@ -223,4 +223,3 @@ argz_stringify (char *argz, size_t argz_len, int sep)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,3 @@ function.
|
||||
|
||||
This demo requires GNU autoconf, automake,
|
||||
libtool with the F77 tag and quite obvious Fortran 77.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -51,4 +51,3 @@ main ()
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -31,4 +31,3 @@ C
|
||||
|
||||
stop
|
||||
end
|
||||
|
||||
|
@ -10,7 +10,3 @@ function.
|
||||
|
||||
This demo requires GNU autoconf, automake,
|
||||
libtool with the FC tag and quite obvious Fortran.
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -52,4 +52,3 @@ main ()
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user