From 723b3ce87f4835f0983fb76a66f091ee61dce509 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Mon, 18 May 2015 17:22:47 +0000 Subject: [PATCH] autoconf: rename "dahdi" to "dahdi-tools" Autoconf use this name as the "PACKAGE_NAME": * Available as a macro to compiled code and Makefile's * With automake, this determines the name of the tarball produced in "make dist" Signed-off-by: Tzafrir Cohen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e75f09..1e61315 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ m4_define([short_version], m4_bpatsubst(m4_esyscmd([build_tools/make_version . dahdi/tools]), [\([0-9.]*\)\(\w\|\W\)*], [\1])) -AC_INIT(dahdi, short_version, www.asterisk.org) +AC_INIT([dahdi-tools], short_version, [www.asterisk.org]) # check existence of the package AC_CONFIG_SRCDIR([dahdi_cfg.c])