summaryrefslogtreecommitdiffstats
path: root/contrib/amd/m4/macros/save_state.m4
blob: 04cd14b8a4e4438fcc5a129d7ac3e635637378a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
dnl ######################################################################
dnl AC_SAVE_STATE: save confdefs.h onto dbgcf.h and write $ac_cv_* cache
dnl variables that are known so far.
define(AMU_SAVE_STATE,
AC_MSG_NOTICE(*** SAVING CONFIGURE STATE ***)
if test -f confdefs.h
then
 cp confdefs.h dbgcf.h
fi
[AC_CACHE_SAVE]
)
dnl ======================================================================
OpenPOWER on IntegriCloud