~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to mediastreamer2/autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-11-15 10:34:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115103450-qgafwcks2lkhctlj
* New upstream release.
* Enable video support.
* Fix mismatched #endif in mscommon.h, closes: #398307.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
AM_VERSION=1.9
 
4
#1.9 is the recommended version currently
 
5
if test -n "$AM_VERSION" ; then
 
6
        ACLOCAL=aclocal-${AM_VERSION}
 
7
        AUTOMAKE=automake-${AM_VERSION}
 
8
else
 
9
        ACLOCAL=aclocal
 
10
        AUTOMAKE=automake
 
11
fi
 
12
 
 
13
echo "Generating build scripts in mediastreamer..."
 
14
set -x
 
15
libtoolize --copy --force
 
16
autoheader
 
17
$ACLOCAL 
 
18
$AUTOMAKE --force-missing --add-missing --copy
 
19
autoconf