diff --git a/src/run_autoconfig b/src/run_autoconfig index 56dbf3a943c0029422c38e9ee3011999108e5558..60560d78f28780a28f52010b28b7980b91581804 100755 --- a/src/run_autoconfig +++ b/src/run_autoconfig @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: run_autoconfig,v 1.29 2000/07/28 21:22:01 hubbe Exp $ +# $Id: run_autoconfig,v 1.30 2000/07/28 23:35:52 hubbe Exp $ # # Bootstrap script @@ -32,7 +32,7 @@ else fi IFS='' -( find . -follow -type d -print || find .-type d -print ) |egrep -v '/(CVS)|(RCS)|(test-install)$'| while read dir; do +( find . -follow -type d -print || find . -type d -print ) |egrep -v '/(CVS)|(RCS)|(test-install)$'| while read dir; do if [ -f $dir/Makefile.am -a -f $dir/configure.in ]; then # aclocal needs to be run before autoconf