mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Remove centos-4, tighten up suse, move fedora-9 to centos-5.
This commit is contained in:
@@ -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,^.*-,,'`
|
||||
|
||||
Reference in New Issue
Block a user