Update of /cvsroot/gtkpod/libgpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29417

Modified Files:
        ChangeLog configure.ac gnome-autogen.sh 
Log Message:
        * configure.ac
          gnome-autogen.sh
          bindings/python/Makefile.am
          docs/reference/libgpod-overrides.txt
          docs/reference/Makefile.am: fix make distcheck, minor automake
          cleanups.

        * bindings/python/gpod.i
          bindings/python/gpod.i.in: rename gpod.i -> gpod.i.in.  it is now
          generated by autoconf.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- ChangeLog   26 Nov 2006 15:00:14 -0000      1.161
+++ ChangeLog   4 Jan 2007 18:55:37 -0000       1.162
@@ -1,3 +1,16 @@
+2007-01-04  Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+       * configure.ac
+         gnome-autogen.sh
+         bindings/python/Makefile.am
+         docs/reference/libgpod-overrides.txt
+         docs/reference/Makefile.am: fix make distcheck, minor automake
+         cleanups.
+
+       * bindings/python/gpod.i
+         bindings/python/gpod.i.in: rename gpod.i -> gpod.i.in.  it is now
+         generated by autoconf.
+
 2006-11-26  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/ithumb-writer.c (ithumb_writer_write_thumbnail): handle

Index: configure.ac
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/configure.ac,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- configure.ac        23 Nov 2006 15:02:57 -0000      1.41
+++ configure.ac        4 Jan 2007 18:55:37 -0000       1.42
@@ -161,6 +161,7 @@
 AC_OUTPUT([
 Makefile
 bindings/Makefile
+bindings/python/gpod.i
 bindings/python/Makefile
 bindings/python/examples/Makefile
 docs/Makefile

Index: gnome-autogen.sh
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/gnome-autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gnome-autogen.sh    21 Nov 2005 19:55:45 -0000      1.1
+++ gnome-autogen.sh    4 Jan 2007 18:55:37 -0000       1.2
@@ -457,7 +457,7 @@
     fi
 done
 
-conf_flags="--enable-maintainer-mode"
+conf_flags="--enable-maintainer-mode --enable-gtk-doc"
 
 if test x$NOCONFIGURE = x; then
     printbold Running $srcdir/configure $conf_flags "$@" ...


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to