summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-24 09:01:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-24 09:01:22 +0000
commitc45ec73cb8f45d2d925108773c8b25c1d1e9e022 (patch)
tree13685fd348ae7051f624cebe18cc8efe110c8305 /contrib
parentAdd autotools. (diff)
downloadrtems-c45ec73cb8f45d2d925108773c8b25c1d1e9e022.tar.bz2
Bump version.
Add AC_CONFIG_FILES([autotools/Makefile])
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac
index 6e0a2f3836..dc49c57a0a 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([crossrpms],[0.20060723.1],[rtems-bugs@rtems.com])
+AC_INIT([crossrpms],[0.20060724.1],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.)
@@ -172,4 +172,6 @@ AC_CONFIG_FILES([rtems4.7/sh/Makefile])
AC_CONFIG_FILES([rtems4.7/sparc/Makefile])
AC_CONFIG_FILES([rtems4.7/tic4x/Makefile])
+AC_CONFIG_FILES([autotools/Makefile])
+
AC_OUTPUT