Lines Matching refs:m4
3 # Before using, you should figure out all the .m4 macros that your
4 # configure.m4 script needs and make sure they exist in the m4/
8 # aclocal.m4 configure Makefile.in src/config.h.in \
18 trap 'rm -f aclocal.m4.tmp' EXIT
36 # aclocal tries to overwrite aclocal.m4 even if the contents haven't
40 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
41 if cmp aclocal.m4.tmp aclocal.m4; then
42 touch aclocal.m4 # pretend that we regenerated the file
43 rm -f aclocal.m4.tmp
45 mv aclocal.m4.tmp aclocal.m4 # we did set -e above, so we die if this fails