X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.ac;h=65ba1339d6fb9753de52fcda1479fad131275dce;hp=fd8f8397459a594bb76a59101cc115ced0e1c7db;hb=780d1e674b59b5585c0432c84a5dc2aaa96ac0fa;hpb=cb555a94fa5188122569ed3803c463f27ccd0261 diff --git a/configure.ac b/configure.ac index fd8f8397..65ba1339 100644 --- a/configure.ac +++ b/configure.ac @@ -30,8 +30,8 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([wget], - [1.12-devel], +AC_INIT([wget], + [1.12], [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])