beta-0.89.2
[luatex.git] / source / texk / texlive / configure.ac
blobbe6b1e49e407bfa3913c98ee31214db313c883c8
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 Scripts], tex_live_version(), [tex-k@tug.org])
11 AC_PREREQ([2.65])
12 AC_CONFIG_SRCDIR([linked_scripts/ChangeLog])
13 AC_CONFIG_AUX_DIR([../../build-aux])
14 AC_CONFIG_MACRO_DIR([../../m4])
16 AM_INIT_AUTOMAKE([foreign])
17 AM_MAINTAINER_MODE
19 # Configure options for texlive also shown at the TeX Live top-level.
20 m4_include([ac/texlive.ac])
21 AM_CONDITIONAL([LINKED_SCRIPTS], [test "x$enable_linked_scripts" != xno])
23 AC_PROG_CC
24 AC_PROG_INSTALL
25 AC_PROG_LN_S
26 AC_PROG_MAKE_SET
28 KPSE_COND_WIN32_WRAP
30 AC_CONFIG_FILES([Makefile
31   linked_scripts/Makefile
32   tl_scripts/Makefile])
34 AC_OUTPUT