1
0
Fork 0
tinyframe/m4/dl.sh
Daniel Baumann d3d193d4ac
Adding upstream version 0.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-08 20:53:35 +01:00

9 lines
272 B
Bash
Executable file

#!/bin/sh -e
m4_files="ax_prepend_flag.m4 ax_append_flag.m4 ax_cflags_warn_all.m4
ax_require_defined.m4 ax_compiler_vendor.m4"
for ax in $m4_files; do
rm -f "$ax"
wget -O "$ax" "http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/$ax"
done