summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
commit7e13676d807471211320962d6e420ebec8cf7eec (patch)
tree2da516744dfeb375efdd06d98f65560458292773 /main.cc
parent8e2e05e4bd041b559a0352f0ad93729b7b65db91 (diff)
Reqwritten autoconf. Now builds
* Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably)
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cc b/main.cc
index 36ed7e7..f533b74 100644
--- a/main.cc
+++ b/main.cc
@@ -281,7 +281,8 @@ int main(int argc, char *argv[])
*/
ArgsList arguments;
- arguments.push_back(PACKAGE); // push argv[0] (our program name)
+ // FIXME: removed. Seems odd and gives a warning (Tzafrir).
+ //arguments.push_back(PACKAGE); // push argv[0] (our program name)
// Read arguments from the RC file.
// first, read the RC file pointed to by $PACKAGE_RC.