summaryrefslogtreecommitdiffstats
path: root/config/autoconf-2-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-11-05 12:27:35 +1100
committerChris Johns <chrisj@rtems.org>2012-11-05 12:27:35 +1100
commit2181fb8b8d27abb98ec34865d78f80d45720d1dd (patch)
tree7e4088758ff03348943bb0946bd281c765ef08f8 /config/autoconf-2-1.cfg
parentAllow defines with the macro is empty. (diff)
downloadrtems-source-builder-2181fb8b8d27abb98ec34865d78f80d45720d1dd.tar.bz2
Cleaned up configuration. Allow the sb-builder to directly build packages.
Diffstat (limited to '')
-rw-r--r--config/autoconf-2-1.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/autoconf-2-1.cfg b/config/autoconf-2-1.cfg
index cfa0d56..fbb1910 100644
--- a/config/autoconf-2-1.cfg
+++ b/config/autoconf-2-1.cfg
@@ -4,6 +4,10 @@
# This configuration file configure's, make's and install's autoconf
#
+ifn %{defined _internal_autotools}
+ %define _internal_autotools no
+%endfi
+
Name: autoconf-%{autoconf_version}-%{_host}-%{release}
Summary: Autoconf v%{autoconf_version} for host %{_host}
Version: %{autoconf_version}
@@ -11,9 +15,6 @@ Release: %{release}
URL: http://www.gnu.org/software/autoconf/
BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
-%description
-Autoconf for host %{_host}.
-
#
# Source
#
@@ -36,7 +37,7 @@ cd ..
if "%{_internal_autotools}" == "yes"; then
ac_prefix=$SB_TMPPREFIX
else
- ac_prefix=%{prefix}
+ ac_prefix=%{_prefix}
fi
%if "%{_build}" != "%{_host}"