]> sjero.net Git - wget/blobdiff - configure.ac
imported patch one-dot-twelve
[wget] / configure.ac
index c95c82c7ebb8e29cc2bf6b6a5a7dabe4ccd0ff4e..65ba1339d6fb9753de52fcda1479fad131275dce 100644 (file)
@@ -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(dist-bzip2 dist-zip dist-lzma 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])