siproxd/autogen.sh
Thomas Ries b2ef7599c8 - added ./autogen.sh
- proxy_rewrite_invitation_body: check success of
  starting RTP relay before rewriting SDP body
- proxy_rewrite_invitation_body: don't fail on
  Contact header with no user part.
- security_check_sip: CSeq header must be present.
2004-03-21 11:15:23 +00:00

14 lines
233 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
test -f configure.in || {
echo "**Error**: This directory does not look like the top-level directory"
exit 1
}
set -e
aclocal
autoheader
automake -a
autoconf