Re: Issues using autoconf or automake

2014-03-12 Thread Jim Galarowicz
Hi Gavin, all, When I apply these changes (adding -I m4 to ACLOCAL_AMFLAGS in Makefile.am and -I libltdl/m4 to the aclocal call in bootstrap), I don't get the "Makefile.am:63: error: HAVE_QTLIB does not appear in AM_CONDITIONAL" (and others) any more. But now, when I do the "make clean" aft

Re: Issues using autoconf or automake

2014-03-12 Thread Gavin Smith
On Wed, Mar 12, 2014 at 2:34 PM, Jim Galarowicz wrote: > Hi Gavin, all, > > I ran the > > autoconf --trace AM_CONDITIONAL command in the bootstrap instead of just > autoconf and here are the results. It could be a problem with aclocal. You said that your bootstrap script worked: aclocal --force

Re: Issues using autoconf or automake

2014-03-12 Thread Jim Galarowicz
Hi Gavin, all, I ran the autoconf --trace AM_CONDITIONAL command in the bootstrap instead of just autoconf and here are the results. configure.ac:567:AM_CONDITIONAL:HAVE_LIBMONITOR:test "$HAVE_LIBMONITOR" = 1 configure.ac:572:AM_CONDITIONAL:HAVE_PAPI:test "$HAVE_PAPI" = 1 configure.ac:574:AM_