Passing flags to SUBDIRS
If I'd like all of the files in a particular subdirectory to be compiled with -Isome/path, for instance, how do I arrange for this? AM_CPPFLAGS does not seem to be automatically propagated. Aaron W. LaFramboise
execvp: /bin/bash: Argument list too long
too long make[3]: *** [install-nobase_pkgincludeHEADERS] Error 127 What is the preferred way of fixing this? Aaron W. LaFramboise