Skip to content

Commit

Permalink
bison: add dependency on autotools (m4)
Browse files Browse the repository at this point in the history
Bison needs m4 and build-time and run-time. Our m4 is part of autotools
package. Otherwise we will fail compiling doxygen:

    bison: m4 subprocess failed

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
(cherry picked from commit 4fae994)
  • Loading branch information
David Abdurachmanov authored and smuzaffar committed Nov 22, 2016
1 parent ec285e0 commit 22856b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bison.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Source: http://ftp.gnu.org/gnu/%{n}/%{n}-%{realversion}.tar.gz

BuildRequires: autotools
Requires: autotools

%define drop_files %{i}/share/{man,locale,info}

Expand Down

0 comments on commit 22856b0

Please sign in to comment.