summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/configure
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-22 06:02:38 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-22 06:02:38 +0000
commitb2ef5d127f546fa32f303b1dedfc4a6390ad677e (patch)
tree17cd90adb54888579df0e08223bf4909332380c2 /Build/source/libs/mpfr/configure
parent05d739843a7c50294efbda2abf2ab4ea3fc146b1 (diff)
libs/mpfr: New convention
git-svn-id: svn://tug.org/texlive/trunk@39814 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/mpfr/configure')
-rwxr-xr-xBuild/source/libs/mpfr/configure10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/libs/mpfr/configure b/Build/source/libs/mpfr/configure
index f263c94ba21..3741edaf57e 100755
--- a/Build/source/libs/mpfr/configure
+++ b/Build/source/libs/mpfr/configure
@@ -585,7 +585,7 @@ PACKAGE_STRING='mpfr (TeX Live) 3.1.3'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
-ac_unique_file="mpfr-3.1.3/src/mpfr.h"
+ac_unique_file="mpfr-src/src/mpfr.h"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
@@ -5824,7 +5824,7 @@ if ${mpfr_cv_have_intmax_max+:} false; then :
else
saved_CPPFLAGS=$CPPFLAGS
- CPPFLAGS="$CPPFLAGS -I$srcdir/mpfr-3.1.3/src"
+ CPPFLAGS="$CPPFLAGS -I$srcdir/mpfr-src/src"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include "mpfr-intmax.h"
@@ -7056,10 +7056,10 @@ LIBS=$kpse_save_LIBS
echo timestamp >config.force
fi
-MPFR_TREE=mpfr-3.1.3
+MPFR_TREE=mpfr-src
-ac_config_links="$ac_config_links mparam.h:mpfr-3.1.3/src/mparam_h.in"
+ac_config_links="$ac_config_links mparam.h:mpfr-src/src/mparam_h.in"
ac_config_files="$ac_config_files Makefile include/Makefile"
@@ -7808,7 +7808,7 @@ do
case $ac_config_target in
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
- "mparam.h") CONFIG_LINKS="$CONFIG_LINKS mparam.h:mpfr-3.1.3/src/mparam_h.in" ;;
+ "mparam.h") CONFIG_LINKS="$CONFIG_LINKS mparam.h:mpfr-src/src/mparam_h.in" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;