summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 72ea9f5..d79cd13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
AC_PREREQ(2.60)
-AC_INIT([dt],
+AC_INIT([dt-utils],
[2014.11.0],
- [s.hauer@pengutronix.de],
- [dt],
- [http://www.pengutronix.de/dt/])
+ [bugs@pengutronix.de],
+ [dt-utils],
+ [http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])
AC_CONFIG_SRCDIR([src/libdt.c])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz subdir-objects])