Make version explicit in contrib/minizip/configure.ac [Bosmans].

This commit is contained in:
Mark Adler 2012-01-20 23:36:59 -08:00
parent b9a778a2b8
commit 09bbe4c7f0

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([minizip], [@ZLIB_VER@], [bugzilla.redhat.com])
AC_INIT([minizip], [1.2.6], [bugzilla.redhat.com])
AC_CONFIG_SRCDIR([minizip.c])
AM_INIT_AUTOMAKE([foreign])
LT_INIT