]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Always use one space before the opening
authorAkim Demaille <akim@epita.fr>
Fri, 8 Sep 2000 15:38:21 +0000 (15:38 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 8 Sep 2000 15:38:21 +0000 (15:38 +0000)
parenthesis in @defmac

ChangeLog
doc/autoconf.texi

index 4a69ff105ca23db1635606082e82afc8120a3d75..56df84737860e8aaa6d3668d94e4b98c22122c89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-08  Pavel Roskin  <proski@gnu.org>
+
+       * doc/autoconf.texi: Always use one space before the opening
+       parenthesis in @defmac
+
 2000-09-06   Morten Eriksen  <mortene@sim.no>
 
        * acspecific.m4 (_AC_OBJEXT): No longer use AC_COMPILE_IFELSE,
index 45722e5ef5c4f1940a4b4982deb2427e1dd605ee..23bbeca8d241b96a147ac2bd6a03da1b8c86420f 100644 (file)
@@ -1245,7 +1245,7 @@ AC_PREREQ(@value{VERSION})
 This macro is the only macro that may be used before @code{AC_INIT}.
 @end defmac
 
-@defmac AC_COPYRIGHT(@var{copyright-notice})
+@defmac AC_COPYRIGHT (@var{copyright-notice})
 @maindex COPYRIGHT
 @cindex Copyright Notice
 State that in addition to the Free Software Foundation's copyright over
@@ -2272,7 +2272,7 @@ AC_CONFIG_COMMANDS(time-stamp, [date >time-stamp])
 @end example
 @end defmac
 
-@defmac AC_CONFIG_COMMANDS_PRE(@var{cmds})
+@defmac AC_CONFIG_COMMANDS_PRE (@var{cmds})
 @maindex OUTPUT_COMMANDS_PRE
 Execute the @var{cmds} right before creating @file{config.status}.  A
 typical use is computing values derived from variables built during the
@@ -2285,7 +2285,7 @@ AC_SUBST(LTLIBOBJS)])
 @end example
 @end defmac
 
-@defmac AC_CONFIG_COMMANDS_POST(@var{cmds})
+@defmac AC_CONFIG_COMMANDS_POST (@var{cmds})
 @maindex OUTPUT_COMMANDS_POST
 Execute the @var{cmds} right after creating @file{config.status}.
 @end defmac
@@ -4355,7 +4355,7 @@ If the Fortran 77 identifier contains an underscore
 77 compilers mangle names differently if they contain an underscore.
 @end defmac
 
-@defmac AC_F77_FUNC  (@var{name}, @ovar{shellvar})
+@defmac AC_F77_FUNC (@var{name}, @ovar{shellvar})
 @maindex F77_FUNC
 Given an identifier @var{name}, set the shell variable @var{shellvar} to
 hold the mangled version @var{name} according to the rules of the