mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
17 lines
239 B
INI
17 lines
239 B
INI
#
|
|
# Autoconf 2.68.
|
|
#
|
|
|
|
%if %{release} == %{nil}
|
|
%define release 1
|
|
%endif
|
|
|
|
%include %{_configdir}/base.cfg
|
|
|
|
%define autoconf_version 2.68
|
|
|
|
#
|
|
# The autoconf build instructions. We use 2.xx Release 1.
|
|
#
|
|
%include %{_configdir}/autoconf-2-1.cfg
|