help-smalltalk
[Top][All Lists]
Advanced

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

Re: Re : [Help-smalltalk] Add a package in the build tool


From: Paolo Bonzini
Subject: Re: Re : [Help-smalltalk] Add a package in the build tool
Date: Fri, 02 Jul 2010 17:48:23 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5

First of all,

libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Do so. :)

I am not familiar with the m4 script. Is that the aclocal running with the 
autoreconf -vi?

Yes. It is already running, you're just not relying on it fully. Anyway, that's not a problem.

AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])

Yes. AUX_DIR is fine, but I suggest you use a separate directory as your MACRO_DIR (e.g. name it "m4").

Have you an idea wihy I got the  'warning: macro `AM_PATH_GST' not found in 
library'?

Maybe you installed gst in /usr/local? I suggest you create symbolic links from /usr/share/aclocal/{gst,gst-package}.m4 to the corresponding files in /usr/local/share/aclocal if this is the case.

Paolo



reply via email to

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