aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.mk.in2
-rw-r--r--config.sh.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/config.mk.in b/config.mk.in
index e76b7ac34..e0be0e656 100644
--- a/config.mk.in
+++ b/config.mk.in
@@ -1,3 +1,5 @@
1# @configure_input@
2#
1# Configure-time variable definitions and any other common definition that can 3# Configure-time variable definitions and any other common definition that can
2# be safely included by all makefiles. 4# be safely included by all makefiles.
3# 5#
diff --git a/config.sh.in b/config.sh.in
index 28251b3d5..3d54ff189 100644
--- a/config.sh.in
+++ b/config.sh.in
@@ -1,2 +1,3 @@
1# @configure_input@
1NAME=@PACKAGE_NAME@ 2NAME=@PACKAGE_NAME@
2VERSION=@PACKAGE_VERSION@ 3VERSION=@PACKAGE_VERSION@