]> sjero.net Git - wget/blobdiff - build-aux/build_info.pl
Use a script to generate the version string.
[wget] / build-aux / build_info.pl
index 372fe42ed2498339eb08c18b2f8477d58d8a961a..83211a23a0b2b5344634d2edf1d0765815947a31 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Generate build_info.c.
 
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 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
@@ -78,7 +78,7 @@ sub output_code
 
     print $fh do { local $/; <DATA> }, "\n";
     print $fh <<EOC;
-const char* (compiled_features[]) =
+const char *compiled_features[] =
 {
 
 EOC