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 15:53:48 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Hi Gavin,

I attached the main level Makefile.am file.
I will try:

autoconf --trace AM_CONDITIONAL

and post the results.

Thanks again!
Jim G

On 03/11/2014 03:30 PM, Gavin Smith wrote:
On Tue, Mar 11, 2014 at 9:43 PM, Jim Galarowicz <address@hidden> wrote:
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

And I see that AX_QTLIB is called from configure.ac. I still wonder if
putting it inside a AC_DEFUN is what is causing the problem, although
it seems like a reasonable thing to do.

Makefile.am:63: error: HAVE_QTLIB does not appear in AM_CONDITIONAL
Can you post the Makefile.am? I tried looking at it at
http://openss.cvs.sourceforge.net/viewvc/openss/OpenSpeedShop/openss/
but am getting an error message.

You could try "autoconf --trace AM_CONDITIONAL" to see if it is seeing
the AM_CONDITIONAL macro.

Attachment: Makefile.am
Description: Text document


reply via email to

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