Add autoconf 2.71.

This commit is contained in:
Andrius Štikonas 2021-10-09 22:21:23 +01:00
parent d5d234225e
commit afa162397c
16 changed files with 57 additions and 16 deletions

View file

@ -1 +1 @@
683c5cc4f700c85baf5069a0f0d63c46fc5b43b4dc82a5b93d4a98199327b899 /usr/bin/gperf
02166fc5d007c59ddb0fe4dda16b2364f8108d7371a338d6e7d06b79b2fb0d32 /usr/bin/gperf

View file

@ -8,10 +8,10 @@ src_prepare() {
for d in doc tests lib src; do
cd $d
ln -s ../aclocal.m4 aclocal.m4
autoreconf-2.69 -fi
autoreconf-2.71 -fi
cd ..
done
autoreconf-2.69 -fi
autoreconf-2.71 -fi
}
src_configure() {