No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / am-utils / dist / m4 / macros / localconfig.m4
blob8efc6c1ec54d047660f0c6ceaba047d3f4e1ec90
1 dnl ######################################################################
2 dnl check if a local configuration file exists
3 AC_DEFUN([AMU_LOCALCONFIG],
4 [AC_MSG_CHECKING(a local configuration file)
5 if test -f localconfig.h
6 then
7   AC_DEFINE(HAVE_LOCALCONFIG_H)
8   AC_MSG_RESULT(yes)
9 else
10   AC_MSG_RESULT(no)
13 dnl ======================================================================