summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am19
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 34663d0..d47c7a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,13 +22,14 @@ man_MANS = canconfig.8 candump.8 canecho.8 cansend.8
# info_TEXINFOS = can.texinfo
-MAINTAINERCLEANFILES= \
- include/can_config.h.in \
- configure \
- Makefile.in \
- config.guess \
- config.sub \
- ltmain.sh \
- aclocal.m4
-
+MAINTAINERCLEANFILES = \
+ configure \
+ Makefile.in \
+ aclocal.m4 \
+ config/autoconf/depcomp \
+ config/autoconf/missing \
+ config/autoconf/config.guess \
+ config/autoconf/config.sub \
+ config/autoconf/ltmain.sh \
+ config/autoconf/install-sh
diff --git a/configure.ac b/configure.ac
index 93b1aaf..4ce6dff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
-AC_INIT([canutils], [1.0.1], [socket-can@@pengutronix.de])
+AC_INIT([canutils], [1.0.1], [socket-can@pengutronix.de])
AC_CONFIG_HEADERS([include/can_config.h])
AC_CONFIG_AUX_DIR([config/autoconf])
AC_CONFIG_MACRO_DIR([config/m4])