root@VM-Dractio-221:/usr/src/drachtio-server# ./autogen.sh
Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
If encountered such error, follow steps below:
Open the nano Makefile.am
file.
Look for the INCLUDES
variable, which might look like this:
INCLUDES = -I/path/to/include
Replace it with AM_CPPFLAGS like so:
AM_CPPFLAGS = -I/path/to/include