summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-09-16 15:03:40 +0200
committerNicholas Clark <nick@ccl4.org>2011-09-21 10:40:58 +0200
commit79681fc5b8f41f8bd308aa52861190289a2c9299 (patch)
treec05cc500035e6e70e0a2ab0422e90d450504e242
parent12da209bf45a673a9f3da0d6a0bdf3b2ecc254e2 (diff)
downloadperl-79681fc5b8f41f8bd308aa52861190289a2c9299.tar.gz
Add empty Author and zip entries to symbian/config.sh and uconfig{,64}.sh
This brackets the probed values sections consistently across all config.sh type files, between Author and zip inclusive. Move PERL_CONFIG_SH to the end of NetWare/config.wc and symbian/config.sh, and PERL_CONFIG_SH CONFIGDOTSH to the end of win32/config.ce, to be consistent with the other config.sh files.
-rw-r--r--NetWare/config.wc2
-rw-r--r--symbian/config.sh4
-rw-r--r--uconfig.h2
-rw-r--r--uconfig.sh2
-rw-r--r--uconfig64.sh2
-rw-r--r--win32/config.ce3
6 files changed, 10 insertions, 5 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index 298fe35be0..71b398d90c 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -1,7 +1,6 @@
## Configured by: ~cf_email~
## Target system: NetWare
Author='Guruprasad'
-PERL_CONFIG_SH='true'
Date='$Date'
Header=''
Id='$Id'
@@ -1039,6 +1038,7 @@ PERL_API_SUBVERSION='~PERL_API_SUBVERSION~'
PERL_API_VERSION='~PERL_API_VERSION~'
PATCHLEVEL='~PERL_VERSION~'
SUBVERSION='~PERL_SUBVERSION~'
+PERL_CONFIG_SH='true'
base_import=''
nlm_version=''
mpktool=''
diff --git a/symbian/config.sh b/symbian/config.sh
index e218a55964..e0115d09d4 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -1,5 +1,5 @@
#!\\bin\\sh
-PERL_CONFIG_SH='true'
+Author=''
_a='.a'
_o='.o'
afs='false'
@@ -847,3 +847,5 @@ uvxformat='"lx"'
versiononly='undef'
voidflags=1
xs_apiversion='5.008'
+zip=''
+PERL_CONFIG_SH='true'
diff --git a/uconfig.h b/uconfig.h
index 765480052f..9b2867b680 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -4705,5 +4705,5 @@
/* Generated from:
* 5c3a0864433ad4da7f3248b108cf8e17c19bd4d71799cd56b6c2a73bb647561a config_h.SH
- * 572c1e5ebb7563dcf5fa02c1ff0b1ca588d8aab1d52e0ffed24245c95dc7a137 uconfig.sh
+ * a6b7197faacd07cbe976969ff7dbafe88df541efb63d49f4bf3307763962172d uconfig.sh
* ex: set ro: */
diff --git a/uconfig.sh b/uconfig.sh
index 0f047ae6cf..387b2f764c 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+Author=''
_a='.a'
_o='.o'
afs='false'
@@ -808,3 +809,4 @@ vendorlib_stem=''
vendorlibexp=''
versiononly='undef'
voidflags=1
+zip=''
diff --git a/uconfig64.sh b/uconfig64.sh
index 7d94741598..a35568a475 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+Author=''
_a='.a'
_o='.o'
afs='false'
@@ -809,3 +810,4 @@ vendorlib_stem=''
vendorlibexp=''
versiononly='undef'
voidflags=1
+zip=''
diff --git a/win32/config.ce b/win32/config.ce
index cfc4815d32..d92b3cf2b5 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -1,8 +1,6 @@
## Configured by: ~cf_email~
## Target system: WINCE
Author=''
-PERL_CONFIG_SH='true'
-CONFIGDOTSH='true'
Date='$Date'
Header=''
Id='$Id'
@@ -1032,3 +1030,4 @@ PERL_API_VERSION='~PERL_API_VERSION~'
PATCHLEVEL='~PERL_VERSION~'
PERL_PATCHLEVEL='~PERL_PATCHLEVEL~'
PERL_CONFIG_SH='true'
+CONFIGDOTSH='true'