On 03/11/2014 02:33 PM, Gavin Smith wrote:
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?
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 /usrI'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
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf