Autoconf 2.53.

This commit is contained in:
Andrius Štikonas 2021-03-17 22:17:11 +00:00
parent 1dfd12607c
commit 2fb08b9cd3
8 changed files with 106 additions and 5 deletions

View file

@ -9,7 +9,7 @@ src_prepare() {
automake-1.4
# Install autoconf data files into versioned directory
for file in */Makefile.in Makefile.in; do
for file in */Makefile.in Makefile.in; do
sed -i '/^pkgdatadir/s:$:-@VERSION@:' $file
done
}