Sun Jan 4 20:34:11 2009 UTC ()
work around new gm4 issue, by commenting out stuff.


(christos)
diff -r1.1.1.1 -r1.2 src/external/bsd/am-utils/dist/m4/macros/save_state.m4

cvs diff -r1.1.1.1 -r1.2 src/external/bsd/am-utils/dist/m4/macros/save_state.m4 (expand / switch to unified diff)

--- src/external/bsd/am-utils/dist/m4/macros/save_state.m4 2008/09/19 20:07:23 1.1.1.1
+++ src/external/bsd/am-utils/dist/m4/macros/save_state.m4 2009/01/04 20:34:11 1.2
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1dnl ###################################################################### 1dnl ######################################################################
2dnl AC_SAVE_STATE: save confdefs.h onto dbgcf.h and write $ac_cv_* cache 2dnl AC_SAVE_STATE: save confdefs.h onto dbgcf.h and write $ac_cv_* cache
3dnl variables that are known so far. 3dnl variables that are known so far.
4define(AMU_SAVE_STATE, 4define(AMU_SAVE_STATE,
5AC_MSG_NOTICE(*** SAVING CONFIGURE STATE ***) 5dnl AC_MSG_NOTICE(*** SAVING CONFIGURE STATE ***)
6if test -f confdefs.h 6if test -f confdefs.h
7then 7then
8 cp confdefs.h dbgcf.h 8 cp confdefs.h dbgcf.h
9fi 9fi
10[AC_CACHE_SAVE] 10[AC_CACHE_SAVE]
11) 11)
12dnl ====================================================================== 12dnl ======================================================================