Re: Issues using autoconf or automake

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

 



On Tue, Mar 11, 2014 at 5:00 PM, Jim Galarowicz <jeg@xxxxxxxxxxxxx> wrote:
> Hi Eric, Patrick, all,
>
> I made those changes also.  Here is what I have in the two m4 files now (for
> that area).
>
> m4/ax_qt3.m4:
>
>    450        if test $found_all_qt -eq 1; then
>    451          AC_DEFINE(HAVE_QTLIB, 1, [Define to 1 if you have Qt library
> 3.3 >])
>    452        fi
>    453
>    454        AM_CONDITIONAL([HAVE_QTLIB], [test $found_all_qt -eq 1])
>    455
>    456    ])

AM_CONDITIONAL is still appearing within an argument of another macro
(terminated at line 456). Are you sure this is right?

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf




[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux