This is an automated email from the ASF dual-hosted git repository. ardovm pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 2d221a177e86539f11c1c3ba0c623ea40f707c8f Author: Arrigo Marchiori <[email protected]> AuthorDate: Sat Jul 4 16:37:09 2026 +0200 Require Autoconf 2.72 Autoconf 2.73 is still ``too new'' for today's Linux distributions. (cherry picked from commit f73ac418d5dd20ea224f626049f59311eb46536f) --- main/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/configure.ac b/main/configure.ac index 44f55511f8..4d12873528 100644 --- a/main/configure.ac +++ b/main/configure.ac @@ -19,7 +19,7 @@ dnl * under the License. dnl * dnl * ************************************************************* AC_REVISION( $Revision$ ) -AC_PREREQ([2.73]) +AC_PREREQ([2.72]) AC_INIT echo "$@" >config.parms AC_ARG_WITH(dmake-path,
