rename the input file of autoconf

... to eliminate a warning in %prep
This commit is contained in:
Kamil Dudka 2015-07-07 13:32:55 +02:00
parent f4353bffa3
commit ba2413a2cd

View File

@ -96,6 +96,11 @@ quickly and swiftly displays Web pages.
# add support for GNU Libidn2, patch by Robert Scheck (#1098789)
%patch17 -p1
# rename the input file of autoconf to eliminate a warning
mv -v configure.in configure.ac
sed -e 's/configure\.in/configure.ac/' \
-i Makefile* acinclude.m4 doc/man/man1/Makefile
# remove bogus serial numbers
sed -i 's/^# *serial [AM0-9]*$//' acinclude.m4 config/m4/*.m4