From 7d8f4bafb863a21e6b5595f99a019f736b9b60cf Mon Sep 17 00:00:00 2001 From: Pat Suwalski Date: Wed, 28 Jan 2009 18:52:27 +0000 Subject: [PATCH] Updating version to 1.6.0 and adding a message about using AM_GNU_GETTEXT_VERSION. --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d2eda9fdd..c1f90436f 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to make a configure script dnl AC_PREREQ(2.57) -AC_INIT([celestia], [1.5.0], [celestia-developers@lists.sf.net]) +AC_INIT([celestia], [1.6.0], [celestia-developers@lists.sf.net]) AC_CONFIG_SRCDIR(acinclude.m4) dnl The following section confirms that the user provided necessary option @@ -76,6 +76,10 @@ AM_INIT_AUTOMAKE([-Wno-portability]) AM_CONFIG_HEADER(config.h) AM_PO_SUBDIRS +dnl Specifying the AM_GNU_GETTEXT_VERSION macro causes autopoint to run, +dnl replacing many files from the KDE project in the admin/ directory. We +dnl will leave it out for now. +dnl AM_GNU_GETTEXT_VERSION([0.15]) AM_GNU_GETTEXT([external]) dnl Check for compilers. Set CFLAGS and CXXFLAGS to null if unset, so