]> rtime.felk.cvut.cz Git - can-utils.git/blobdiff - configure.ac
include: can.h: add typedef for __kernel_sa_family_t to make headers self-contained
[can-utils.git] / configure.ac
index 3ec20fb142a8ffc9c8a36caeab56d5ec9a8e155b..0a24e1a54f5c3bfd4c481e8d019238d29a904cc1 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
 
-AC_INIT([can-utils], [trunk], [socketcan-core@lists.berlios.de])
+AC_INIT([can-utils], [trunk], [linux-can@vger.kernel.org])
 AC_CONFIG_SRCDIR([lib.c])
 AC_CONFIG_MACRO_DIR([config/m4])
 AC_CONFIG_AUX_DIR([config/autoconf])
@@ -26,7 +26,7 @@ AC_PROG_LIBTOOL
 # LT_INIT(win32-dll)
 
 AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
-
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
 
 #
 # Checks for header files.