commit b250c153138c496a314b9c5299a8a7696c15f3dc Author: phantomjinx <p.g.richard...@phantomjinx.co.uk> Date: Thu Jan 6 22:40:56 2011 +0000
Remove m4_defn as it breaks intltool-update * configure.ac * Seems that including any brackets in the version of AC_INIT, eg. using an m4_defn causes intltool-update to fail. However, removing the m4_defn does not seem harm anything. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/configure.ac b/configure.ac index 908e566..bcfccd2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_include([./version.m4]) # Require autoconf 2.55 or higher AC_PREREQ(2.65) -AC_INIT([gtkpod], m4_defn([VERSION_NUMBER])) +AC_INIT([gtkpod], VERSION_NUMBER) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR(src/main.c) ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2