bug-libtool
[Top][All Lists]
Advanced

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

libtoolize rejects ACLOCAL_AMFLAGS = -I ./m4


From: Bob Friesenhahn
Subject: libtoolize rejects ACLOCAL_AMFLAGS = -I ./m4
Date: Fri, 9 May 2008 11:35:17 -0500 (CDT)

If this is in Makefile.am

  ACLOCAL_AMFLAGS = -I ./m4

and this is in configure.ac:

  AC_CONFIG_MACRO_DIR(m4)

Then libtoolize fails with

libtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I ./m4.

Altering Makefile.am to

  ACLOCAL_AMFLAGS = -I m4

allows libtoolize to proceed.

I am not sure if this is a true bug but it is worth being aware of.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/





reply via email to

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