Files
apache-http-server/build/config-stubs
Manoj Kasichainula c6b9cc45c1 The second part of the big autoconf patch, which actually adds autoconf
building to the tree.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84187 13f79535-47bb-0310-9956-ffa450edef68
1999-11-29 23:47:33 +00:00

9 lines
152 B
Bash
Executable File

#!/bin/sh
dir=$1
for stubdir in `find $dir -type d`; do
if [ -r $stubdir/config.m4 ]; then
echo "sinclude($stubdir/config.m4)"
fi
done