wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wget2 | AC_CONFIG_MACRO_DIR dup breaks bootstrap (#547)


From: gabriele balducci
Subject: wget2 | AC_CONFIG_MACRO_DIR dup breaks bootstrap (#547)
Date: Mon, 21 Dec 2020 16:06:23 +0000


gabriele balducci created an issue: 
https://gitlab.com/gnuwget/wget2/-/issues/547



hi

getting this with current master (d6af2800d5b19f58a5bc304b1b2afc59343a967e):

    configure.ac:103: error: AC_CONFIG_MACRO_DIR can only be used once
    ./lib/autoconf/general.m4:1969: AC_CONFIG_MACRO_DIR is expanded from...
    configure.ac:103: the top level
    autom4te: error: /usr/bin/m4 failed with exit status: 1
    aclocal: error: /opt/stow.d/versions/autoconf-2.70/usr/bin/autom4te failed 
with exit status: 1
    autoreconf: error: aclocal failed with exit status: 1
    ./bootstrap: autoreconf failed

this fixes things for me:


    diff -c ./configure.ac.FIX_AC_CONFIG_MACRO_DIR ./configure.ac
    *** ./configure.ac.FIX_AC_CONFIG_MACRO_DIR  Mon Dec 21 16:09:24 2020
    --- ./configure.ac  Mon Dec 21 16:09:24 2020
    ***************
    *** 100,106 ****

      AC_CONFIG_SRCDIR([src/wget.c])
      AC_CONFIG_HEADERS([config.h])
    ! AC_CONFIG_MACRO_DIR([m4])

      # Non-verbose make
      m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
    --- 100,106 ----

      AC_CONFIG_SRCDIR([src/wget.c])
      AC_CONFIG_HEADERS([config.h])
    ! dnl AC_CONFIG_MACRO_DIR([m4])

      # Non-verbose make
      m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])


thanks

ciao

-g

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/issues/547
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]