From: Martin R. <ru...@us...> - 2010-08-22 13:47:09
|
Update of /cvsroot/foo/foo/elkfoo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv32021 Modified Files: configure.ac Log Message: added include search path for recent gnustep version Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configure.ac 27 Apr 2010 15:46:28 -0000 1.20 --- configure.ac 22 Aug 2010 13:46:59 -0000 1.21 *************** *** 83,87 **** # this feels rather hacky: is this valid for all gnustep installs? # for src/main.c: #include <GSConfig.h> ! FOO_GNUSTEP_INCLUDES="-I`gnustep-config --variable=GNUSTEP_SYSTEM_HEADERS`/GNUstepBase" else # check for oldish gnustep installation with sourced variables --- 83,89 ---- # this feels rather hacky: is this valid for all gnustep installs? # for src/main.c: #include <GSConfig.h> ! # include both GNUSTEP_SYSTEM_HEADERS and .../GNUstepBase ! FOO_GNUSTEP_INCLUDES="-I`gnustep-config --variable=GNUSTEP_SYSTEM_HEADERS`" ! FOO_GNUSTEP_INCLUDES="${FOO_GNUSTEP_INCLUDES} ${FOO_GNUSTEP_INCLUDES}/GNUstepBase" else # check for oldish gnustep installation with sourced variables |