From: Andre Date: Mon, 27 Mar 2006 04:28:56 +0000 (+0200) Subject: update to gengetopt-2.17 X-Git-Tag: v0.2.12~126 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f4fb0289834e76a23839719ab0e89fe29b591d3f;hp=f4fb0289834e76a23839719ab0e89fe29b591d3f;ds=sidebyside update to gengetopt-2.17 gengetopt-2.17 has an improved help management, thanks again to Lorenzo Bettini for implementing my suggestions. The help texts of the options are contained in an array which is defined in xyz.cmdline.c and declared as extern in xyz.cmdline.h. In order to link more than one xyz.cmdline.o into a single binary, these arrays must have different names. So use the --arg-struct-name option of gengetopt for each receiver/filter. ---