summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-08-12 03:49:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-08-12 03:49:04 +0000
commite59930a91bd99abb278f98b5ff8ebe6e67e8dae8 (patch)
tree306bef3e7ca8712ab32a37823ab1f2c0a936bba4 /contrib
parent2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e59930a91bd99abb278f98b5ff8ebe6e67e8dae8.tar.bz2
Set default osname fedora-11.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/repo-conf/configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index b380586b7c..60211a2d60 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -1,8 +1,8 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.61)
-AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.21],[http://www.rtems.org/bugzilla],
+AC_PREREQ(2.64)
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.22],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
@@ -14,17 +14,17 @@ 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* | fedora-12* )
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,^.*-,,'`