From 7063e223dc6cb5fe43b8664c08ab437b1a2d0547 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 17:22:02 +0000 Subject: Made the RTEMS version get substituted properly even though it is not right yet. Now can specify rpm_build_root via setup. --- scripts/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/configure.in') diff --git a/scripts/configure.in b/scripts/configure.in index bf31304680..f6fdf59ece 100644 --- a/scripts/configure.in +++ b/scripts/configure.in @@ -4,6 +4,7 @@ AC_INIT(binutils) AM_INIT_AUTOMAKE(scripts,19991021-0,no) # RTEMS_CHECK_VERSION(..) +RTEMS_VERSION=GET_RTEMS_VERSION_XXX test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache . ./setup.cache @@ -35,6 +36,7 @@ AC_SUBST(BINUTILSVERS) GDBVERS="gdb-${gdb_version}" AC_SUBST(GDBVERS) BSPVERS="${RTEMS_VERSION}" +AC_SUBST(RTEMS_VERSION) AC_SUBST(BSPVERS) AC_OUTPUT( -- cgit v1.2.3