add -I to aclocal command line since it is ignoring all other include directives
This commit is contained in:
parent
1b8554fad2
commit
5592f52cf8
|
@ -34,7 +34,7 @@ before_script:
|
|||
- cd $TRAVIS_BUILD_DIR
|
||||
- ls -l
|
||||
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then libtoolize -v --force; fi
|
||||
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then aclocal; fi
|
||||
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then aclocal -I m4; fi
|
||||
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then cat aclocal.m4; fi
|
||||
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoheader; fi
|
||||
- if [ "$ZM_BUILDMETHOD" = "autotools" ]; then automake --force-missing --add-missing; fi
|
||||
|
|
Loading…
Reference in New Issue