libtool
[Top][All Lists]
Advanced

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

Re: CVS Autotools


From: Raja R Harinath
Subject: Re: CVS Autotools
Date: 12 Dec 2000 14:20:23 -0600
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.92

Hi,

Akim Demaille <address@hidden> writes:
> I'm happy to say that running the test suites of both Libtools and of
> Automake with CVS Autoconf works fine.

The following simple configure.in seems to be causing problems, with
the latest CVS libtool from the multi-language-branch, and CVS
autoconf.

  AC_INIT

  AC_PROG_LIBTOOL

  AC_PROG_CXX

  AC_OUTPUT

It produces:

  configure.in:5: error: AC_LANG_ASSERT: current language is not C++:  C
  ../../aclang.m4:909: AC_PROG_CXXCPP is expanded from...
  configure.in:5: AC_PROG_CXXCPP is required by...
  ./aclocal.m4:786: _AC_LIBTOOL_CXX is expanded from...
  configure.in:5: _AC_LIBTOOL_CXX is required by...
  ./aclocal.m4:759: AC_LIBTOOL_CXX is expanded from...
  configure.in:5: the top level

AC_LIBTOOL_CXX has an AC_REQUIRE({AC_PROG_CXXCPP]) in it.

- Hari
-- 
Raja R Harinath ------------------------------ address@hidden
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



reply via email to

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