!6 [sync] PR-4: 修复编译报错configure: error: cannot find required auxiliary files: compile missing

From: @openeuler-sync-bot 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-05-07 07:43:30 +00:00 committed by Gitee
commit 6edb70c55e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: log4cpp Name: log4cpp
Version: 1.1.3 Version: 1.1.3
Release: 1 Release: 2
Summary: C++ logging library Summary: C++ logging library
License: LGPLv2+ License: LGPLv2+
URL: http://sourceforge.net/projects/log4cpp/ URL: http://sourceforge.net/projects/log4cpp/
@ -49,8 +49,9 @@ iconv -f iso8859-1 -t utf-8 ChangeLog > ChangeLog.conv && mv -f ChangeLog.conv C
aclocal -I m4 aclocal -I m4
autoconf autoconf
autoheader autoheader
automake --add-missing --copy
libtoolize --copy --force libtoolize --copy --force
automake --add-missing --copy
chmod +x configure
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
@ -77,5 +78,8 @@ rm -f %{buildroot}%{_libdir}/*.la
%doc rpmdocs/* %doc rpmdocs/*
%changelog %changelog
* Wed Mar 2 2022 wulei <wulei80@huawei.com> - 1.1.3-2
- Fix cannot find required auxiliary file
* Sat Jan 9 2021 chengzihan <chengzihan2@huawei.com> - 1.1.3-1 * Sat Jan 9 2021 chengzihan <chengzihan2@huawei.com> - 1.1.3-1
- Package init - Package init