2011-11-13 15:30:32 -05:00
|
|
|
# -*- Autoconf -*-
|
|
|
|
# Process this file with autoconf to produce a configure script.
|
|
|
|
|
2012-01-21 02:36:59 -05:00
|
|
|
AC_INIT([minizip], [1.2.6], [bugzilla.redhat.com])
|
2012-01-16 16:13:07 -05:00
|
|
|
AC_CONFIG_SRCDIR([minizip.c])
|
2011-11-13 15:30:32 -05:00
|
|
|
AM_INIT_AUTOMAKE([foreign])
|
|
|
|
LT_INIT
|
|
|
|
|
|
|
|
AC_SUBST([HAVE_UNISTD_H], [0])
|
|
|
|
AC_CHECK_HEADER([unistd.h], [HAVE_UNISTD_H=1], [])
|
|
|
|
AC_CONFIG_FILES([Makefile minizip.pc])
|
|
|
|
AC_OUTPUT
|