install-reloc: Support multi-binary installation.
[gnulib.git] / lib / argp-version-etc.c
index e681196..ffecd1b 100644 (file)
@@ -1,5 +1,5 @@
 /* Version hook for Argp.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #include <argp-version-etc.h>
 
 static const char *program_canonical_name;
-static const char **program_authors;
+static const char * const *program_authors;
 
 static void
 version_etc_hook (FILE *stream, struct argp_state *state)
 {
   version_etc_ar (stream, program_canonical_name, PACKAGE_NAME, VERSION,
-                 program_authors);
+                  program_authors);
 }
 
 void