gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / zlib / configure.ac
index 57d6fa56b69b2a90d8a637309639b4ef5c90e196..e9ebd64f2e7c37b8fbb7c65d3bb048b146990e8e 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,7 @@ 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_MAINTAINER_MODE
 
This page took 0.026605 seconds and 4 git commands to generate.