diff options
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 1e5a8125ad4..36add2caccd 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -571,10 +571,7 @@ This package provides the translators needed on any GlusterFS client. %setup -q -n %{name}-%{version}%{?prereltag} %build -# For whatever reason, install-sh is sometimes missing. When this gets fixed, -# there is no need to run ./autogen or have a BuildRequires for automake. -[ -e 'install-sh' -o -e 'install.sh' ] || ./autogen.sh -%configure \ +./autogen.sh && %configure \ %{?_with_tmpfilesdir} \ %{?_without_rdma} \ %{?_without_epoll} \ |