In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/ba77c461a7b287892e67a0863308a24dce3c13db?hp=c53c1a5740b7c02151815b07f054024cf7bec608>

- Log -----------------------------------------------------------------
commit ba77c461a7b287892e67a0863308a24dce3c13db
Author: Andy Dougherty <[email protected]>
Date:   Thu Dec 8 21:29:09 2011 -0500

    Fix spelling error in config_argN, RT [perl #82788].

M       U/mkglossary

commit ff6e6757f893f181240d848a1cfd0fa72f68adc4
Merge: 05567fe c53c1a5
Author: Andy Dougherty <[email protected]>
Date:   Thu Dec 8 21:28:12 2011 -0500

    Merge branch 'master' of perl5.git.perl.org:/metaconfig

commit 05567fe7a4c796de1cf2cbb7d110763167c11840
Author: Andy Dougherty <[email protected]>
Date:   Wed Sep 21 12:02:18 2011 -0400

    Use a real compile to test for  stdbool.h.
    
    On some Solaris systems, <stdbool.h> is present, but will give an
    error if used by a compiler that is not sufficiently c99-compliant.
    Check for this by including <stdbool.h> and trying to compile a
    short program that uses bool.

M       U/perl/i_stdbool.U
-----------------------------------------------------------------------

Summary of changes:
 U/mkglossary |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/U/mkglossary b/U/mkglossary
index 1406ffa..0d7288e 100755
--- a/U/mkglossary
+++ b/U/mkglossary
@@ -196,6 +196,6 @@ config_arg0 (Options.U):
 config_argc (Options.U):
        This variable contains the number of command-line arguments
        passed to Configure, as reported by the shell in the $# variable.
-       The individual arguments are stored as variables config_argc1,
-       config_argc2, etc.
+       The individual arguments are stored as variables config_arg1,
+       config_arg2, etc.
 

--
perl5 metaconfig repository

Reply via email to