diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-11 14:42:30 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-03-11 14:42:30 +0000 |
| commit | ee75d9ae4a890d62b009444bed9512b4dab3ee1d (patch) | |
| tree | 089d790ca21091372539ddd51f3762af232bf82d /protocols/Telegram/tgl/zlib/contrib/minizip/configure.ac | |
| parent | bb5bb4407f2578ed8d6dc3b41f6ddb8b798e560c (diff) | |
old version
git-svn-id: http://svn.miranda-ng.org/main/trunk@16458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/tgl/zlib/contrib/minizip/configure.ac')
| -rw-r--r-- | protocols/Telegram/tgl/zlib/contrib/minizip/configure.ac | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/protocols/Telegram/tgl/zlib/contrib/minizip/configure.ac b/protocols/Telegram/tgl/zlib/contrib/minizip/configure.ac deleted file mode 100644 index 827a4e0577..0000000000 --- a/protocols/Telegram/tgl/zlib/contrib/minizip/configure.ac +++ /dev/null @@ -1,32 +0,0 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - -AC_INIT([minizip], [1.2.8], [bugzilla.redhat.com]) -AC_CONFIG_SRCDIR([minizip.c]) -AM_INIT_AUTOMAKE([foreign]) -LT_INIT - -AC_MSG_CHECKING([whether to build example programs]) -AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs])) -AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes]) -if test "$enable_demos" = yes -then - AC_MSG_RESULT([yes]) -else - AC_MSG_RESULT([no]) -fi - -case "${host}" in - *-mingw* | mingw*) - WIN32="yes" - ;; - *) - ;; -esac -AM_CONDITIONAL([WIN32], [test "${WIN32}" = "yes"]) - - -AC_SUBST([HAVE_UNISTD_H], [0]) -AC_CHECK_HEADER([unistd.h], [HAVE_UNISTD_H=1], []) -AC_CONFIG_FILES([Makefile minizip.pc]) -AC_OUTPUT |
