autoconf-2.71 regression with intltool IT_PROG_INTLTOOL/AC_PROG_INTLTOOL macro

2021-04-01 Thread Ondrej Dubaj
Hi, AC_PROG_INTLTOOL stopped working if there is 'tab' on the beginning of the line. See: https://issues.imfreedom.org/issue/PIDGIN-17509 for details. Actual results: $ autoreconf -fi libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding

autoconf-2.71: declaration ordering problem: ac_fn_c_try_run () is defined, but after attempted use

2021-04-01 Thread Ondrej Dubaj
Hi, experiencing configure problem ./configure: line 18777: ac_fn_c_try_run: command not found It seems that CMU_HAVE_OPENSSL brings CMU_FIND_LIB_SUBDIR brings AC_CHECK_SIZEOF(long) ... that brings the use of *check_int and that brings the use of ac_fn_c_try_run ... but it doesn't bring the

Re: Option doesn't work properly when backporting to version 2.69

2021-03-08 Thread Ondrej Dubaj
N([$ac_file contains a reference to the variable `localstatedir' 62. +which seems to be undefined. Please make sure it is defined]) 63. ])dnl 64. 65.rm -f "$ac_tmp/stdin" On Fri, Mar 5, 2021 at 2:18 PM Ondrej Dubaj wrote: > test.sh.in: > #/bin/bash > ls

Option doesn't work properly when backporting to version 2.69

2021-03-05 Thread Ondrej Dubaj
When backporting the given commit to version 2.69: https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=a197431414088a417b407b9b20583b2e8f7363bd we are experiencing problems with behaviour in Fedora. In the documentation there is: By default runstatedir is a subdirectory of

Re: Option doesn't work properly when backporting to version 2.69

2021-03-05 Thread Ondrej Dubaj
templates in this file AC_CONFIG_FILES([test.sh]) # Store the auxiliary build tools (e.g., install-sh, config.sub, config.guess) # in this dir (build-aux) AC_CONFIG_AUX_DIR([build-aux]) # Generate the output AC_OUTPUT On Fri, Mar 5, 2021 at 12:12 PM Ondrej Dubaj wrote: > When backport