2009-11-25 Yves Blusseau <yves.blusseau@zetam.org>

* configure.ac: move the call to AM_GNU_GETTEXT to avoid warnings when
    aclocal is run.
This commit is contained in:
Yves Blusseau 2009-11-25 12:23:16 +01:00
parent 08806a54c5
commit 6717926e6e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-11-25 Yves Blusseau <yves.blusseau@zetam.org>
* configure.ac: move the call to AM_GNU_GETTEXT to avoid warnings when
aclocal is run.
2009-11-25 Robert Millan <rmh.grub@aybabtu.com>
* normal/main.c (grub_normal_read_line): Fix off-by-one

View file

@ -33,7 +33,6 @@ dnl type.
AC_INIT([GRUB],[1.97],[bug-grub@gnu.org])
AM_INIT_AUTOMAKE()
AM_GNU_GETTEXT()
AC_PREREQ(2.59d)
AC_CONFIG_SRCDIR([include/grub/dl.h])
AC_CONFIG_HEADER([config.h])
@ -173,6 +172,7 @@ AC_PROG_CC
test "x$GCC" = xyes || AC_MSG_ERROR([GCC is required])
AC_GNU_SOURCE
AM_GNU_GETTEXT
AC_SYS_LARGEFILE
# Identify characteristics of the host architecture.