mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Silence autoconf warnings.
This commit is contained in:
parent
efab16e233
commit
d294668715
@ -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>
|
2009-09-04 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): build_info.pl ->
|
* Makefile.am (EXTRA_DIST): build_info.pl ->
|
||||||
|
@ -103,15 +103,15 @@ AC_PROG_CC
|
|||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
AC_AIX
|
AC_AIX
|
||||||
|
|
||||||
|
gl_EARLY
|
||||||
|
md5_EARLY
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Gettext
|
dnl Gettext
|
||||||
dnl
|
dnl
|
||||||
AM_GNU_GETTEXT([external],[need-ngettext])
|
AM_GNU_GETTEXT([external],[need-ngettext])
|
||||||
AM_GNU_GETTEXT_VERSION([0.17])
|
AM_GNU_GETTEXT_VERSION([0.17])
|
||||||
|
|
||||||
gl_EARLY
|
|
||||||
md5_EARLY
|
|
||||||
|
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
|
|
||||||
AC_PROG_LEX
|
AC_PROG_LEX
|
||||||
|
Loading…
Reference in New Issue
Block a user