texinfo-devel
[Top][All Lists]
Advanced

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

Re: Using Perl's cc


From: Eli Zaretskii
Subject: Re: Using Perl's cc
Date: Sat, 04 Jul 2015 15:45:35 +0300

> Date: Sat, 4 Jul 2015 13:26:51 +0100
> From: Gavin Smith <address@hidden>
> Cc: address@hidden
> 
> On 4 July 2015 at 13:25, Eli Zaretskii <address@hidden> wrote:
> >> Date: Sat, 4 Jul 2015 12:56:45 +0100
> >> From: Gavin Smith <address@hidden>
> >> Cc: address@hidden
> >>
> >> Did you run aclocal or autoreconf after running libtoolize?
> >
> > Yes, with these results:
> >
> >   $ aclocal
> >   $ autoheader
> >   autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
> >
> autoreconf, not autoheader.

But autoreconf is the source of the problem, no?  Here:

  $ libtoolize
  libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  libtoolize: You should add the contents of `m4/libtool.m4' to `aclocal.m4'.
  libtoolize: You should add the contents of `m4/ltoptions.m4' to `aclocal.m4'.
  libtoolize: You should add the contents of `m4/ltsugar.m4' to `aclocal.m4'.
  libtoolize: You should add the contents of `m4/ltversion.m4' to `aclocal.m4'.
  libtoolize: You should add the contents of `m4/lt~obsolete.m4' to 
`aclocal.m4'.
  libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

  $ aclocal

  $ autoreconf
  Makefile.am:51: Libtool library used but `LIBTOOL' is undefined
  Makefile.am:51:   The usual way to define `LIBTOOL' is to add `LT_INIT'
  Makefile.am:51:   to `configure.ac' and run `aclocal' and `autoconf' again.
  Makefile.am:51:   If `LT_INIT' is in `configure.ac', make sure
  Makefile.am:51:   its definition is in aclocal's search path.
  autoreconf: automake failed with exit status: 1



reply via email to

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