This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new f73ac418d5 Require Autoconf 2.72
f73ac418d5 is described below
commit f73ac418d5dd20ea224f626049f59311eb46536f
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.
---
main/configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/configure.ac b/main/configure.ac
index c53265e912..5bc8930617 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,