Updating version to 1.6.0 and adding a message about using

AM_GNU_GETTEXT_VERSION.
ver1_6_1
Pat Suwalski 2009-01-28 18:52:27 +00:00
parent 6c88c2b2f2
commit 7d8f4bafb8
1 changed files with 5 additions and 1 deletions

View File

@ -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