summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/configure.ac')
-rw-r--r--contrib/crossrpms/configure.ac11
1 files changed, 10 insertions, 1 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index 533d7cf23f..1385f955b5 100644
--- a/contrib/crossrpms/configure.ac
+++ b/contrib/crossrpms/configure.ac
@@ -3,7 +3,7 @@
m4_define([RTEMS_API],[4.7])
AC_PREREQ(2.59)
-AC_INIT([crossbuild],[0.20060221.0],[rtems-bugs@rtems.com])
+AC_INIT([crossbuild],[0.20060302.0],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)
@@ -67,6 +67,15 @@ case "${target_os}" in
esac
AC_SUBST([TARGET_SUBDIRS])
+case "${target_os}" in
+ [rtems]RTEMS_API[])
+ osversion=[]RTEMS_API[]
+ ;;
+ *)
+ osversion=
+esac
+AC_SUBST([osversion])
+
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([cygwin/Makefile])