From: Andre Noll Date: Thu, 29 Aug 2013 23:34:13 +0000 (+0000) Subject: Don't include $codename in ggo version string. X-Git-Tag: v0.5.1~17 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=79e5bc5e10700719b8a605f993e6e5c35307f0e8 Don't include $codename in ggo version string. This variable no longer used. Since we do not rely on gengetopt's implementation of --version any more, this does not matter much. Let's fix it anyway. --- diff --git a/m4/gengetopt/makefile b/m4/gengetopt/makefile index 035f44a5..79e101a3 100644 --- a/m4/gengetopt/makefile +++ b/m4/gengetopt/makefile @@ -1,6 +1,6 @@ define ggo_opts --output-dir=$(cmdline_dir) \ - --set-version="$(GIT_VERSION) ($(codename))" \ + --set-version="$(GIT_VERSION)" \ --arg-struct-name=$(*F)_args_info \ --file-name=$(*F).cmdline \ --func-name=$(*F)_cmdline_parser \