I am trying to install a package that is bundled with a configure.ac file. My understanding is that I need autoconf to compile this.
I am running debian so used apt-get to install autoconf and Pkg-config
Now, when I get the following message:
Code:
# autoconf configure.ac
configure.ac:45: error: Could not locate the pkg-config autoconf
macros. These are usually located in /usr/share/aclocal/pkg.m4.
If your macros are in a different location, try setting the
environment variable AL_OPTS="-I/other/macro/dir" before running
./autogen.sh or autoreconf again.
I verified to that pkg.m4 is correctly installed in usr/share/aclocal
Thanks in advance for help