summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-autoconf-2.69-1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/config/tools/rtems-autoconf-2.69-1.cfg')
-rw-r--r--rtems/config/tools/rtems-autoconf-2.69-1.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-autoconf-2.69-1.cfg b/rtems/config/tools/rtems-autoconf-2.69-1.cfg
new file mode 100644
index 0000000..1db8746
--- /dev/null
+++ b/rtems/config/tools/rtems-autoconf-2.69-1.cfg
@@ -0,0 +1,19 @@
+#
+# Autoconf 2.69.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+%include %{_configdir}/versions.cfg
+
+%define rtems_autoconf_version 2.69
+
+#
+# Check the version of autoconf in the path.
+#
+%if %{__autoconf_ver} < %{rtems_autoconf_version}
+ #
+ # Tools configuration.
+ #
+ %include %{_configdir}/devel/autoconf-2.69-1.cfg
+%endif