beta-0.89.2
[luatex.git] / source / libs / gmp / native / configure.ac
blobb2c85299e01ea86b3ad50ef213e3071729751a05
1 dnl Process this file with autoconf to produce a configure script.
2 dnl
3 dnl   Copyright (C) 2014 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 gmp_version
10 AC_INIT([gmp native], gmp_version, [tex-k@tug.org])
11 AC_PREREQ([2.63])
12 AC_CONFIG_SRCDIR([../gmp-src/gmp-impl.h])
13 AC_CONFIG_AUX_DIR([../../../build-aux])
14 AC_CONFIG_MACRO_DIR([../../../m4])
16 KPSE_BASIC([gmp native])
18 AC_PROG_CC
19 AC_PROG_LN_S
21 KPSE_SEARCH_LIBS([MATH_LIB], [pow], [m])
23 AC_SUBST([GMP_TREE], [../gmp-src])
25 dnl Not used but avoids putting useless -D's on the command line.
26 AC_CONFIG_HEADERS([config.h])
28 AC_CONFIG_FILES([Makefile])
30 AC_OUTPUT