This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 9f2ea8800630e8f38a5732676ce80cc11e0e79b5 Author: John Bampton <[email protected]> AuthorDate: Sat Aug 16 23:01:07 2025 +1000 pre-commit whitespace clean up for `.m4` files (#396) Enforced 3 hooks for `.m4` files: - end-of-file-fixer - mixed-line-ending - trailing-whitespace (cherry picked from commit 0871df2b259b5952cd8177a4d516a16e315587f1) --- main/aclocal.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main/aclocal.m4 b/main/aclocal.m4 index 85c0b41399..f4df2b8ec0 100644 --- a/main/aclocal.m4 +++ b/main/aclocal.m4 @@ -13,7 +13,7 @@ # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # serial 1 (pkg-config-0.24) -# +# # Copyright © 2004 Scott James Remnant <[email protected]>. # # This program is free software; you can redistribute it and/or modify @@ -136,7 +136,7 @@ if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else + else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs @@ -392,4 +392,3 @@ AC_DEFUN([AM_RUN_LOG], ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) -
