summaryrefslogtreecommitdiffstats
path: root/contrib/repo-conf/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-04-07 09:25:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-04-07 09:25:21 +0000
commitb88d42431b04b79660da27e71de26413ed7a5d8e (patch)
tree763cf7fdc4bd437db0f7978e3444d19762422ebb /contrib/repo-conf/configure.ac
parent2009-04-02 Ralf Corsépius <ralfcorsepius@rtems.org> (diff)
downloadrtems-b88d42431b04b79660da27e71de26413ed7a5d8e.tar.bz2
Add rtems.eu
Diffstat (limited to 'contrib/repo-conf/configure.ac')
-rw-r--r--contrib/repo-conf/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index a9374504de..a330130c12 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.14],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.16],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
@@ -17,13 +17,13 @@ AC_ARG_ENABLE(osname,AS_HELP_STRING(
[osname="fedora-10"])
case $osname in
-fedora-8* | fedora-9* | fedora-10* )
+fedora-9* | fedora-10* | fedora-11* )
os_name="Fedora"
os_subdir="fedora/"
yum_verdir="\$\$releasever"
apt_verdir="\$\$(VERSION)"
;;
-centos-5* | redhat-el5* | fedora-7* )
+centos-5* | redhat-el5* | fedora-7* | fedora-8* )
os_name="CentOS"
os_subdir="centos/"
yum_verdir="5"