Set default osname fedora-11.

This commit is contained in:
Ralf Corsepius
2009-08-12 03:49:04 +00:00
parent 877de9773c
commit e59930a91b

View File

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