mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Set default osname fedora-11.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.64)
|
||||||
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.21],[http://www.rtems.org/bugzilla],
|
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.22],[http://www.rtems.org/bugzilla],
|
||||||
[rtems-]_RTEMS_API[-repo-conf])
|
[rtems-]_RTEMS_API[-repo-conf])
|
||||||
RTEMS_VERSIONING
|
RTEMS_VERSIONING
|
||||||
|
|
||||||
@@ -14,17 +14,17 @@ AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip 1.10])
|
|||||||
AC_ARG_ENABLE(osname,AS_HELP_STRING(
|
AC_ARG_ENABLE(osname,AS_HELP_STRING(
|
||||||
[--enable-osname=<dir> ... os name]),
|
[--enable-osname=<dir> ... os name]),
|
||||||
[osname="$enable_osname"],
|
[osname="$enable_osname"],
|
||||||
[osname="fedora-10"])
|
[osname="fedora-11"])
|
||||||
|
|
||||||
case $osname in
|
case $osname in
|
||||||
fedora-9* | fedora-10* | fedora-11* )
|
fedora-10* | fedora-11* | fedora-12* )
|
||||||
os_name="Fedora"
|
os_name="Fedora"
|
||||||
os_subdir="fedora"
|
os_subdir="fedora"
|
||||||
os_vers=`echo $osname| sed -e 's,^.*-,,'`
|
os_vers=`echo $osname| sed -e 's,^.*-,,'`
|
||||||
yum_verdir="\$\$releasever"
|
yum_verdir="\$\$releasever"
|
||||||
apt_verdir="\$\$(VERSION)"
|
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_name="CentOS"
|
||||||
os_subdir="centos"
|
os_subdir="centos"
|
||||||
os_vers=`echo $osname| sed -e 's,^.*-,,'`
|
os_vers=`echo $osname| sed -e 's,^.*-,,'`
|
||||||
|
|||||||
Reference in New Issue
Block a user