From d7f4d7d519fc934e9d980b02dc2cbaf5fea3533cf756ad16b1c9654bf4621a6c Mon Sep 17 00:00:00 2001 From: Factory Maintainer Date: Tue, 30 Apr 2013 08:03:14 +0000 Subject: [PATCH] Accepting request 173461 from openSUSE:Factory:Staging:Automake - Added autoreconf -i option to fix build for the new automake OBS-URL: https://build.opensuse.org/request/show/173461 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=109 --- dhcp.changes | 5 +++++ dhcp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dhcp.changes b/dhcp.changes index 9d484cf..1b57756 100644 --- a/dhcp.changes +++ b/dhcp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 26 09:27:19 UTC 2013 - mmeister@suse.com + +- Added autoreconf -i option to fix build for the new automake + ------------------------------------------------------------------- Tue Apr 2 09:16:44 UTC 2013 - mt@suse.com diff --git a/dhcp.spec b/dhcp.spec index 15efc63..48d2085 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -267,7 +267,7 @@ export CFLAGS FFLAGS CXXFLAGS # %{?suse_update_config:%{suse_update_config -f}} libtoolize --force -autoreconf +autoreconf -i # %configure \ --enable-dhcpv6 \