📄 configure.ac
字号:
dnl -*- m4 -*-dnldnl libz - zlib compression librarydnlAC_REVISION([$Id: configure.ac,v 1.3 2003/06/05 02:14:09 rob Exp $])dnldnl Process this file with autoconf to produce a configure script.AC_INIT([zlib], [1.1.4], [], [libz])AC_PREREQ(2.53)AC_CONFIG_SRCDIR([zlib.h])AM_INIT_AUTOMAKEdnl System type.AC_CANONICAL_HOSTdnl Checks for programs.AC_PROG_CCdnl Compiler options.if test "$GCC" = yesthen case "$host" in *-*-mingw*) case "$build" in *-*-cygwin*) CPPFLAGS="$CPPFLAGS -mno-cygwin" LDFLAGS="$LDFLAGS -mno-cygwin" ;; esac esacdnl case "$host" indnl *-*-cygwin* | *-*-mingw*)dnl LDFLAGS="$LDFLAGS -no-undefined -mdll"dnl ;;dnl esacfidnl Support for libtool.dnl AC_DISABLE_SHAREDdnl AC_LIBTOOL_WIN32_DLLAC_PROG_LIBTOOLAC_SUBST(LIBTOOL_DEPS)dnl Create output files.AC_CONFIG_FILES([Makefile msvc++/Makefile])AC_OUTPUT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -