Search found 1 match

Go to advanced search

by ccsosnfs
12 Jan 2012 11:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: configure.ac:27: error: possibly undefined macro: AS_IF
Replies: 6
Views: 14268

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 c...

Go to advanced search