aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macros/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh
index 1e39bf1060..4ece8483b7 100644
--- a/macros/autogen.sh
+++ b/macros/autogen.sh
@@ -69,7 +69,7 @@ fi
for j in `find $srcdir -name configure.in -print`
do
i=`dirname $j`
- if test -e $i/NO-AUTO-GEN; then
+ if test -f $i/NO-AUTO-GEN; then
echo skipping $i -- flagged as no auto-gen
else
macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < $j`