aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-23 01:25:13 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-23 01:25:13 +0800
commita9235af4690ede0b325f7d4f6208369cf6c55a22 (patch)
tree6fd379ec604e0ec1805411a1552cdd57e9f6c130 /macros
parent4884d2bf8e86a5cfd148a4f51cae7fc07812dbe1 (diff)
downloadgsoc2013-evolution-a9235af4690ede0b325f7d4f6208369cf6c55a22.tar.gz
gsoc2013-evolution-a9235af4690ede0b325f7d4f6208369cf6c55a22.tar.zst
gsoc2013-evolution-a9235af4690ede0b325f7d4f6208369cf6c55a22.zip
Use test -f instead of test -e; As suggested by Sebastian Wilhelmi 0-mig
svn path=/trunk/; revision=186
Diffstat (limited to 'macros')
-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`
/+92 * Update Cockatrice to upstream Release Version 2016-05-06-Release.sbruno2016-05-122-5/+4 * - Simplify MASTER_SITESamdmi32016-05-112-5/+4 * - Switch to options helpersamdmi32016-05-111-7/+6 * - Update to 1.9.4lwhsu2016-05-112-3/+3 * Add USES=compiler:c++11-lib to successfully build on 9.3 release.sbruno2016-05-111-1/+2 * games/bouncy: fix depend on graphics/py-PyOpenGLpi2016-05-111-2/+2 * - Fix dependencyamdmi32016-05-10