mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix conditional logic.
This commit is contained in:
parent
735cd20eff
commit
71329cd291
@ -4,9 +4,9 @@
|
||||
# This configuration file configure's, make's and install's autoconf
|
||||
#
|
||||
|
||||
ifn %{defined _internal_autotools}
|
||||
%ifn %{defined _internal_autotools}
|
||||
%define _internal_autotools no
|
||||
%endfi
|
||||
%endif
|
||||
|
||||
Name: autoconf-%{autoconf_version}-%{_host}-%{release}
|
||||
Summary: Autoconf v%{autoconf_version} for host %{_host}
|
||||
|
@ -4,9 +4,9 @@
|
||||
# This configuration file configure's, make's and install's automake
|
||||
#
|
||||
|
||||
ifn %{defined _internal_autotools}
|
||||
%ifn %{defined _internal_autotools}
|
||||
%define _internal_autotools no
|
||||
%endfi
|
||||
%endif
|
||||
|
||||
Name: automake-%{automake_version}-%{_host}-%{release}
|
||||
Summary: Automake v%{automake_version} for host %{_host}
|
||||
|
Loading…
x
Reference in New Issue
Block a user