This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

error about LIBOBJS


I call AC_LIBOBJ in my configure.ac, and then get this error when I run
configure:

admin/Makefile.am:3: @LIBOBJS@ seen but never set in `configure.ac'

According to the docs (and the output in configure) this has a side effect
of
setting the LIBOBJS variable.  Is there something else I'm supposed to do in
order
to be able to put a line like 'admin_LDADD = @LIBOBJS@' in my Makefile.am?

I'm using autoconf 2.52 with automake 1.4-p5




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]