summaryrefslogtreecommitdiff
path: root/lib/autoconf/autoheader.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-04-20 06:09:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-04-20 06:09:01 +0000
commitdd756ac9770189df765b81eb288d26cd05ab7791 (patch)
tree1b14afcc1faac1d6d65dd03ae62938be8a97ded9 /lib/autoconf/autoheader.m4
parent9949452effcad30c82ea4d4077626950bec3de17 (diff)
downloadautoconf-dd756ac9770189df765b81eb288d26cd05ab7791.tar.gz
Minor spelling and grammar fixes.
Diffstat (limited to 'lib/autoconf/autoheader.m4')
-rw-r--r--lib/autoconf/autoheader.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/autoconf/autoheader.m4 b/lib/autoconf/autoheader.m4
index c82aa3ea..d60b0bda 100644
--- a/lib/autoconf/autoheader.m4
+++ b/lib/autoconf/autoheader.m4
@@ -1,7 +1,8 @@
# This file is part of Autoconf. -*- Autoconf -*-
# Interface with autoheader.
-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
-# Free Software Foundation, Inc.
+
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -62,7 +63,7 @@ m4_define([AH_OUTPUT], [])
# If KEY is direct (i.e., no indirection such as in KEY=$my_func which
# may occur if there is AC_CHECK_FUNCS($my_func)), issue an autoheader
# TEMPLATE associated to the KEY. Otherwise, do nothing. TEMPLATE is
-# output as is, with no formating.
+# output as is, with no formatting.
m4_define([AH_VERBATIM],
[AS_LITERAL_IF([$1],
[AH_OUTPUT([$1], AS_ESCAPE([[$2]]))])