summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-01-11 13:01:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-01-11 13:01:28 +0000
commit1139b11a8cefaf8488f5b69605a91bb9535b4d5f (patch)
tree8fa87b25cd77290b34947fb968fecc5d8ef1c992
parentSync with CVS-HEAD. (diff)
downloadrtems-1139b11a8cefaf8488f5b69605a91bb9535b4d5f.tar.bz2
Update.
-rw-r--r--contrib/repo-conf/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index 7967d3dfb9..a4c744e36e 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.20],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.21],[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-11"])
+[osname="fedora-12"])
case $osname in
-fedora-10* | fedora-11* | fedora-12* )
+fedora-11* | fedora-12* | fedora-13 )
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* | fedora-9* )
+centos-5* | redhat-el5* | fedora-7* | fedora-8* | fedora-9* | fedora-10*)
os_name="CentOS"
os_subdir="centos"
os_vers=`echo $osname| sed -e 's,^.*-,,'`