From: Martin R. <ru...@us...> - 2010-04-28 23:41:21
|
Update of /cvsroot/foo/foo In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12150 Modified Files: README Log Message: update README for compilation on os x 10.6 Index: README =================================================================== RCS file: /cvsroot/foo/foo/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 27 Apr 2010 15:46:44 -0000 1.5 --- README 28 Apr 2010 23:41:13 -0000 1.6 *************** *** 41,44 **** --- 41,54 ---- + bootstrapping on mac os x 10.6 + ------------------------------ + + on mac os x 10.6, bootstrapping does not seem to work with the + autotools (namely aclocal-1.10) of the apple developer tools. please + use automake and autoconf from macports: + + sudo port install automake autoconf + + compiling from release tarball ------------------------------ |