From: Jeremy McNamara Date: Sun, 16 May 2004 16:10:56 +0000 (+0000) Subject: add ./configure for the thick headed who can't read documentation...wait will they... X-Git-Tag: 1.0.0-rc1~468 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3794c9bfefc2e81aa8720dfd0210f7ff9281af0e;p=thirdparty%2Fasterisk.git 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 --- 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