hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From e3a30baa5c1e2f0ac7e246539db1c7db5a2fe302 Mon Sep 17 00:00:00 2001
From: Joe Slater <jslater@windriver.com>
Date: Tue, 7 Mar 2017 14:53:19 -0800
Subject: [PATCH] e2fsprogs: expand @mkdir_p@
 
Add AC_SUBST to configure.ac.  @mkdir_p@ is currently
not expanded so no locale data is written into usr/share/locale.
 
Upstream-Status: Pending
 
Signed-off-by: Joe Slater <jslater@windriver.com>
 
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
 
diff --git a/configure.ac b/configure.ac
index 4c4b5523..3475c707 100644
--- a/configure.ac
+++ b/configure.ac
@@ -919,6 +919,8 @@ AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 
 AM_GNU_GETTEXT([external])
+dnl @MKDIR_P@ is expanded in AM_GNU_GETTEXT
+AC_SUBST([mkdir_p],['$(MKDIR_P)'])
 dnl
 dnl End of configuration options
 dnl