Changeset 3b4bbc2 in rtems


Ignore:
Timestamp:
11/18/08 06:07:23 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.8
Children:
f4d9c474
Parents:
712a3a2
Message:

Use expanded osnames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/repo-conf/configure.ac

    r712a3a2 r3b4bbc2  
    33
    44AC_PREREQ(2.61)
    5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.13],[http://www.rtems.org/bugzilla],
     5AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.14],[http://www.rtems.org/bugzilla],
    66  [rtems-]_RTEMS_API[-repo-conf])
    77RTEMS_VERSIONING
     
    1818
    1919case $osname in
    20 fedora-[89]* | fedora-10* )
     20fedora-8* | fedora-9* | fedora-10* )
    2121  os_name="Fedora"
    2222  os_subdir="fedora/"
     
    2424  apt_verdir="\$\$(VERSION)"
    2525  ;;
    26 centos-5* | redhat-el5* | fedora-[7]* )
     26centos-5* | redhat-el5* | fedora-7* )
    2727  os_name="CentOS"
    2828  os_subdir="centos/"
     
    3030  apt_verdir="5"
    3131  ;;
    32 centos-4* | redhat-el4* | fedora-[56]* )
     32centos-4* | redhat-el4* | fedora-5* | fedora-6* )
    3333  os_name="CentOS"
    3434  os_subdir="centos/"
Note: See TracChangeset for help on using the changeset viewer.