From ce48a7c0ece1034a7685251e32d27aecc4c2f79f Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 16 Dec 2021 09:30:52 -0500 Subject: [PATCH] Run autoreconf --- freexl.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/freexl.spec b/freexl.spec index 813ca1f..b86a154 100644 --- a/freexl.spec +++ b/freexl.spec @@ -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