summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2014-01-01 16:32:04 -0700
committerEric Blake <eblake@redhat.com>2014-01-01 16:32:04 -0700
commit29943c7e4a16f3d43dccbb8b697e31667baef4e9 (patch)
treeadc7483fe5ed6d4448d2175526601ac845dceb38 /bin
parenta610501ded21105bae73a5825009b8d29b0ca43b (diff)
downloadautoconf-29943c7e4a16f3d43dccbb8b697e31667baef4e9.tar.gz
maint: fix 'make syntax-check' findings
Fix syntax check warnings that are unrelated to the new copyright year. * lib/local.mk (lib/autoscan/autoscan.list): Reduce indent, to avoid mix of tab and 8 spaces. * bin/local.mk (bin/autoconf.in): Likewise. * lib/autoconf/c.m4 (_AC_CXX_CXX98_TEST_BODY): Use consistent case in message. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/local.mk b/bin/local.mk
index 0edfbbe0..b599a2b7 100644
--- a/bin/local.mk
+++ b/bin/local.mk
@@ -46,7 +46,7 @@ MOSTLYCLEANFILES += $(bin_SCRIPTS) bin/autoconf.in bin/*.tmp
# installation below the same $(prefix); work around this with --melt.
bin/autoconf.in: $(srcdir)/bin/autoconf.as $(m4sh_m4f_dependencies)
$(MY_AUTOM4TE) --language M4sh --cache '' \
- --melt $(srcdir)/bin/autoconf.as -o $@
+ --melt $(srcdir)/bin/autoconf.as -o $@
## All the scripts depend on Makefile so that they are rebuilt when the
## prefix etc. changes. It took quite a while to have the rule correct,