summaryrefslogtreecommitdiffstats
path: root/bare/config/print/texinfo.cfg
blob: 5fa0cbaa44bef3231a4ad73205ca24ee6c482224 (plain) (blame)
1
2
3
4
5
6
7
8
#
# GNU makeinfo has a version option, check for it.
# If not found build it.
#
%define has_makeinfo %(makeinfo --version > /dev/null 2>&1; echo $?)
%if %{has_makeinfo} != 0
 %include %{_configdir}/print/texinfo-7.0.3.cfg
%endif