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

Log Message:
-----------
Fix auto-enabling of more warnings when using a svn checkout

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

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2008-08-01 00:50:05 UTC (rev 2074)
+++ libgpod/trunk/ChangeLog     2008-08-01 00:55:38 UTC (rev 2075)
@@ -1,5 +1,11 @@
 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.
+
+2008-07-31  Christophe Fergeau <[EMAIL PROTECTED]>
+
        * src/itdb_device.h:
        * src/itdb_plist.h: move itdb_device_error_quark from itdb_plist.h
        to itdb_device.h 

Modified: libgpod/trunk/configure.ac
===================================================================
--- libgpod/trunk/configure.ac  2008-08-01 00:50:05 UTC (rev 2074)
+++ libgpod/trunk/configure.ac  2008-08-01 00:55:38 UTC (rev 2075)
@@ -253,7 +253,7 @@
 AC_ARG_ENABLE(more-warnings,
 [  --enable-more-warnings  Maximum compiler warnings],
 set_more_warnings="$enableval",[
-if test -d "$srcdir/{arch}" || test -d "$srcdir/.svn"; then
+if test -a "$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