Add m4 directory so aclocal doesn't complain in autogen.sh

Might come in handy, and these warnings seem to be
fatal in some environments.

You may need to git clean -x -d -f your tree before
git pulling/merging.
This commit is contained in:
Tim-Philipp Müller 2015-04-08 15:57:59 +01:00
parent 2dd79f5723
commit ed7a301a42
4 changed files with 8 additions and 2 deletions

6
.gitignore vendored
View file

@ -35,6 +35,10 @@ gst-omx-*.tar*
*.orig
*.rej
tools/listcomponents
/m4
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
Makefile.in
Makefile

View file

@ -1,4 +1,4 @@
SUBDIRS = common omx tools config
SUBDIRS = common omx tools config m4
if BUILD_EXAMPLES
SUBDIRS += examples

View file

@ -389,6 +389,7 @@ config/bellagio/Makefile
config/rpi/Makefile
examples/Makefile
examples/egl/Makefile
m4/Makefile
)
AC_OUTPUT

1
m4/Makefile.am Normal file
View file

@ -0,0 +1 @@
SUBDIRS =