- Run autoreconf to make sure changes to configure.ac take effect

This commit is contained in:
sandmann 2006-08-18 18:18:57 +00:00
parent 667271b1f5
commit 82cb98513b

View File

@ -60,6 +60,15 @@ X.Org X11 libXp development package
%define with_static 0
%build
# There is a patch that changes configure.ac, so we have
# run autoreconf
CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
export CPPFLAGS
autoreconf
%configure \
%if ! %{with_static}
--disable-static
@ -125,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Aug 18 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.0-6
- Run autoreconf to make sure changes to configure.ac take effect
* Fri Aug 18 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.0-6
- Add patch to not check for printproto.pc. (Since it's part of this
package now, it isn't installed at the time libXp is configured).