Merge "fix build break" into tizen
[platform/core/multimedia/gst-plugins-ext0.10.git] / autogen.sh
1 #!/bin/sh
2 # you can either set the environment variables AUTOCONF and AUTOMAKE
3 # to the right versions, or leave them unset and get the RedHat 7.3 defaults
4
5 aclocal -I m4 -I common/m4
6 libtoolize --copy --force
7 autoheader
8 autoconf
9 automake --add-missing --copy --foreign
10
11 echo "Now type 'make' to compile $package."
12