rtems-4.11: Use the internal autoconf build.

This commit is contained in:
Chris Johns 2014-08-23 13:24:05 +00:00
parent 5d9b1537ac
commit f022f82886

View File

@ -18,6 +18,12 @@
%define rtems_kernel_version 4.11
#
# A magic internal path that would break if changes in the defaults.mc
# macro file are made.
#
%define _internal_autotools_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
#
# Check the version of autoconf. Check autoreconf as it is used.
#
@ -29,11 +35,6 @@
%endif
%endif
#
# A magic internal path that would break if changes in the defaults.mc
# macro file are made.
#
%define _internal_autotools_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
#
# Pull the latest changes from git each build. Override if this is not what you
# want.