mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Remove dist-bzip2 dist-lzma from automake options.
This commit is contained in:
parent
f1afa74955
commit
23ebf5c52a
@ -1,3 +1,9 @@
|
|||||||
|
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
|
* configure.ac (AM_INIT_AUTOMAKE): Remove dist-bzip2 dist-lzma from
|
||||||
|
automake options.
|
||||||
|
Reported by: Daniel Stenberg <daniel@haxx.se>.
|
||||||
|
|
||||||
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
2010-06-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* bootstrap.conf (buildreq): Add definition.
|
* bootstrap.conf (buildreq): Add definition.
|
||||||
|
@ -48,7 +48,7 @@ AC_CONFIG_SRCDIR([src/wget.h])
|
|||||||
dnl
|
dnl
|
||||||
dnl Automake setup
|
dnl Automake setup
|
||||||
dnl
|
dnl
|
||||||
AM_INIT_AUTOMAKE(dist-bzip2 dist-lzma 1.9)
|
AM_INIT_AUTOMAKE([1.9])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl Get cannonical host
|
dnl Get cannonical host
|
||||||
|
Loading…
Reference in New Issue
Block a user