From 2c9ea8db846d3e248962ba29b6b63e0da50e12d7 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Sun, 06 Dec 2015 23:16:58 -0500
Subject: src/prokit.sh: Don't use substitution macros

---
(limited to 'src')

diff --git a/src/prokit.sh b/src/prokit.sh
index 130de19..cca5312 100644
--- a/src/prokit.sh
+++ b/src/prokit.sh
@@ -26,9 +26,6 @@ set -u
 HT='	'
 LF='
 '
-PACKAGE_NAME='@PACKAGE_NAME@'
-PACKAGE_VERSION='@PACKAGE_VERSION@'
-PKGDATADIR='@pkgdatadir@'
 OPTSTRING='hV'
 
 if [ -f "${0%/*}/../.builddirstamp" ]; then
--
cgit v0.9.1