summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-08-13 03:29:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-08-13 03:29:53 +0000
commit8131a3d80839d8a0be564d5c1086dd94ae79bc72 (patch)
tree321e4fc7647f91015cace380c19313966e12ea37
parentTry enabling the data cache. (diff)
downloadrtems-8131a3d80839d8a0be564d5c1086dd94ae79bc72.tar.bz2
Remove centos-4, tighten up suse, move fedora-9 to centos-5.
-rw-r--r--contrib/repo-conf/configure.ac17
1 files changed, 5 insertions, 12 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index b5a140c074..2babf18ad8 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.18],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.19],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
@@ -14,31 +14,24 @@ AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip 1.10])
AC_ARG_ENABLE(osname,AS_HELP_STRING(
[--enable-osname=<dir> ... os name]),
[osname="$enable_osname"],
-[osname="fedora-10"])
+[osname="fedora-11"])
case $osname in
-fedora-9* | fedora-10* | fedora-11* )
+fedora-10 | fedora-11 )
os_name="Fedora"
os_subdir="fedora"
os_vers=`echo $osname| sed -e 's,^.*-,,'`
yum_verdir="\$\$releasever"
apt_verdir="\$\$(VERSION)"
;;
-centos-5* | redhat-el5* | fedora-7* | fedora-8* )
+centos-5 | redhat-el5 | fedora-7 | fedora-8 | fedora-9 )
os_name="CentOS"
os_subdir="centos"
os_vers=`echo $osname| sed -e 's,^.*-,,'`
yum_verdir="5"
apt_verdir="5"
;;
-centos-4* | redhat-el4* | fedora-5* | fedora-6* )
- os_name="CentOS"
- os_subdir="centos"
- os_vers=`echo $osname| sed -e 's,^.*-,,'`
- yum_verdir="4"
- apt_verdir="4"
- ;;
-suse-*)
+suse-10.3 | suse-11.0 | suse-11.1 )
os_name="openSUSE"
os_subdir="suse"
os_vers=`echo $osname| sed -e 's,^.*-,,'`