• Bug#1099297: w3m-el: FTBFS: configure: error: Emacs 30.1 is not support

    From Abhijith PA@21:1/5 to All on Mon Apr 7 18:00:02 2025
    Hi,

    I've prepared a NMU upload for this package which fixes this issue and
    uploaded to archive with delay=3. Please remove from queue if you
    don't feel good or upload another version.

    Attaching debdiff.

    Thanks
    --abhijith

    diff -Nru w3m-el-1.4.632+0.20210201.2305.54c3ccd/aclocal.m4 w3m-el-1.4.632+0.20221206.2328.4f27810/aclocal.m4
    --- w3m-el-1.4.632+0.20210201.2305.54c3ccd/aclocal.m4 2021-02-02 04:35:07.000000000 +0530
    +++ w3m-el-1.4.632+0.20221206.2328.4f27810/aclocal.m4 2022-12-07 04:58:17.000000000 +0530
    @@ -12,10 +12,10 @@
    OUTPUT=./conftest-$$
    EL=./conftest-$$.el
    echo "(let ((x ${elisp})) (write-region (format \"%s\" x) nil \"${OUTPUT}\") (delete-file \"${EL}\"))" > ${EL}
    - eval "'${EMACS}' ${VANILLA_FLAG} -batch -l ${EL}" >& AC_FD_CC 2>&1
    + eval "'${EMACS}' ${VANILLA_FLAG} -batch -l ${EL}" >& AS_MESSAGE_LOG_FD 2>&1
    if test -f ${OUTPUT}; then
    retval="`cat ${OUTPUT}`"
    - echo "=> ${retval}" >& AC_FD_CC 2>&1
    + echo "=> ${retval}" >& AS_MESSAGE_LOG_FD 2>&1
    rm -f ${OUTPUT}
    EMACS_cv_SYS_$1="${retval}"
    fi])
    @@ -62,7 +62,7 @@
    case "${flavor}" in
    "")
    flavor=unknown;;
    - Emacs\ 2[[6-9]]\.*)
    + Emacs\ 2[[7-9]]\.*|Emacs\ 3[[0-9]]\.*)
    EMACS_FLAVOR=emacs;;
    *)
    EMACS_FLAVOR=unsupported;;
    @@ -150,9 +150,9 @@
    ADDITIONAL_LOAD_PATH="${withval}"
    else
    if test x"$USER" !=