From: Ben Pfaff Date: Thu, 11 Dec 2003 08:31:25 +0000 (+0000) Subject: GNU_PACKAGE no longer exists; use "GNU @PACKAGE@" instead. X-Git-Tag: v0.4.0~475 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeccc788a0f6bd8520fe663416f29276fb1792cb;p=pspp-builds.git GNU_PACKAGE no longer exists; use "GNU @PACKAGE@" instead. --- 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