Update of /cvsroot/wxlua/wxLua/build/autoconf
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30765/build/autoconf
Modified Files:
aclocal.m4
Log Message:
Mac build fixes
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/autoconf/aclocal.m4,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** aclocal.m4 3 Jan 2007 23:10:02 -0000 1.39
--- aclocal.m4 27 Feb 2007 19:05:04 -0000 1.40
***************
*** 12,21 ****
# PARTICULAR PURPOSE.
! dnl ---------------------------------------------------------------------------
! dnl Support macros for makefiles generated by BAKEFILE.
! dnl ---------------------------------------------------------------------------
dnl Lots of compiler & linker detection code contained here was taken from
! dnl wxWindows configure.in script (see http://www.wxwindows.org)
[...1408 lines suppressed...]
! #if ($majsym > ($major) || \
! ($majsym == ($major) && $minsym > ($minor)) || \
! ($majsym == ($major) && $minsym == ($minor) && $relsym >= ($release)))
! // this component is recent enough
! #else
! #error $1 is too old ! At least version $5 is required
! #endif
! #else
! #error $1 does not define its version symbols $majsym, $minsym, $relsym
! #endif
! ],
! [$8], [$9])
! ])
!
m4_include([wxwin.m4])
--- 1634,1637 ----
])
! m4_include([wxcodecheck.m4])
m4_include([wxwin.m4])
|