VirtualBox

source: vbox/trunk/src/libs/zlib-1.2.6/contrib/minizip/configure.ac@ 52769

最後變更 在這個檔案從52769是 40354,由 vboxsync 提交於 13 年 前

libs/zlib-1.2.6: fix OSE

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 662 位元組
 
1# -*- Autoconf -*-
2# Process this file with autoconf to produce a configure script.
3
4AC_INIT([minizip], [1.2.6], [bugzilla.redhat.com])
5AC_CONFIG_SRCDIR([minizip.c])
6AM_INIT_AUTOMAKE([foreign])
7LT_INIT
8
9AC_MSG_CHECKING([whether to build example programs])
10AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs]))
11AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes])
12if test "$enable_demos" = yes
13then
14 AC_MSG_RESULT([yes])
15else
16 AC_MSG_RESULT([no])
17fi
18
19AC_SUBST([HAVE_UNISTD_H], [0])
20AC_CHECK_HEADER([unistd.h], [HAVE_UNISTD_H=1], [])
21AC_CONFIG_FILES([Makefile minizip.pc])
22AC_OUTPUT
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette