summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-13 22:11:42 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-13 22:11:42 +0000
commite49a1dc2081c685ecbb81fb845cf0b311b6c6918 (patch)
tree20de6b67be0bd266c88ad71f42f3ef976a072ce7 /autogen.sh
parent92c4dddf7931d284dd3227317da92411ba7d2193 (diff)
downloadfarstream-e49a1dc2081c685ecbb81fb845cf0b311b6c6918.tar.gz
Add python headers check from gst-python
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 54e9ba05..5cef8fe5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -58,7 +58,7 @@ toplevel_check $srcfile
# aclocal
if test -f acinclude.m4; then rm acinclude.m4; fi
-tool_run "$aclocal" "-I common/m4 $ACLOCAL_FLAGS"
+tool_run "$aclocal" "-I common/m4 -I m4 $ACLOCAL_FLAGS"
tool_run "$libtoolize" "--copy --force"
tool_run "$autoheader"