summaryrefslogtreecommitdiff
path: root/Porting/config.sh
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-09-16 19:01:33 +0200
committerNicholas Clark <nick@ccl4.org>2011-09-21 10:40:58 +0200
commit7ee20c719ab9b20eb24e3516e40805ff970cfe4a (patch)
tree64336465fbb8ab3160cdcf7a153f5404e834aa4e /Porting/config.sh
parent79681fc5b8f41f8bd308aa52861190289a2c9299 (diff)
downloadperl-7ee20c719ab9b20eb24e3516e40805ff970cfe4a.tar.gz
Add a --regen option to checkcfgvar.pl to regenerate config files.
Verify that the section of config file containing probed files is sorted lexically. If --regen is used, updated the file on disk with a correctly sorted version. (Except for configure.com, which has a different structure not amenable to automatic analysis and update, hence still has to be updated manually.) Ensure all config files are correctly sorted.
Diffstat (limited to 'Porting/config.sh')
-rw-r--r--Porting/config.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/config.sh b/Porting/config.sh
index 076a4bfa41..2c7c2aa8ac 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -990,6 +990,8 @@ srand48_r_proto='0'
srandom_r_proto='0'
src='.'
ssizetype='ssize_t'
+st_ino_sign='1'
+st_ino_size='4'
startperl='#!/opt/perl/bin/perl5.15.3'
startsh='#!/bin/sh'
static_ext=' '
@@ -1000,8 +1002,6 @@ stdio_cnt='((fp)->_IO_read_end - (fp)->_IO_read_ptr)'
stdio_filbuf=''
stdio_ptr='((fp)->_IO_read_ptr)'
stdio_stream_array=''
-st_ino_sign='1'
-st_ino_size='4'
strerror_r_proto='0'
strings='/usr/include/string.h'
submit=''