GNU_PACKAGE no longer exists; use "GNU @PACKAGE@" instead.
[pspp-builds.git] / src / Makefile.am
index fc07853268ccb05de2c8665c1245f8049333d346..267414f4478b221a79aaccda32ea2c20669660c3 100644 (file)
@@ -51,8 +51,8 @@ LDADD =       ../lib/julcal/libjulcal.a               \
 version.c:
        echo "#include <config.h>" > 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