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`
pe='search' size='10' name='q' value=''/>
path: root/java/eclipse-devel
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_REINPLACE from categories starting with a Jedwin2006-05-091-1/+0
* SHA256ify (and sometimes SIZEify)edwin2006-01-301-0/+1
* This port broke INDEX building, when WITH_MOTIF is defined, fix expressionache2006-01-221-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* Change MAINTAINER from java@ to freebsd-eclipse@.nork2005-08-281-1/+1
* Update to 3.1.nork2005-07-311-2/+4
* o Update to 3.1M7. [1]nork2005-05-2920-261/+181