gdb-add-index: disable debuginfod
[binutils-gdb.git] / zlib / configure.ac
index 57d6fa56b69b2a90d8a637309639b4ef5c90e196..ec73c21922891c84d9dd4c9524e08325157bc3bc 100644 (file)
@@ -1,7 +1,6 @@
 dnl Process this with autoconf to create configure
 
-AC_PREREQ(2.64)
-AC_INIT
+AC_INIT([zlib], [1.1.4])
 AC_CONFIG_SRCDIR([zlib.h])
 
 if test -n "${with_target_subdir}"; then
@@ -14,7 +13,8 @@ AC_CANONICAL_SYSTEM
 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
 AC_SUBST(mkinstalldirs)
 
-AM_INIT_AUTOMAKE(zlib, 1.1.4)
+AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
 
 AM_MAINTAINER_MODE