mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Add support to check for a valid autoconf for RTEMS.
This commit is contained in:
@@ -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}')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user