summaryrefslogtreecommitdiff
path: root/src/echo.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-16 16:14:26 +0000
committerJim Meyering <jim@meyering.net>1996-03-16 16:14:26 +0000
commit3ee97d4d5bc218455af92a4ebb6ded2378fa2311 (patch)
tree49e8b0df75efb8db27d6df7f624bfdd20a80cb6c /src/echo.c
parentb34f300eaf19fff8b377e9003968f38e8b1fed12 (diff)
downloadcoreutils-3ee97d4d5bc218455af92a4ebb6ded2378fa2311.tar.xz
Don't include version.h.
(main): Use PACKAGE_VERSION instead of version_string.
Diffstat (limited to 'src/echo.c')
-rw-r--r--src/echo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/echo.c b/src/echo.c
index 3f31a444b..5b2064cf4 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -21,7 +21,6 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
-#include "version.h"
#include "long-options.h"
/* echo [-neE] [arg ...]
@@ -111,7 +110,7 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
- parse_long_options (argc, argv, "echo", version_string, usage);
+ parse_long_options (argc, argv, "echo", PACKAGE_VERSION, usage);
/* System V machines already have a /bin/sh with a v9 behaviour. We
use the identical behaviour for these machines so that the