libgweather r30 - trunk



Author: chpe
Date: Thu Jan 10 18:52:49 2008
New Revision: 30
URL: http://svn.gnome.org/viewvc/libgweather?rev=30&view=rev

Log:
2008-01-10  Christian Persch  <chpe gnome org>

	* configure.in: Remove obsolete variables. Remove output about IPv6.

Modified:
   trunk/ChangeLog
   trunk/autogen.sh
   trunk/configure.in

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Thu Jan 10 18:52:49 2008
@@ -18,6 +18,6 @@
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1
 }
-REQUIRED_AUTOMAKE_VERSION=1.8 \
+REQUIRED_AUTOMAKE_VERSION=1.9 \
 USE_GNOME2_MACROS=1 \
 . gnome-autogen.sh

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Jan 10 18:52:49 2008
@@ -1,8 +1,8 @@
-AC_INIT(libgweather, 2.21.1)
+AC_INIT([libgweather],[2.21.1])
 AC_PREREQ(2.59)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(1.8)
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 
 GTK_REQUIRED=2.11.0
 GLIB_REQUIRED=2.13.0
@@ -79,12 +79,8 @@
 GETTEXT_PACKAGE=libgweather
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package])
-dnl AC_DEFINE_DIR(GNOMELOCALEDIR, "${datadir}/locale", [locale directory])
 AM_GLIB_GNU_GETTEXT
 
-# this is the directory where the *.{mo,gmo} files are installed
-gnomelocaledir='${prefix}/${DATADIRNAME}/locale'
-AC_SUBST(gnomelocaledir)
 
 dnl ***************************************************************************
 dnl *** Check for presence of tm.tm_gmtoff on the system                    ***
@@ -149,7 +145,4 @@
 	Prefix:				${prefix}
 	Source code location:		${srcdir}
 	Compiler:			${CC}
-
-	Building:
-	Enabling IPv6:			$have_ipv6
 " >&2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]