Bump version.

Add AC_CONFIG_FILES([autotools/Makefile])
This commit is contained in:
Ralf Corsepius
2006-07-24 09:01:22 +00:00
parent 9b966c30ab
commit c45ec73cb8

View File

@@ -3,7 +3,7 @@
m4_define([RTEMS_API],[4.7]) m4_define([RTEMS_API],[4.7])
AC_PREREQ(2.59) 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_SRCDIR([binutils/binutils.add])
AC_CONFIG_AUX_DIR(.) 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/sparc/Makefile])
AC_CONFIG_FILES([rtems4.7/tic4x/Makefile]) AC_CONFIG_FILES([rtems4.7/tic4x/Makefile])
AC_CONFIG_FILES([autotools/Makefile])
AC_OUTPUT AC_OUTPUT