Automake has support for test suites, and while trying to use that I ended
up with failing a test and it printed the following message:
    ======================================= [...]
    See tools/test-suite.log
    Please report to [email protected]
    ======================================= [...]

As the contact address is only used for matters that cannot be made public,
it would be better to have the bug reported on the mailing list instead,
if testing is ever added in the future.

Other uses of the autotools might also make the private contact address
comes forward pushing users to write to this address for matters that
should be public instead.

Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 805438d..9665a96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libsamsung-ipc], [0.6.0], [[email protected]], [libsamsung-ipc])
+AC_INIT([libsamsung-ipc], [0.6.0], [[email protected]], [libsamsung-ipc])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
-- 
2.28.0

_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to