1 dnl Process this file with autoconf to produce a configure script.
3 dnl Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
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.
9 m4_include([../version.ac])[] dnl define tex_live_version
10 AC_INIT([TeX Live utils], tex_live_version(), [tex-k@tug.org])
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
23 KPSE_RECURSE_PROGS([utils], [Utils])
25 AC_CONFIG_FILES([Makefile])