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

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to