+2024-05-03 Simon Josefsson <simon@josefsson.org>
+
+ maint.mk: Don't fail on ~/.indent.pro, reported by Collin Funk.
+ * top/maint.mk (indent_args): Use --ignore-profile.
+
2024-05-01 Bruno Haible <bruno@clisp.org>
stddef: A better workaround against GCC bug 114870.
# This Makefile fragment tries to be general-purpose enough to be
# used by many projects via the gnulib maintainer-makefile module.
-## Copyright (C) 2001-2023 Free Software Foundation, Inc.
+## Copyright (C) 2001-2024 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
# Indentation
-indent_args ?= -ppi 1
+indent_args ?= --ignore-profile --preprocessor-indentation 1
C_SOURCES ?= $$($(VC_LIST_EXCEPT) | grep '\.[ch]\(.in\)\?$$')
INDENT_SOURCES ?= $(C_SOURCES)
exclude_file_name_regexp--indent ?= $(exclude_file_name_regexp--sc_indent)