In autoconf, how can I include more m4 files from a user-specified directory globally (that affects all autoconf projects)? Is there any way to set such a directory globally?
How do I add global user specified autoconf module dirs for m4 files?
38 Views Asked by xuhdev At
1
According the doc, simply set the environmental variable
ACLOCAL_PATH
.