On Mon, Jun 19, 2006 at 06:12:38PM +0900, Mike McCormack wrote:
diff --git a/Make.rules.in b/Make.rules.in index 9af2d3e..9deee72 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -98,7 +98,6 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ -datarootdir = @datarootdir@ datadir = @datadir@ infodir = @infodir@ mandir = @mandir@
We added this especially because configure warned about it.
Ciao, Marcus
Marcus Meissner wrote:
-datarootdir = @datarootdir@
We added this especially because configure warned about it.
With Debian/amd64 unstable which has autoconf 2.59.cvs.2006.06.05-1, I get:
config.status: WARNING: tools/wmc/Makefile contains a reference to the variable `datarootdir' which seems to be undefined. Please make sure it is defined.
Alexandre is wondering whether it might be an autoconf bug.
Mike