summaryrefslogtreecommitdiffstats
path: root/scripts/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 13:21:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-09 13:21:24 +0000
commit5d850287011955ee00514cbf2e376c1d98de4ecd (patch)
tree0ce7b4595adf1393e4215bd826689ec4476be2fa /scripts/configure.ac
parent2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5d850287011955ee00514cbf2e376c1d98de4ecd.tar.bz2
2004-02-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/rtems-source.add: New. * Makefile.am: Add rtems/rtems-source.spec handling. * configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]). * common/common.add.in: Use www.rtems.com as Vendor.
Diffstat (limited to 'scripts/configure.ac')
-rw-r--r--scripts/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/configure.ac b/scripts/configure.ac
index bf39d1f086..56ae888cf6 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -65,7 +65,7 @@ AC_SUBST(BINUTILSVERS)
GDBVERS="gdb-${gdb_version}"
AC_SUBST(GDBVERS)
BSPVERS="${rtems_version}"
-AC_SUBST(RTEMS_VERSION,${rtems_version})
+AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION])
AC_SUBST(BSPVERS)
AC_SUBST(RPM_CPU)
AC_SUBST(rpmprefix,$rpmprefix)