diff options
Diffstat (limited to 'Build/source/libs/mpfr/ac/mpfr.ac')
-rw-r--r-- | Build/source/libs/mpfr/ac/mpfr.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/libs/mpfr/ac/mpfr.ac b/Build/source/libs/mpfr/ac/mpfr.ac new file mode 100644 index 00000000000..b04205f7af3 --- /dev/null +++ b/Build/source/libs/mpfr/ac/mpfr.ac @@ -0,0 +1,9 @@ +## libs/mpfr/ac/mpfr.ac: configure.ac fragment for the TeX Live subdirectory libs/mpfr/ +dnl +dnl Copyright (C) 2014 Taco Hoekwater <taco@metatex.org> +dnl You may freely use, modify and/or distribute this file. +dnl +## basic check of system mpfr +KPSE_TRY_LIB([mpfr], + [#include <mpfr.h>], + [const char *s = mpfr_get_version();]) |