bug-autoconf
[Top][All Lists]
Advanced

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

Documentation of AC_ARG_WITH


From: Reuben Thomas
Subject: Documentation of AC_ARG_WITH
Date: Tue, 21 Feb 2017 14:04:59 +0000

In the first example for AC_ARG_WITH, there's an "if test…fi" block:

    if test "x$with_readline" != xcheck; then
       AC_MSG_FAILURE(
         [--with-readline was given, but test for readline failed])
     fi

Is there some reason why this doesn't use AS_IF?

I see a comment above saying:

   @c FIXME: Remove AS_IF when the problem of AC_REQUIRE within `if' is
solved.

but it's not clear whether that's relevant (the commit log that introduced
the comment doesn't seem to explain it).

-- 
http://rrt.sc3d.org


reply via email to

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