Cross Reference: config-stubs
xref
: /
httpd
/
build
/
config-stubs
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
config-stubs revision 65aff8f609775e87fc0d06e606d8981ef222e789
#!/
bin
/
sh
for
configfiles
in
`
find
. -
name
"config*.m4"
| \
sed
's#\(.*\)\/config\(.*\)\.m4#\
2config.m
4\1#'
| \
sort
-n -b | \
sed
's#\(.*\)
config.m
4\(.*\)#\2/config\
1.m
4#g'
`
;
do
if
[ -r
$configfiles
];
then
echo
"sinclude(
$configfiles
)"
fi
done