bug-automake
[Top][All Lists]
Advanced

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

Ordering of AM_PROG_GCJ and AC_PROG_LIBTOOL should be enforced


From: Thomas Fitzsimmons
Subject: Ordering of AM_PROG_GCJ and AC_PROG_LIBTOOL should be enforced
Date: Tue, 06 Jul 2004 02:20:42 -0400

Hi,

If AC_PROG_LIBTOOL appears before AM_PROG_GCJ in configure.ac, then
libtool fails to run gcj properly, with errors like this:

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'

AM_PROG_GCJ should include a call to AC_BEFORE so that a warning is
issued when these macros appear in the wrong order.

Tom






reply via email to

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