From aeaa4eeb90d61d23b583064a6a92921eb141555c Mon Sep 17 00:00:00 2001 From: Thierry Martinez Date: Sun, 31 May 2020 17:15:07 +0200 Subject: [PATCH 1/2] stdcompat VERSION file was missing --- bundles/stdcompat/stdcompat-current/VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 bundles/stdcompat/stdcompat-current/VERSION diff --git a/bundles/stdcompat/stdcompat-current/VERSION b/bundles/stdcompat/stdcompat-current/VERSION new file mode 100644 index 00000000..b1bd38b6 --- /dev/null +++ b/bundles/stdcompat/stdcompat-current/VERSION @@ -0,0 +1 @@ +13 -- GitLab From 74966dc3a05ae09a360637010c9ae19799fcd988 Mon Sep 17 00:00:00 2001 From: Thierry Martinez Date: Sun, 31 May 2020 18:05:12 +0200 Subject: [PATCH 2/2] stdcompat configure.ac works even with trailing eol in VERSION --- bundles/stdcompat/stdcompat-current/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/stdcompat/stdcompat-current/configure.ac b/bundles/stdcompat/stdcompat-current/configure.ac index a82405fe..cb89a5e8 100644 --- a/bundles/stdcompat/stdcompat-current/configure.ac +++ b/bundles/stdcompat/stdcompat-current/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([[stdcompat]], [m4_esyscmd([cat VERSION])], +AC_INIT([[stdcompat]], m4_esyscmd([tr -d '\n'