[Pkg-voip-commits] [dahdi-tools] 227/285: autoconf: rename "dahdi" to "dahdi-tools"

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 723b3ce87f4835f0983fb76a66f091ee61dce509
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Mon May 18 17:22:47 2015 +0000

    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 <tzafrir.cohen at xorcom.com>
---
 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])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list