Remove centos-4, tighten up suse, move fedora-9 to centos-5.

This commit is contained in:
Ralf Corsepius
2009-08-13 03:29:53 +00:00
parent ac1d1bc44d
commit 8131a3d808

View File

@@ -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,^.*-,,'`