config: Default _internal_autotools_path to nil when not an internal build.

This commit is contained in:
Chris Johns 2014-02-04 18:19:19 +11:00
parent d9c1a48137
commit 00693f913b
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@
%ifn %{defined _internal_autotools}
%define _internal_autotools no
%ifn %{defined _internal_autotools_path}
%define _internal_autotools_path %{nil}
%endif
%endif
Name: autoconf-%{autoconf_version}-%{_host}-%{release}

View File

@ -6,6 +6,9 @@
%ifn %{defined _internal_autotools}
%define _internal_autotools no
%ifn %{defined _internal_autotools_path}
%define _internal_autotools_path %{nil}
%endif
%endif
Name: automake-%{automake_version}-%{_host}-%{release}