autoconf
[Top][All Lists]
Advanced

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

Re: Issues using autoconf or automake


From: Jim Galarowicz
Subject: Re: Issues using autoconf or automake
Date: Tue, 11 Mar 2014 14:43:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0


On 03/11/2014 02:33 PM, Gavin Smith wrote:
On Tue, Mar 11, 2014 at 5:00 PM, Jim Galarowicz <address@hidden> 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?
Hi Gavin,

Thanks for looking at this!

The ] and ) at 456 are the terminators for the AC_DEFUN declaration. That (big bold characters) is where they go to when I do the % key when on the
two characters at 456.

AC_DEFUN*(*[AX_QTLIB], *[*
dnl if QTDIR is not default to /usr

I've attached the two m4 files that I changed per the suggestions that people have given me so far.

Thanks,
Jim G


Attachment: ax_libmonitor.m4
Description: application/m4

Attachment: ax_qt3.m4
Description: application/m4


reply via email to

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