automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: two typos


From: Alexandre Duret-Lutz
Subject: FYI: two typos
Date: 16 Jul 2002 23:18:43 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm checking in this on branch-1-6 and HEAD.  (The automake.texi
change is already on HEAD.)

2002-07-16  Alexandre Duret-Lutz  <address@hidden>

        * automake.texi (Options): s/AM_AUTOMAKE_OPTIONS/AM_INIT_AUTOMAKE/.
        * automake.in (handle_single_transform_list): Typo.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1287.2.14
diff -u -r1.1287.2.14 automake.in
--- automake.in 21 Jun 2002 20:26:32 -0000      1.1287.2.14
+++ automake.in 16 Jul 2002 21:49:13 -0000
@@ -2119,7 +2119,7 @@
            # Distribute derived sources unless the source they are
            # derived from is not.
            &push_dist_common ($object)
-               unless ($topparent =~ /^(:?nobase_)?nodist_/);
+               unless ($topparent =~ /^(?:nobase_)?nodist_/);
            next;
        }
 
Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.271.2.6
diff -u -r1.271.2.6 automake.texi
--- automake.texi       7 Jul 2002 21:44:16 -0000       1.271.2.6
+++ automake.texi       16 Jul 2002 21:49:28 -0000
@@ -4218,7 +4218,7 @@
 Unrecognized options are diagnosed by @code{automake}.
 
 If you want an option to apply to all the files in the tree, you can use
-the @code{AM_AUTOMAKE_OPTIONS} macro in @file{configure.in}.
+the @code{AM_INIT_AUTOMAKE} macro in @file{configure.in}.
 @xref{Macros}.
 
 
-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]