I'm trying to adapt the library soil2 to work with autoconf. http://pastebin.ca/raw/3035774 is what I have so far. My g++ invocation reads `g++ -I/usr/include/libdrm -Wall -v -g -O2 -lGLEW -lGLU -lGL -lglfw -lm -o giants src/main.o` and `pkg-config --libs soil2` yields "-L/usr/lib/linux -lsoil2". Why aren't the soil2 flags showing up in my g++ invocation? _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf