Add support to check for a valid autoconf for RTEMS.

This commit is contained in:
Chris Johns
2013-04-23 16:03:25 +10:00
parent 1869040e16
commit 86b2b4fe63
2 changed files with 10 additions and 0 deletions

View File

@@ -1,5 +1,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}')