summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-11-18 06:07:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-11-18 06:07:23 +0000
commit3b4bbc277d5ebc493b262e7b5585726592f19b1c (patch)
treef4b36a7763fd524085d1bd15afb50c5075f30330
parent712a3a2cd792b13318ec34ec0f63b6bf4f509516 (diff)
Use expanded osnames.
-rw-r--r--contrib/repo-conf/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index afda6ae05b..a9374504de 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,19 +17,19 @@ AC_ARG_ENABLE(osname,AS_HELP_STRING(
[osname="fedora-10"])
case $osname in
-fedora-[89]* | fedora-10* )
+fedora-8* | fedora-9* | fedora-10* )
os_name="Fedora"
os_subdir="fedora/"
yum_verdir="\$\$releasever"
apt_verdir="\$\$(VERSION)"
;;
-centos-5* | redhat-el5* | fedora-[7]* )
+centos-5* | redhat-el5* | fedora-7* )
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"