X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.ac;h=be5618a68d7d194b9d3e11435b98dd004317b309;hp=fd8f8397459a594bb76a59101cc115ced0e1c7db;hb=df804c69d98920e25a8c3bdec661613227524474;hpb=0c24c435e7cca5cee1984eb6cf06fca0c37cc7ff diff --git a/configure.ac b/configure.ac index fd8f8397..be5618a6 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([wget], +AC_INIT([wget], [1.12-devel], [bug-wget@gnu.org]) AC_PREREQ(2.61) @@ -46,7 +46,7 @@ AC_CONFIG_AUX_DIR([build-aux]) dnl dnl Automake setup dnl -AM_INIT_AUTOMAKE(1.9) +AM_INIT_AUTOMAKE(dist-bzip2 dist-lzma 1.9) dnl dnl Get cannonical host @@ -537,7 +537,7 @@ if test "X$iri" != "Xno"; then fi if test "X$iri" != "Xno" ; then - AC_DEFINE(ENABLE_IRI, 1, [Define if IRI support is enabled.]) + AC_DEFINE([ENABLE_IRI], 1, [Define if IRI support is enabled.]) AC_MSG_NOTICE([Enabling support for IRI.]) else AC_MSG_WARN([Libidn not found])