jwm: fix build with autoconf-2.72 (#433745)

This commit is contained in:
Weijia Wang
2025-08-15 09:51:11 +08:00
committed by GitHub
@@ -66,6 +66,10 @@ stdenv.mkDerivation rec {
xorgproto
];
postPatch = ''
sed -i '/AM_ICONV/i AC_CONFIG_MACRO_DIRS([m4])' configure.ac
'';
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
enableParallelBuilding = true;