fix FTBFS with upcoming autoconf-2.71

(cherry picked from commit d051f5660b415d5e676d00a36aac43ac4ba67501)
This commit is contained in:
chen-jan 2022-02-15 08:15:16 +00:00 committed by openeuler-sync-bot
parent 8cf494afb1
commit 138035a7ae

View File

@ -1,6 +1,6 @@
Name: portaudio
Version: 19
Release: 30
Release: 31
Summary: Free, cross platform, open-source, audio I/O library
License: MIT
URL: http://www.portaudio.com/
@ -25,6 +25,8 @@ portaudio library.
%prep
%autosetup -n %{name} -p1
autoreconf -i -f
#with autoconf-2.71 we need to run this twice for things to work
autoreconf -i -f
%build
%configure --disable-static --enable-cxx
@ -55,6 +57,9 @@ doxygen
%exclude %{_libdir}/*.la
%changelog
* Tue Feb 15 2022 chenchen <chen_aka_jan@163.com> - 19-31
- fix FTBFS with upcoming autoconf-2.71
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 19-30
- Completing build dependencies