summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/automake.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/automake.spec b/packaging/automake.spec
index 04d3e84e9..e233111f2 100644
--- a/packaging/automake.spec
+++ b/packaging/automake.spec
@@ -5,7 +5,7 @@ BuildRequires: gcc-c++
BuildRequires: makeinfo
BuildRequires: xz
Requires: autoconf >= 2.69
-Version: 1.14.1
+Version: 1.15.1
Release: 0
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
License: GPL-2.0+
@@ -28,7 +28,7 @@ definitions (with rules occasionally thrown in). The generated
cp %{SOURCE1001} .
%build
-sh bootstrap.sh
+sh bootstrap
%configure --docdir=%{_docdir}/%{name}
make %{!?asan:%{?_smp_mflags}}