Move autoheader after aclocal, fixes 232592

This commit is contained in:
Jeffrey C. Ollie 2007-03-16 14:01:53 +00:00
parent 3d9104fe71
commit 4663f8fea1

View File

@ -1,6 +1,6 @@
Name: linphone Name: linphone
Version: 1.6.0 Version: 1.6.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Phone anywhere in the whole world by using the Internet Summary: Phone anywhere in the whole world by using the Internet
Group: Applications/Communications Group: Applications/Communications
@ -69,16 +69,16 @@ rm -r oRTP
%build %build
libtoolize --copy --force libtoolize --copy --force
autoheader
aclocal -I m4 aclocal -I m4
autoheader
automake --force-missing --add-missing --copy automake --force-missing --add-missing --copy
autoconf autoconf
rm -rf config.cache rm -rf config.cache
pushd mediastreamer2 pushd mediastreamer2
libtoolize --copy --force libtoolize --copy --force
autoheader
aclocal aclocal
autoheader
automake --force-missing --add-missing --copy automake --force-missing --add-missing --copy
autoconf autoconf
popd popd
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Fri Mar 16 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.0-3
- Move autoheader after aclocal, fixes 232592
* Mon Jan 29 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.0-2 * Mon Jan 29 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.6.0-2
- Fix buildrequires - Fix buildrequires