Skip to content
Snippets Groups Projects
Commit 1c6714d2 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

autotools: update m4 macro

parent c7c316e5
No related branches found
No related tags found
1 merge request!80Update pre-commit hooks
Pipeline #97234 passed
...@@ -8,7 +8,7 @@ repos: ...@@ -8,7 +8,7 @@ repos:
rev: v5.0.0 rev: v5.0.0
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: '^((contrib|m4)/.*|configure$)' exclude: '^(contrib/.*|configure$)'
- id: trailing-whitespace - id: trailing-whitespace
exclude: '^((LICENSES|contrib)/.*|src/mtime_iso8601\.c$)' exclude: '^((LICENSES|contrib)/.*|src/mtime_iso8601\.c$)'
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
......
...@@ -134,4 +134,4 @@ sed "s/'/'\\\\\\\\''/g"`])])]) ...@@ -134,4 +134,4 @@ sed "s/'/'\\\\\\\\''/g"`])])])
# #
AC_DEFUN([ASX_SRCDIRS], AC_DEFUN([ASX_SRCDIRS],
[AC_REQUIRE_SHELL_FN([acx_subdir_srcdirs_fn], [], [_AC_SRCDIRS(["$[]1"])])dnl [AC_REQUIRE_SHELL_FN([acx_subdir_srcdirs_fn], [], [_AC_SRCDIRS(["$[]1"])])dnl
acx_subdir_srcdirs_fn $1]) acx_subdir_srcdirs_fn $1])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment