From 2ad2c8233f091edb24a72337c3f5eb3a69e25c85 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Fri, 19 Nov 2004 13:57:40 +0000 Subject: [PATCH] Put acinclude.m4 into m4/ subdirectory and renamed wxWidgets. svn path=/trunk/boinc/; revision=4606 --- checkin_notes | 9 +++++---- acinclude.m4 => m4/wxWidgets.m4 | 0 2 files changed, 5 insertions(+), 4 deletions(-) rename acinclude.m4 => m4/wxWidgets.m4 (100%) 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