From 95bfe7d71b12aa415091d15bb6084dfe7bb993f0 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 10 May 2022 16:26:15 -0300 Subject: mkdeb.sh.in: move configure-time vars into new config.sh.in For better organization and so that they can be used by other shell scripts by just sourcing config.sh. --- config.sh.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.sh.in (limited to 'config.sh.in') diff --git a/config.sh.in b/config.sh.in new file mode 100644 index 000000000..28251b3d5 --- /dev/null +++ b/config.sh.in @@ -0,0 +1,2 @@ +NAME=@PACKAGE_NAME@ +VERSION=@PACKAGE_VERSION@ -- cgit v1.2.3-70-g09d2