Silence autoconf warnings.

This commit is contained in:
Steven Schubiger 2009-09-04 20:27:58 +02:00
parent efab16e233
commit d294668715
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2009-09-04 Steven Schubiger <stsc@member.fsf.org>
* configure.ac: Place gl_EARLY and md5_EARLY before the gettext
macros in order to silence autoconf warnings.
2009-09-04 Micah Cowan <micah@cowan.name>
* Makefile.am (EXTRA_DIST): build_info.pl ->

View File

@ -103,15 +103,15 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_AIX
gl_EARLY
md5_EARLY
dnl
dnl Gettext
dnl
AM_GNU_GETTEXT([external],[need-ngettext])
AM_GNU_GETTEXT_VERSION([0.17])
gl_EARLY
md5_EARLY
AC_PROG_RANLIB
AC_PROG_LEX