ConfigPerl revision 7c478bd95313f5f23a4c958a745db2134aa03244
17590N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 17311N/A# Use is subject to license terms. 17311N/A# This script was used to generate the perl configuration files used in the 17311N/A# integration of perl 5.6.1 into ON. The previous 5.005_03 integration was 17311N/A# done by hand-editing the files generated by Configure to make them conform to 17311N/A# the ON perl directory layout. Hopefully this script will make it easier to 17311N/A# recreate the same configuration for future integrations of perl into ON, 17311N/A# without relying on error-prone manual edits of the files generated by 17545N/A# Configure. This script should be run from within the perl source directory. 17311N/A# Delete any old configuration files 17590N/A# Run Configure with the correct flags to give the required config files 17311N/A# Manually remove the record of the Configure command-line and extra whitespace 17311N/A -e
"s/^config_argc=.*/config_argc=0/" \
17311N/A -e
"/^config_arg[1-9][0-9]*=/d" \