From: Martin R. <ru...@us...> - 2010-04-27 15:46:36
|
Update of /cvsroot/foo/foo/elkfoo/m4 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv634/m4 Modified Files: objc.m4 Log Message: adopt build system to newer versions of autotools Index: objc.m4 =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/m4/objc.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** objc.m4 4 Aug 2004 07:14:37 -0000 1.1 --- objc.m4 27 Apr 2010 15:46:28 -0000 1.2 *************** *** 400,403 **** --- 400,407 ---- # ########## End of GNU General Public License (GPL), version 2 ########## + + # include this file conditionally + m4_ifdef([AC_LANG(Objective C)], [], [ + ## ----------------------- ## ## 1. Language selection. ## *************** *** 621,622 **** --- 625,628 ---- # libobjc and objc header tests shere? + + ]) # close conditional inclusion of objc macros |