From: Stefano Lattarini Date: Sat, 25 Feb 2012 08:43:51 +0000 (+0100) Subject: cosmetics: proper capitalization and full stops in 'm4/depend.m4' X-Git-Tag: v1.11b~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a3d70d9714a4a70901e0a93ae9dc6f09f1ff1f;p=thirdparty%2Fautomake.git cosmetics: proper capitalization and full stops in 'm4/depend.m4' --- diff --git a/m4/depend.m4 b/m4/depend.m4 index 1601c637a..8d7adf644 100644 --- a/m4/depend.m4 +++ b/m4/depend.m4 @@ -5,7 +5,7 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 15 +# serial 16 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -93,7 +93,7 @@ AC_CACHE_CHECK([dependency style of $depcc], # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel - # versions had trouble with output in subdirs + # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in @@ -102,8 +102,8 @@ AC_CACHE_CHECK([dependency style of $depcc], test "$am__universal" = false || continue ;; nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else @@ -159,7 +159,7 @@ AM_CONDITIONAL([am__fastdep$1], [ # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl