summaryrefslogtreecommitdiffstats
path: root/contrib/amd/m4/macros/localconfig.m4
blob: ee562453494051a4a8a714654b290b2cd1ce174b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
dnl ######################################################################
dnl check if a local configuration file exists
AC_DEFUN(AMU_LOCALCONFIG,
[AC_MSG_CHECKING(a local configuration file)
if test -f localconfig.h
then
  AC_DEFINE(HAVE_LOCALCONFIG_H)
  AC_MSG_RESULT(yes)
else
  AC_MSG_RESULT(no)
fi
])
dnl ======================================================================
OpenPOWER on IntegriCloud