beta-0.89.2
[luatex.git] / source / libs / configure.ac
blob782b3ca17be29f9a554352c574ac02fb5a20c07e
1 dnl Process this file with autoconf to produce a configure script.
2 dnl
3 dnl   Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
4 dnl
5 dnl   This file is free software; the copyright holder
6 dnl   gives unlimited permission to copy and/or distribute it,
7 dnl   with or without modifications, as long as this notice is preserved.
8 dnl
9 m4_include([../version.ac])[] dnl define tex_live_version
10 AC_INIT([TeX Live libs], tex_live_version(), [tex-k@tug.org])
11 AC_PREREQ([2.65])
12 AC_CONFIG_SRCDIR([../build-aux/missing])
13 AC_CONFIG_AUX_DIR([../build-aux])
14 AC_CONFIG_MACRO_DIRS([../m4])
16 dnl See comment in ../configure.ac
17 KPSE_SETUP([../])
19 KPSE_BASIC([libs])
21 AC_PROG_MKDIR_P
23 KPSE_RECURSE_LIBS([libs], [generic])
25 AC_CONFIG_FILES([Makefile])
27 AC_OUTPUT