bug-autoconf
[Top][All Lists]
Advanced

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

[sr #110503] Autoconf 2.70 problem: gkt-doc/gtkdocize is now uncondition


From: Paul Eggert
Subject: [sr #110503] Autoconf 2.70 problem: gkt-doc/gtkdocize is now unconditionally required
Date: Wed, 1 Sep 2021 03:54:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0

Follow-up Comment #4, sr #110503 (project autoconf):

[comment #3 comment #3:]
> Can you clarify what you mean by self-contained example? All it takes is to
create a configure.ac with the snippet I quoted in the previous comment and
run
> autoreconf -fiv.
I mean a standalone shell script that reproduces the problem. The information
given naively suggests this:


cat >configure.ac <<'EOF'
# check for gtk-doc
m4_ifdef([GTK_DOC_CHECK], [
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
],[
AM_CONDITIONAL([ENABLE_GTK_DOC], false)
])
EOF
autoreconf -fiv


This is obviously wrong, though, as it fails with:


autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: error: configure.ac: AC_INIT not found; not an autoconf script?
autoreconf: Leaving directory '.'


What would be the right shell script to reproduce the problem?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110503>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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