use the _new macro instead of _old also in trunk (HH)
[luatex.git] / source / texk / configure.ac
blobd2d02a940c15bbb6e8db374999856ed4cbda0a4c
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 texk], tex_live_version(), [peb@mppmu.mpg.de])
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([texk])
21 AC_PROG_MKDIR_P
23 KPSE_RECURSE_PROGS([texk], [TeXk])
25 AC_CONFIG_FILES([Makefile])
27 AC_OUTPUT