[Moeng-cvs] BBRpg configure,1.10,1.11
Status: Alpha
Brought to you by:
b_lindeijer
From: <sg...@us...> - 2004-01-04 13:52:18
|
Update of /cvsroot/moeng/BBRpg In directory sc8-pr-cvs1:/tmp/cvs-serv701 Modified Files: configure Log Message: smunt wees me op een bourne shell compatibility probleempje, gefixed :) Index: configure =================================================================== RCS file: /cvsroot/moeng/BBRpg/configure,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** configure 3 Jan 2004 21:56:19 -0000 1.10 --- configure 4 Jan 2004 13:52:13 -0000 1.11 *************** *** 1,4 **** --- 1,6 ---- #!/bin/sh + # thanks to Smunt for some tips :) + CC=g++ LIBS= *************** *** 17,21 **** # echo $MYRETVAL # a b c d ! function CLEAN () { MYRETVAL="" for arg do --- 19,23 ---- # echo $MYRETVAL # a b c d ! CLEAN () { MYRETVAL="" for arg do |