summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-11-17 17:10:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-11-17 17:10:02 +0000
commit520224693c300be6036610fbbc4acd246811719e (patch)
tree18b0828547281a785466f9fad080fba77c85b7fd
parentcdd2e6a98be650ed4ca6371fa24371347343639c (diff)
Misc. hacks.
-rw-r--r--contrib/repo-conf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/repo-conf/configure.ac b/contrib/repo-conf/configure.ac
index abcc8b5b7b..7ac6a2a93f 100644
--- a/contrib/repo-conf/configure.ac
+++ b/contrib/repo-conf/configure.ac
@@ -5,6 +5,7 @@ AC_PREREQ(2.61)
AC_INIT([rtems-]_RTEMS_API[-repo-conf],[0.13],[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])
@@ -13,8 +14,7 @@ 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"],
-[AC_MSG_ERROR([Missing --enable-osname=<name>"])
-])
+[osname="fedora-10"])
case $osname in
centos-5* | redhat-el5* | fedora-[789]* | fedora-10* )