From 520224693c300be6036610fbbc4acd246811719e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 17 Nov 2008 17:10:02 +0000 Subject: Misc. hacks. --- contrib/repo-conf/configure.ac | 4 ++-- 1 file 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= ... os name]), [osname="$enable_osname"], -[AC_MSG_ERROR([Missing --enable-osname="]) -]) +[osname="fedora-10"]) case $osname in centos-5* | redhat-el5* | fedora-[789]* | fedora-10* ) -- cgit v1.2.3