Eventually I manage it by adding
ACLOCAL_AMFLAGS = -I m4 -I /usr/local/share/aclocal
in the Makefile.am
But I don't think that is the right solution
Mth
On Jul 2, 2010, at 9:14 PM, Mathieu Suen wrote:
> Ok so I check the /usr/local/share/aclocal here what I get:
> $ ls /usr/local/share/aclocal/
> gst.m4 gst-package.m4 lightning.m4 snprintfv.m4
>
>
>
>
> And my Makefile.am:
> ----------------------------------------------
> # build gst-lightning
> #
> AM_CPPFLAGS = -I$(INCLIGHTNING)
> ACLOCAL_AMFLAGS = -I m4
>
> if !HAVE_INSTALLED_LIGHTNING
> AM_CPPFLAGS += -I$(top_srcdir)/lightning -I$(top_builddir)/lightning
> endif
>
> lib_LTLIBRARIES = libgstlightning.la
> libgstlightning_la_SOURCES = gst-lightning.c gst-lightning.h
>
> DISTCLEANFILES = pkgrules.tmp
> all-local:
> clean-local::
> install-data-hook::
> dist-hook::
> uninstall-local::
>
> @PACKAGE_RULES@
> ----------------------------------------------
>
>
>
> Did I miss something ?
>
>
> Thanks a lot
>
> Mth
>
>
>
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son
interface révolutionnaire.
http://fr.mail.yahoo.com
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk