summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-13 23:46:10 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-13 23:46:10 +0000
commitb935e27f899b22e6db12106849af40f37dc0a1ff (patch)
treefc0e90047ef5f026adaae11f995fd115275518b5 /configure.ac
parentfc83fad0446f13b9ffba7356e9811ad2937e252e (diff)
use AC_MSG_* instead of echo to support ./configure --silent (issue #7722)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1297 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8f8cf94..7fbf880 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,5 +49,5 @@ AST_EXT_LIB([newt], [newtBell], [newt.h], [NEWT], [newt])
AC_CONFIG_FILES([build_tools/menuselect-deps makeopts])
AC_OUTPUT
-echo "*** Zaptel build successfully configured ***"
+AC_MSG_NOTICE(*** Zaptel build successfully configured ***)