summaryrefslogtreecommitdiffstats
path: root/source-builder/config/versions.cfg
blob: 0e574ff5fecbad73ed008a800743b99fd2969814 (plain) (blame)
1
2
3
4
5
6
7
# Generate version strings.

%define __makeinfo_ver          %(%{__makeinfo} --version | %{__awk} 'NR==1 {print $NF}')
%define __autoconf_ver          %(%{__autoconf} --version | %{__awk} 'NR==1 {print $NF}')
%define __automake_ver          %(%{__automake} --version | %{__awk} 'NR==1 {print $NF}')