Revision: 2076
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2076&view=rev
Author:   teuf
Date:     2008-08-01 01:11:33 +0000 (Fri, 01 Aug 2008)

Log Message:
-----------
s/test -a/test -e

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/configure.ac

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2008-08-01 00:55:38 UTC (rev 2075)
+++ libgpod/trunk/ChangeLog     2008-08-01 01:11:33 UTC (rev 2076)
@@ -1,5 +1,10 @@
 2008-07-31  Christophe Fergeau <[EMAIL PROTECTED]>
 
+       * configure.ac: s/test -a/test -e/ since this is what I really
+       meant, thanks tmz
+
+2008-07-31  Christophe Fergeau <[EMAIL PROTECTED]>
+
        * configure.ac: instead of looking for .svn or {arch}, look for
        autogen.sh to decide if we are compiling a version checked out from
        svn or a release tarball.

Modified: libgpod/trunk/configure.ac
===================================================================
--- libgpod/trunk/configure.ac  2008-08-01 00:55:38 UTC (rev 2075)
+++ libgpod/trunk/configure.ac  2008-08-01 01:11:33 UTC (rev 2076)
@@ -253,7 +253,7 @@
 AC_ARG_ENABLE(more-warnings,
 [  --enable-more-warnings  Maximum compiler warnings],
 set_more_warnings="$enableval",[
-if test -a "$srcdir/autogen.sh"; then
+if test -e "$srcdir/autogen.sh"; then
        set_more_warnings=yes
 else
        set_more_warnings=no


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to