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