In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6e89a33a76ad97097e5b456387f1289b6addf741?hp=841a5e1869a65f80379c03832eaf9887546a9622>

- Log -----------------------------------------------------------------
commit 6e89a33a76ad97097e5b456387f1289b6addf741
Author: H.Merijn Brand <[email protected]>
Date:   Wed Jan 1 18:32:50 2014 +0100

    Regenerated Configure after backports
-----------------------------------------------------------------------

Summary of changes:
 Configure   | 12 +++++-------
 config_h.SH | 18 +++++++++---------
 uconfig.h   | 20 ++++++++++----------
 3 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/Configure b/Configure
index 9c89339..f9cbfe7 100755
--- a/Configure
+++ b/Configure
@@ -28,7 +28,7 @@
 # See Porting/pumpkin.pod for more information on metaconfig.
 #
 
-# Generated on Tue Sep 17 10:34:33 CEST 2013 [metaconfig 3.5 PL0]
+# Generated on Wed Jan  1 18:06:40 CET 2014 [metaconfig 3.5 PL0]
 # (with additional metaconfig patches by [email protected])
 
 cat >c1$$ <<EOF
@@ -17405,8 +17405,6 @@ eval $inlibc
 set setvbuf d_setvbuf
 eval $inlibc
 
-
-
 : see if shmctl exists
 set shmctl d_shmctl
 eval $inlibc
@@ -22115,10 +22113,10 @@ find_extensions='
            DynaLoader|dynaload) ;;
            *)
            this_ext=`echo $xxx | $sed -e s/-/\\\//g`;
-            case "$this_ext" in
-                Scalar/List/Utils) this_ext="List/Util";;
-                PathTools)         this_ext="Cwd";;
-            esac;
+           case "$this_ext" in
+               Scalar/List/Utils) this_ext="List/Util" ;;
+               PathTools)         this_ext="Cwd"       ;;
+           esac;
            echo " $xs_extensions $nonxs_extensions" > $$.tmp;
            if $contains " $this_ext " $$.tmp; then
                echo >&4;
diff --git a/config_h.SH b/config_h.SH
index c56867b..071229a 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -921,15 +921,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
 #define OSNAME "$osname"               /**/
 #define OSVERS "$osvers"               /**/
 
-/* MULTIARCH:
- *     This symbol, if defined, signifies that the build
- *     process will produce some binary files that are going to be
- *     used in a cross-platform environment.  This is the case for
- *     example with the NeXT "fat" binaries that contain executables
- *     for several CPUs.
- */
-#$multiarch MULTIARCH          /**/
-
 /* USE_CROSS_COMPILE:
  *     This symbol, if defined, indicates that Perl is being cross-compiled.
  */
@@ -942,6 +933,15 @@ sed <<!GROK!THIS! >$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
 #define        PERL_TARGETARCH "$targetarch"   /**/
 #endif
 
+/* MULTIARCH:
+ *     This symbol, if defined, signifies that the build
+ *     process will produce some binary files that are going to be
+ *     used in a cross-platform environment.  This is the case for
+ *     example with the NeXT "fat" binaries that contain executables
+ *     for several CPUs.
+ */
+#$multiarch MULTIARCH          /**/
+
 /* MEM_ALIGNBYTES:
  *     This symbol contains the number of bytes required to align a
  *     double, or a long double when applicable. Usual values are 2,
diff --git a/uconfig.h b/uconfig.h
index 36dcf2e..8e728ab 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -886,15 +886,6 @@
 #define OSNAME "unknown"               /**/
 #define OSVERS "unknown"               /**/
 
-/* MULTIARCH:
- *     This symbol, if defined, signifies that the build
- *     process will produce some binary files that are going to be
- *     used in a cross-platform environment.  This is the case for
- *     example with the NeXT "fat" binaries that contain executables
- *     for several CPUs.
- */
-/*#define MULTIARCH            / **/
-
 /* USE_CROSS_COMPILE:
  *     This symbol, if defined, indicates that Perl is being cross-compiled.
  */
@@ -907,6 +898,15 @@
 #define        PERL_TARGETARCH ""      /**/
 #endif
 
+/* MULTIARCH:
+ *     This symbol, if defined, signifies that the build
+ *     process will produce some binary files that are going to be
+ *     used in a cross-platform environment.  This is the case for
+ *     example with the NeXT "fat" binaries that contain executables
+ *     for several CPUs.
+ */
+/*#define MULTIARCH            / **/
+
 /* MEM_ALIGNBYTES:
  *     This symbol contains the number of bytes required to align a
  *     double, or a long double when applicable. Usual values are 2,
@@ -4718,6 +4718,6 @@
 #endif
 
 /* Generated from:
- * 63850d620b5f962e8fbbf7c826eb9cba1b8ac13f3443c80eee1c9061756fae69 config_h.SH
+ * 01c6afba563531a39cba7bc09849f8ec6fbe74fe96e3bd2c16e543ec67e2de16 config_h.SH
  * 71b0dcf437b30c409fc23b5c4c6ec2c988fc419295a650fe80f93a6d5fb0ff94 uconfig.sh
  * ex: set ro: */

--
Perl5 Master Repository

Reply via email to