Make sure that the packet is named correctly and bugs are reported to the right address.
Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: configure.ac =================================================================== --- configure.ac.orig +++ configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rttests],[0.0.0],[EMAIL PROTECTED]) +AC_INIT([rt-test],[0.3],[EMAIL PROTECTED]) AC_CONFIG_HEADERS([include/rttests_config.h]) #AC_CONFIG_SRCDIR([internal/examples/libstats_test.c]) AC_CONFIG_MACRO_DIR([config/m4]) -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
