diff options
| author | P. J. McDermott <pj@pehjota.net> | 2015-12-07 12:40:18 (EST) |
|---|---|---|
| committer | P. J. McDermott <pj@pehjota.net> | 2015-12-07 12:40:18 (EST) |
| commit | 791bfd4283f8171e9248c99e56e645460381e198 (patch) | |
| tree | d29741e8b4f403d68f20b2ee7d3877f312935d8d | |
| parent | 33b93380c35e80fb1c24e037d5cce2006e41cf0f (diff) | |
config.sh.in: Add PACKAGE
| -rw-r--r-- | config.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in index cf4a26d..40a29df 100644 --- a/config.sh.in +++ b/config.sh.in @@ -1,2 +1,3 @@ +PACKAGE='@PACKAGE@' PACKAGE_NAME='@PACKAGE_NAME@' PACKAGE_VERSION='@PACKAGE_VERSION@' |
