In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/922a20e798ed97e7833110cfd1399f5f78c01ec5?hp=80d6bb7a54e6e16c9aa23eb33a477f5ceb08352d>

- Log -----------------------------------------------------------------
commit 922a20e798ed97e7833110cfd1399f5f78c01ec5
Author: H.Merijn Brand - Tux <[email protected]>
Date:   Sun Jun 1 11:39:26 2014 +0200

    Revert 3ffc8c70ad4af0e7b: remove BOOTSTRAP_CHARSET (khw's request)
-----------------------------------------------------------------------

Summary of changes:
 U/ebcdic/ebcdic.U | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/U/ebcdic/ebcdic.U b/U/ebcdic/ebcdic.U
index 506c205..3a36b2d 100644
--- a/U/ebcdic/ebcdic.U
+++ b/U/ebcdic/ebcdic.U
@@ -8,30 +8,17 @@
 ?RCS:  Original author Jarkko Hietaniemi <[email protected]>
 ?RCS:  Merged into dist by Andy Dougherty  July 13, 1998
 ?RCS:
-?MAKE:ebcdic bootstrap_charset: Compile Setvar cat rm_try run
+?MAKE:ebcdic: Compile Setvar cat rm_try run
 ?MAKE: -pick add $@ %<
 ?S:ebcdic:
 ?S:    This variable conditionally defines EBCDIC if this
 ?S:    system uses EBCDIC encoding.
 ?S:.
-?S:bootstrap_charset:
-?S:    This variable conditionally defines BOOTSTRAP_CHARSET if
-?S:    this system uses non-ASCII encoding.
-?S:.
 ?C:EBCDIC:
 ?C:    This symbol, if defined, indicates that this system uses
 ?C:    EBCDIC encoding.
 ?C:.
-?C:BOOTSTRAP_CHARSET:
-?C:    This symbol, if defined, indicates that this system needs
-?C:    converting various files to the native character set before
-?C:    bringing up perl on a system that has a non-ASCII character
-?C:    set and no working perl.
-?C:.
-?LINT:extern BOOTSTRAP_CHARSET
-?D:bootstrap_charset=undef
 ?H:#$ebcdic    EBCDIC          /**/
-?H:#$bootstrap_charset BOOTSTRAP_CHARSET       /**/
 ?H:.
 ?F:!try
 ?LINT:set ebcdic
@@ -46,11 +33,6 @@ int main()
 }
 EOM
 
-case "$BOOTSTRAP_CHARSET" in
-    Y|y|define) bootstrap_charset=$define      ;;
-    *)         bootstrap_charset=$undef        ;;
-esac
-
 val=$undef
 set try
 if eval $compile_ok; then

--
perl5 metaconfig repository

Reply via email to