Run autoreconf

epel9
Benjamin A. Beasley 3 years ago
parent 1c753fc85d
commit ce48a7c0ec

@ -1,3 +1,5 @@
%bcond_without autoreconf
Name: freexl
Version: 1.0.6
%global so_version 1
@ -8,6 +10,12 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
URL: http://www.gaia-gis.it/FreeXL
Source0: http://www.gaia-gis.it/gaia-sins/freexl-sources/freexl-%{version}.tar.gz
%if %{with autoreconf}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
%endif
BuildRequires: gcc
BuildRequires: make
@ -45,6 +53,9 @@ rm -vf clean/examples/Makefile.*
%build
%if %{with autoreconf}
autoreconf --force --install --verbose
%endif
%configure --disable-static
%make_build

Loading…
Cancel
Save