Searched refs:altdir (Results 1 – 3 of 3) sorted by relevance
14 AUTOMAKE=automake --include-deps --altdir=./m415 ACLOCAL=aclocal --altdir=./m4
614 char altdir[MAXNAMELEN] = { 0 }; in process_options() local704 (void) strlcpy(altdir, optarg, sizeof (altdir)); in process_options()722 if (strlen(altdir) > 0) { in process_options()734 if (0 != access(altdir, F_OK)) { in process_options()737 altdir); in process_options()739 VERIFY(NULL != realpath(altdir, realaltdir)); in process_options()
9242 * aux/GNUmakefile: invoke aclocal with new --altdir flag.