Changeset 05b5ec8c in rtems for contrib/repo-conf/configure.ac
- Timestamp:
- 01/11/10 09:52:19 (13 years ago)
- Branches:
- 4.8
- Children:
- c8225edd
- Parents:
- d5808be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/repo-conf/configure.ac
rd5808be r05b5ec8c 3 3 4 4 AC_PREREQ(2.61) 5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.1 6],[http://www.rtems.org/bugzilla],5 AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.17],[http://www.rtems.org/bugzilla], 6 6 [rtems-]_RTEMS_API[-repo-conf]) 7 7 RTEMS_VERSIONING … … 18 18 19 19 case $osname in 20 fedora-9* | fedora-10* | fedora-11* ) 21 os_name="Fedora" 22 os_subdir="fedora" 23 os_vers=`echo $osname| sed -e 's,^.*-,,'` 24 yum_verdir="\$\$releasever" 25 apt_verdir="\$\$(VERSION)" 26 ;; 27 centos-5* | redhat-el5* | fedora-7* | fedora-8* ) 20 centos-5* | redhat-el5* | fedora-7* | fedora-8* | fedora-9* | fedora-10* | fedora-11* | fedora-12* | fedora-13* ) 28 21 os_name="CentOS" 29 22 os_subdir="centos"
Note: See TracChangeset
for help on using the changeset viewer.