From 56e62e55f3d7adaf434b5dc90be323a0ec2b56c1 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 23 May 2008 15:29:19 +0000 Subject: get version string built correctly, fix some minor bugs in the configure script git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4342 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0ffc2c3..fbf6e7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) - -m4_define([DAHDI_VERSION], - m4_bpatsubst(m4_esyscmd([build_tools/make_version .]), + +m4_define([TOOLSVERSION], + m4_bpatsubst(m4_esyscmd([build_tools/make_version . dahdi/tools]), [\([0-9.]*\)\(\w\|\W\)*], [\1])) -AC_INIT(zaptel, DAHDI_VERSION, www.asterisk.org) +AC_INIT(dahdi, TOOLSVERSION, www.asterisk.org) # check existence of the package AC_CONFIG_SRCDIR([dahdi_cfg.c]) -- cgit v1.2.3