From d33a365a9ec39ac46b891e00f742024009790b45 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 12 Jun 2008 22:45:06 +0000 Subject: [PATCH] - call aclocal directly, because autoreconf didn't see the magic comment in the distributed version of aclocal.m4 which made it look like it was safe to generate a new one (#449550) --- hesiod.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/hesiod.spec b/hesiod.spec index 1251352..eee47e2 100644 --- a/hesiod.spec +++ b/hesiod.spec @@ -1,6 +1,6 @@ Name: hesiod Version: 3.1.0 -Release: 11 +Release: 12 Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz Patch0: hesiod-3.1.0-classes.patch Patch1: hesiod-3.0.2-env.patch @@ -34,6 +34,11 @@ ensure synchronize the files among multiple hosts. This package contains the header files and libraries required for building programs which use Hesiod. %changelog +* Thu Jun 12 2008 Nalin Dahyabhai - 3.1.0-12 +- call aclocal directly, because autoreconf didn't see the magic comment in + the distributed version of aclocal.m4 which made it look like it was safe + to generate a new one (#449550) + * Mon Jun 2 2008 Nalin Dahyabhai - 3.1.0-11 - force autoreconf to overwrite files (should fix #449550) @@ -190,11 +195,14 @@ the header files and libraries required for building programs which use Hesiod. %patch3 -p1 -b .dnsparse %patch4 -p1 -b .libresolv %patch5 -p1 -b .perms -autoreconf -f -i +# We call aclocal here because autoreconf doesn't see a 'generated by aclocal' +# comment in the already-present aclocal.m4 file, so it doesn't run it for us. +aclocal +autoreconf -f -i -v %build %configure -make LIBTOOL=libtool +make %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT