]> sjero.net Git - wget/blobdiff - configure.ac
Warn about state of Windows builds.
[wget] / configure.ac
index fd8f8397459a594bb76a59101cc115ced0e1c7db..be5618a68d7d194b9d3e11435b98dd004317b309 100644 (file)
@@ -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])