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: Mathieu Suen
Subject: Re: Re : [Help-smalltalk] Add a package in the build tool
Date: Fri, 2 Jul 2010 21:44:14 +0200

Now I got an other error:

$ autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 -I /usr/local/share/aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:10: installing `build-aux/missing'
configure.ac:20: required file `gst.in' not found
Makefile.am: installing `build-aux/depcomp'
autoreconf: automake failed with exit status: 1


        Mth




On Jul 2, 2010, at 9:42 PM, Mathieu Suen wrote:

> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-smalltalk






___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com



reply via email to

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