summaryrefslogtreecommitdiffhomepage
path: root/patches/texinfo-6.7.local.patch
blob: 27ddb3941eea88960fadd67e6a355189298b80a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- texinfo-6.7/configure.orig	2019-09-23 19:32:14.000000000 +0100
+++ texinfo-6.7/configure	2021-05-06 10:54:06.366315956 +0100
@@ -21923,7 +21923,7 @@
   # env -i gives this build host configure a clean environment;
   # consequently, we have to re-initialize $PATH.
   env -i CC="$BUILD_CC" AR="$BUILD_AR" RANLIB="$BUILD_RANLIB" \
-      PATH="$PATH" \
+      PATH="$PATH" ${MAKE:+MAKE="$MAKE"} \
       tools_only=1 \
     ${confdir}/configure --build=${build} --host=${build} \
                          --disable-rpath --disable-nls
@@ -23859,8 +23859,8 @@
 $as_echo "" >&6; }
   enable_xs=no
   (cd tp/Texinfo/XS \
-   && make clean \
-   && make TestXS.la \
+   && ${MAKE:-make} clean \
+   && ${MAKE:-make} TestXS.la \
    && TEXINFO_XS=debug ; export TEXINFO_XS \
    && ${PERL} -I . \
               -I ${xs_srcdir} \