1 2017-02-11 00:00:46 <RxMcDonald> achow101: oh yea, i remember now what you mean
 2 2017-02-11 00:01:01 <RxMcDonald> achow101: I already commented those return statements
 3 2017-02-11 00:02:34 <luke-jr> reminder this is #bitcoin-dev, not ##altcoin-dev
 4 2017-02-11 00:03:57 <luke-jr> (none of this stuff is useful for learning the codebase, only for making altcoins.)
 5 2017-02-11 00:04:52 <RxMcDonald> alright, I think i got the genesis block
 6 2017-02-11 00:04:59 <RxMcDonald> luke-jr: mmh I don't agree with that
 7 2017-02-11 00:06:42 <luke-jr> well then you're wrong
 8 2017-02-11 14:19:44 <Drawn> hi - anybody here who can help me getting my botcoin core running at my macbook?
 9 2017-02-11 14:19:52 <Drawn> I have a problem
10 2017-02-11 14:20:46 <Drawn> Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326.
11 2017-02-11 14:23:12 <Drawn> This is the code from line 326:
12 2017-02-11 14:23:15 <Drawn> =item C<xsystem (@argv)>
13 2017-02-11 14:23:16 <Drawn> in verbose mode.
14 2017-02-11 14:23:16 <Drawn> Same as C<system>, but fails on errors, and reports the C<@argv>
15 2017-02-11 14:23:17 <Drawn> =cut
16 2017-02-11 14:23:19 <Drawn> sub xsystem (@)
17 2017-02-11 14:23:21 <Drawn> {
18 2017-02-11 14:23:23 <Drawn> my (@command) = @_;
19 2017-02-11 14:23:25 <Drawn> verb "running: @command";
20 2017-02-11 14:23:27 <Drawn> $! = 0;
21 2017-02-11 14:23:29 <Drawn> handle_exec_errors "@command"
22 2017-02-11 14:23:31 <Drawn> if system @command;
23 2017-02-11 14:23:33 <Drawn> }
24 2017-02-11 14:24:40 <Drawn> If you can help me I would really appreciate it!
25 2017-02-11 14:25:17 <Drawn> Thats the guide Im following: https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md#build-bitcoin-core