bug-autoconf
[Top][All Lists]
Advanced

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

[sr #110416] documentation: ordering of basic macros?


From: Zack Weinberg
Subject: [sr #110416] documentation: ordering of basic macros?
Date: Mon, 4 Jan 2021 16:58:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of sr #110416 (project autoconf):

                Severity:              3 - Normal => 2 - Minor              
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

There are some sketchy recommendations in the manual (here:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.70/html_node/Autoconf-Input-Layout.html
) and I can personally tell you that the only actual _constraints_ on the
macros you listed are that AC_INIT needs to be before AM_INIT_AUTOMAKE, and
AC_CONFIG_HEADERS needs to be before AC_OUTPUT.  AC_CONFIG_AUX_DIR and
AC_CONFIG_SRCDIR don't need to be in any particular place; the code they
generate will be shuffled into the proper location in the configure script
regardless.  (I think.  There might be some subtleties I'm missing.)

It would be good to make the manual less sketchy about this, I think.  I dunno
if I'll have time to revise the text anytime soon, though.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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