deleted useless files
[luatex.git] / source / m4 / kpse-zziplib-flags.m4
blob88eed9721fffd97f8bd6c50fd87e4e704cc9766b
1 # Public macros for the TeX Live (TL) tree.
2 # Copyright (C) 2010-2015 Peter Breitenlohner <tex-live@tug.org>
4 # This file is free software; the copyright holder
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # KPSE_ZZIPLIB_FLAGS
9 # ------------------
10 # Provide the configure options '--with-system-zziplib' (if in the TL tree),
11 # '--with-zziplib-includes', and '--with-zziplib-libdir'.
13 # Set the make variables ZZIPLIB_INCLUDES and ZZIPLIB_LIBS to the CPPFLAGS and
14 # LIBS required for the `-lpng' library in libs/zziplib/ of the TL tree.
15 AC_DEFUN([KPSE_ZZIPLIB_FLAGS], [dnl
16 AC_REQUIRE([KPSE_ZLIB_FLAGS])[]dnl
17 _KPSE_LIB_FLAGS([zziplib], [zzip], [],
18                 [-IBLD/libs/zziplib/include], [BLD/libs/zziplib/libzzip.a], [],
19                 [], [${top_builddir}/../../libs/zziplib/include/zzip/zzip.h])[]dnl
20 ]) # KPSE_ZZIPLIB_FLAGS
22 # KPSE_ZZIPLIB_OPTIONS([WITH-SYSTEM])
23 # -----------------------------------
24 AC_DEFUN([KPSE_ZZIPLIB_OPTIONS], [_KPSE_LIB_OPTIONS([zziplib], [$1], [pkg-config])])
26 # KPSE_ZZIPLIB_SYSTEM_FLAGS
27 # -------------------------
28 AC_DEFUN([KPSE_ZZIPLIB_SYSTEM_FLAGS], [dnl
29 _KPSE_PKG_CONFIG_FLAGS([zziplib], [zziplib], [0.12])])