From 4993e7a2248b4726c1fcc4ab2c143ce70aee95f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Thu, 5 Jul 2012 02:56:13 +0200 Subject: [PATCH] Add back autotools into dependencies --- strongswan.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/strongswan.spec b/strongswan.spec index 41cfa69..4569fa5 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -16,14 +16,14 @@ BuildRequires: openldap-devel BuildRequires: openssl-devel BuildRequires: NetworkManager-devel BuildRequires: NetworkManager-glib-devel -# when building from git -#BuildRequires: gperf -#BuildRequires: flex -#BuildRequires: bison +# when using autoreconf +BuildRequires: gperf +BuildRequires: flex +BuildRequires: bison BuildRequires: automake -#BuildRequires: autoconf -#BuildRequires: libtool -#BuildRequires: gettext-devel +BuildRequires: autoconf +BuildRequires: libtool +BuildRequires: gettext-devel # %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 BuildRequires: systemd-units