summaryrefslogtreecommitdiffstats
path: root/contrib/repo-conf
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-01-11 12:27:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-01-11 12:27:39 +0000
commit04a82e9c497f154499f7f21a10be7e8d4b522108 (patch)
treea62ba2f9f447a1924ed0ee4cb7e6dd2f16af0909 /contrib/repo-conf
parentSplit out rtems-4.10-release. (diff)
downloadrtems-04a82e9c497f154499f7f21a10be7e8d4b522108.tar.bz2
Update.
Diffstat (limited to 'contrib/repo-conf')
-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 6733d13a39..d946063dbd 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -2,29 +2,29 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
-AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.23],[http://www.rtems.org/bugzilla],
+AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.24],[http://www.rtems.org/bugzilla],
[rtems-]_RTEMS_API[-repo-conf])
RTEMS_VERSIONING
AC_CONFIG_SRCDIR([gpg])
AC_CONFIG_AUX_DIR([.])
AC_SUBST([RTEMS_API],[_RTEMS_API])
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip dist-xz 1.10])
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip dist-xz 1.10.1])
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,^.*-,,'`