From 3794c9bfefc2e81aa8720dfd0210f7ff9281af0e Mon Sep 17 00:00:00 2001
From: Jeremy McNamara <jj@nufone.net>
Date: Sun, 16 May 2004 16:10:56 +0000
Subject: [PATCH] add ./configure for the thick headed who can't read
 documentation...wait will they even read the README?

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/h323/README | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/channels/h323/README b/channels/h323/README
index fce1841bf1..8aad196898 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -45,8 +45,10 @@ Example commands to make sure everything gets cleaned and then
 rebult in proper order:
 
 cd /path/to/pwlib
+./configure
 make clean opt
 cd /path/to/openh323
+./configure
 make clean opt 
 cd /path/to/asterisk/channels/h323
 make  
-- 
GitLab