summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-01-11 09:52:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-01-11 09:52:19 +0000
commit05b5ec8cc7a6c802189f683d532b9c5d85daeb17 (patch)
tree4cea2cf3aee4b70a4daad72cfc94c51c30cc6fec
parentd5808bea3c97411ebf953db9089c6a5e5f3cd689 (diff)
Bump version.
Remove fedora.
-rw-r--r--contrib/repo-conf/configure.ac11
1 files changed, 2 insertions, 9 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index 6aeb02976e..75815bf812 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.16],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.17],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
@@ -17,14 +17,7 @@ AC_ARG_ENABLE(osname,AS_HELP_STRING(
[osname="fedora-10"])
case $osname in
-fedora-9* | fedora-10* | fedora-11* )
- 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* | fedora-10* | fedora-11* | fedora-12* | fedora-13* )
os_name="CentOS"
os_subdir="centos"
os_vers=`echo $osname| sed -e 's,^.*-,,'`