summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-11-20 05:45:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-11-20 05:45:21 +0000
commitbd348e4eba3eaaf374cd7df242faf50d7cfbe6ea (patch)
treec5c11690f44784e5c851ae01f2574796fa7c3adc
parent0ebaef9c9e9fd6523beb701ffa556a1b6f88c351 (diff)
Sync with rtems-4-8-branch.
-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 c3f41a2104..8e8c87ca01 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.13],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.14],[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
-centos-5* | redhat-el5* | fedora-[789]* | fedora-10* )
+centos-5* | redhat-el5* | fedora-7* | fedora-8* | fedora-9* | fedora-10* )
os_name="CentOS"
os_subdir="centos/"
yum_verdir="5"
apt_verdir="5"
;;
-centos-4* | redhat-el4* | fedora-[56]* )
+centos-4* | redhat-el4* | fedora-5* | fedora-6* )
os_name="CentOS"
os_subdir="centos/"
yum_verdir="4"