From 82cb98513b9f5ccc72f1b75ebb54bc6f871a28de Mon Sep 17 00:00:00 2001 From: sandmann Date: Fri, 18 Aug 2006 18:18:57 +0000 Subject: [PATCH] - Run autoreconf to make sure changes to configure.ac take effect --- libXp.spec | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libXp.spec b/libXp.spec index 4258a33..dc21186 100644 --- a/libXp.spec +++ b/libXp.spec @@ -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 - 1.0.0-6 +- Run autoreconf to make sure changes to configure.ac take effect + * Fri Aug 18 2006 Soren Sandmann - 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).