diff --git a/checkin_notes b/checkin_notes index 61bae31ba7..b700754d5b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -19876,12 +19876,13 @@ Rom 19 Nov 2004 Bruce 19 Nov 2004 UTC (from Reinhard Prix) - - Added nice macro (acinclude.m4) to CVS for detection of wxWidgets. Any additional - non-standard macros should be added to this file. Now switch off - clientgui build (with nice warning) if wxWidgets is not found. Add + - Added nice macro (wxWidgets.m4) to CVS for detection of wxWidgets. + Now switch off clientgui build (with nice warning) if wxWidgets is + not found. - Use outcome of pthread tests and corresponding flags to set pthreads CFLAGS correctly. configure.ac Makefile.am - acinclude.m4 + m4/ + wxWidgets.m4 diff --git a/acinclude.m4 b/m4/wxWidgets.m4 similarity index 100% rename from acinclude.m4 rename to m4/wxWidgets.m4