From 61cd755b179aed6d985f1764e3d1818f5acbd3f8 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 14:22:01 -0700
Subject: [PATCH] fix for compiling in source dir

Rev: src/run_autoconfig:1.29
---
 src/run_autoconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/run_autoconfig b/src/run_autoconfig
index 1944fa69a3..56dbf3a943 100755
--- a/src/run_autoconfig
+++ b/src/run_autoconfig
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: run_autoconfig,v 1.28 2000/07/28 20:51:49 hubbe Exp $
+# $Id: run_autoconfig,v 1.29 2000/07/28 21:22:01 hubbe Exp $
 #
 # Bootstrap script
 
@@ -32,7 +32,7 @@ else
 fi
 
 IFS=''
-( find . -follow -type d -print || find .-type d -print ) |egrep -v '/(CVS)|(RCS)$'| 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