From eeccc788a0f6bd8520fe663416f29276fb1792cb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 11 Dec 2003 08:31:25 +0000 Subject: [PATCH] GNU_PACKAGE no longer exists; use "GNU @PACKAGE@" instead. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index fc078532..267414f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,8 +51,8 @@ LDADD = ../lib/julcal/libjulcal.a \ version.c: echo "#include " > version.c echo "const char bare_version[] = \"@VERSION@\";" >> version.c - echo "const char version[] = GNU_PACKAGE \" @VERSION@\";" >> version.c - echo "const char stat_version[] = GNU_PACKAGE \" @VERSION@ \ + echo "const char version[] = \"GNU @PACKAGE@ @VERSION@\";" >> version.c + echo "const char stat_version[] = \"GNU @PACKAGE@ @VERSION@ \ (`date`).\";" >> version.c echo "const char host_system[] = \"$(host_triplet)\";" >> version.c echo "const char build_system[] = \"$(build_triplet)\";" >> version.c -- 2.30.2