summaryrefslogtreecommitdiff
path: root/main.cc
AgeCommit message (Collapse)Author
2012-09-26re-use original argv[0] when rebuilding argvTzafrir Cohen
I broke the generation of argv: did not include adding argv[0] in it. This re-adds argv[0], but uses the original one from the command line rather than a constant string. This also avoids a warning of using a constant string for char** which is argv.
2012-09-15Reqwritten autoconf. Now buildsTzafrir Cohen
* Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably)
2012-09-07geresh 0.6.3geresh-0.6.3upstreamTzafrir Cohen