Hi,

Akim Demaille <[EMAIL PROTECTED]> 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 ------------------------------ [EMAIL PROTECTED]
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to