PATH:
usr
/
share
/
aclocal-1.16
# Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check whether make has an 'include' directive that can support all # the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], [AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) cat > confinc.mk << 'END' am__doit: @echo this is the am__doit target >confinc.out .PHONY: am__doit END am__include="#" am__quote= # BSD make does it like this. echo '.include "confinc.mk" # ignored' > confmf.BSD # Other make implementations (GNU, Solaris 10, AIX) do it like this. echo 'include confinc.mk # ignored' > confmf.GNU _am_result=no for s in GNU BSD; do AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) AS_CASE([$?:`cat confinc.out 2>/dev/null`], ['0:this is the am__doit target'], [AS_CASE([$s], [BSD], [am__include='.include' am__quote='"'], [am__include='include' am__quote=''])]) if test "$am__include" != "#"; then _am_result="yes ($s style)" break fi done rm -f confinc.* confmf.* AC_MSG_RESULT([${_am_result}]) AC_SUBST([am__include])]) AC_SUBST([am__quote])])
[-] install-sh.m4
[edit]
[-] init.m4
[edit]
[-] lex.m4
[edit]
[-] cond.m4
[edit]
[-] runlog.m4
[edit]
[-] options.m4
[edit]
[+]
internal
[-] depout.m4
[edit]
[-] ar-lib.m4
[edit]
[-] obsolete.m4
[edit]
[-] maintainer.m4
[edit]
[-] make.m4
[edit]
[-] amversion.m4
[edit]
[-] prog-cc-c-o.m4
[edit]
[-] substnot.m4
[edit]
[-] extra-recurs.m4
[edit]
[-] tar.m4
[edit]
[-] gcj.m4
[edit]
[-] dmalloc.m4
[edit]
[-] strip.m4
[edit]
[-] sanity.m4
[edit]
[-] mkdirp.m4
[edit]
[-] missing.m4
[edit]
[-] vala.m4
[edit]
[+]
..
[-] as.m4
[edit]
[-] cond-if.m4
[edit]
[-] python.m4
[edit]
[-] silent.m4
[edit]
[-] lispdir.m4
[edit]
[-] upc.m4
[edit]
[-] depend.m4
[edit]
[-] auxdir.m4
[edit]
[-] lead-dot.m4
[edit]