X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.ac;h=65ba1339d6fb9753de52fcda1479fad131275dce;hp=2b3a68d07103c27c2cf6dc8a4c5b1e3ed9101e09;hb=780d1e674b59b5585c0432c84a5dc2aaa96ac0fa;hpb=e968919131ae6430beed9dbe01d3b67650270dae diff --git a/configure.ac b/configure.ac index 2b3a68d0..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) @@ -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])