summaryrefslogtreecommitdiff
path: root/m4/depend.m4
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-25 09:43:51 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-25 18:31:04 +0100
commitc5a3d70d9714a4a70901e0a93ae9dc6f09f1ff1f (patch)
treecb054bdf960931ecf699487b3b5682e4dcfc2c83 /m4/depend.m4
parent1e839f9acc95c0b4c4ab602f28e29d9413e084ce (diff)
downloadautomake-c5a3d70d9714a4a70901e0a93ae9dc6f09f1ff1f.tar.gz
cosmetics: proper capitalization and full stops in 'm4/depend.m4'
Diffstat (limited to 'm4/depend.m4')
-rw-r--r--m4/depend.m410
1 files changed, 5 insertions, 5 deletions
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