autoconf-archive-maintainers
[Top][All Lists]
Advanced

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

[patch #9644] AX_JNI_INCLUDE_DIR incorrect without host_os defined


From: Peter Simons
Subject: [patch #9644] AX_JNI_INCLUDE_DIR incorrect without host_os defined
Date: Tue, 29 May 2018 06:03:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Update of patch #9644 (project autoconf-archive):

                  Status:                    None => In Progress            
             Assigned to:                    None => simons                 

    _______________________________________________________

Follow-up Comment #1:

I believe the proper way to express that dependency is to add

    AC_REQUIRE(AC_CANONICAL_HOST)

to the source code. Autoconf actually implements dependencies between macros
and it's important to use that mechanism because it matters where the body of
that macro is expanded and AC_REQUIRE makes sure this is done correctly.

The section "10.4.1 Prerequisite Macros" in the manual has further details.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9644>

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




reply via email to

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