Blame confdb/aclocal_am.m4
|
Packit |
0848f5 |
dnl AM_IGNORE is an extension that tells (a patched) automake not to
|
|
Packit |
0848f5 |
dnl include the specified AC_SUBST variable in the Makefile.in that
|
|
Packit |
0848f5 |
dnl automake generates. We don't use AC_DEFUN, since aclocal will
|
|
Packit |
0848f5 |
dnl then complain that AM_IGNORE is a duplicate (if you are using the
|
|
Packit |
0848f5 |
dnl patched automake/aclocal).
|
|
Packit |
0848f5 |
m4_ifdef([AM_IGNORE],[],[m4_define([AM_IGNORE],[])])
|