diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-01-16 13:13:07 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-01-16 16:44:40 -0800 |
commit | eb33abcc553dcd65ce1c4c7fc9d6bc096721d5bc (patch) | |
tree | 8b4c7b7a40982614036c40cf0bdce45d70ffa224 | |
parent | ce0ca940c2aa8e5a97aebc27229b745f4fd7b1d7 (diff) | |
download | zlib-eb33abcc553dcd65ce1c4c7fc9d6bc096721d5bc.tar.gz zlib-eb33abcc553dcd65ce1c4c7fc9d6bc096721d5bc.tar.bz2 zlib-eb33abcc553dcd65ce1c4c7fc9d6bc096721d5bc.zip |
Fix configure.ac for contrib/minizip [Schiffer].
-rw-r--r-- | contrib/minizip/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/minizip/configure.ac b/contrib/minizip/configure.ac index 23c147b..429f04d 100644 --- a/contrib/minizip/configure.ac +++ b/contrib/minizip/configure.ac | |||
@@ -2,7 +2,7 @@ | |||
2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
3 | 3 | ||
4 | AC_INIT([minizip], [@ZLIB_VER@], [bugzilla.redhat.com]) | 4 | AC_INIT([minizip], [@ZLIB_VER@], [bugzilla.redhat.com]) |
5 | AC_CONFIG_SRCDIR([minigzip.c]) | 5 | AC_CONFIG_SRCDIR([minizip.c]) |
6 | AM_INIT_AUTOMAKE([foreign]) | 6 | AM_INIT_AUTOMAKE([foreign]) |
7 | LT_INIT | 7 | LT_INIT |
8 | 8 | ||