Search found 1 match

Go to advanced search

by autotools_suck
04 Sep 2007 02:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: configure.ac:27: error: possibly undefined macro: AS_IF
Replies: 6
Views: 14269

Re: configure.ac:27: error: possibly undefined macro: AS_IF

Your autotools probably can't see certain m4 macros. I had the exact same error message as you. The problem in my case was that the macros for pkg-config could not be found. So I added "-I /opt/pkg-config/share/aclocal" (pkg-config is installed under /opt/pkg-config on my system) to the co...

Go to advanced search