From 2c4964a16dabf0d798dfafa927267f9c1d471cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 28 Jul 2000 16:35:52 -0700 Subject: [PATCH] oops Rev: src/run_autoconfig:1.30 --- src/run_autoconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/run_autoconfig b/src/run_autoconfig index 56dbf3a943..60560d78f2 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 -- GitLab