Sync with gnulib 85d1d48f6fa89de6a5de9e7794bda3255f0f32aa.

Fix quoting of AC_LANG_PROGRAM arguments.

* m4.include/gnulib//mountlist.m4 (gl_MOUNTLIST): Quote the
AC_LANG_PROGRAM arguments through [[...]].

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-08-16 17:22:09 +03:00
parent c5c561274b
commit d21c5946ce

View File

@ -1,4 +1,4 @@
# serial 13
# serial 14
dnl Copyright (C) 2002-2006, 2009-2019 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@ -244,7 +244,7 @@ extern
"C"
#endif
int getmntinfo (struct statfs **, int);
]], [])],
]], [[]])],
[fu_cv_sys_mounted_getmntinfo2=no],
[fu_cv_sys_mounted_getmntinfo2=yes])
])