The Open-FCoE.org server has been moved to OSU OSL. They have naming requirements for mailing lists they provide so the mailing list name has changed to [email protected]. While updating other repositories I noticed that libHBAAPI did not have a reference to the mailing list. This patch adds the e-mail address to the AC_INIT line.
Signed-off-by: Robert Love <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6678081..175f71d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libHBAAPI], [2.2.5]) +AC_INIT([libHBAAPI], [2.2.5], [[email protected]]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC _______________________________________________ fcoe-devel mailing list [email protected] http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel
