Skip to content

Commit b22f536

Browse files
committed
Upgrade our contrib/autotools/
This also means our old compile.patch is redundant
1 parent df90578 commit b22f536

8 files changed

Lines changed: 1 addition & 25 deletions

File tree

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (test "x$build_autotools" = "x1"); then
136136
# set the path to use the new tools as they are installed.
137137
# for example, the new autoconf is needed to build automake.
138138
PATH=$autotools_distdir/bin:$PATH
139-
for tool in autoconf-2.69 automake-1.16.1 libtool-2.4.6 ; do
139+
for tool in autoconf-2.71 automake-1.16.5 libtool-2.4.7 ; do
140140
cd $autotools_distdir
141141
echo " building $tool in $autotools_distdir"
142142
tar zxf $tool.tar.gz

build-aux/compile.patch

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
1-
commit 036e440ed40d804cdabb000f3cdf8481537f0c51
2-
Author: Max Khon <fjoe@samodelkin.net>
3-
Date: Sat Jan 29 22:35:03 2022 +0700
4-
5-
Treat *.C files as C++
6-
71
diff --git a/build-aux/compile b/build-aux/compile
82
index 99e50524b..042bc613a 100755
93
--- a/build-aux/compile
104
+++ b/build-aux/compile
11-
@@ -53,7 +53,7 @@ func_file_conv ()
12-
MINGW*)
13-
file_conv=mingw
14-
;;
15-
- CYGWIN*)
16-
+ CYGWIN* | MSYS*)
17-
file_conv=cygwin
18-
;;
19-
*)
20-
@@ -67,7 +67,7 @@ func_file_conv ()
21-
mingw/*)
22-
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
23-
;;
24-
- cygwin/*)
25-
+ cygwin/* | msys/*)
26-
file=`cygpath -m "$file" || echo "$file"`
27-
;;
28-
wine/*)
295
@@ -204,7 +204,7 @@ func_cl_wrapper ()
306
set x "$@" "$1"
317
shift
-1.84 MB
Binary file not shown.
1.91 MB
Binary file not shown.
-2.19 MB
Binary file not shown.
2.28 MB
Binary file not shown.
-1.72 MB
Binary file not shown.
1.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)