1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

Don't include version.h.

(main): Use PACKAGE_VERSION instead of version_string.
This commit is contained in:
Jim Meyering
1996-03-16 16:14:26 +00:00
parent b34f300eaf
commit 3ee97d4d5b
26 changed files with 27 additions and 53 deletions

View File

@@ -49,7 +49,6 @@
#include <getopt.h>
#include "system.h"
#include "version.h"
#include "long-options.h"
#include "error.h"
@@ -138,7 +137,7 @@ main (int argc, char **argv)
exit_status = 0;
parse_long_options (argc, argv, "printf", version_string, usage);
parse_long_options (argc, argv, "printf", PACKAGE_VERSION, usage);
if (argc == 1)
{