mpromonet/v4l2tools

Build fail on undefined macro: AC_PROG_LD and AC_PROG_LIBTOOL

VigibotDev opened this issue · 2 comments

Any help ?

root@raspberrypi:~/v4l2tools# make
git submodule update --init h264bitstream
cd h264bitstream && autoreconf -i -f && ./configure --host arm-linux-gnueabihf
configure.ac:26: error: possibly undefined macro: AC_PROG_LD
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:28: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1
make: *** [Makefile:135: h264bitstream/.libs/libh264bitstream.so] Error 1

I found my problem : libtool is missing.

apt install libtool

(please update the dependencies inside documentation:)