search for: am_prog_libtool

Displaying 20 results from an estimated 65 matches for "am_prog_libtool".

2005 Nov 21
1
dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
I'm trying to get dovecot-lda working on a FreeBSD 6.0-RELEASE box (also had the same problem on 5.4) When I run autogen.sh I get the following output: aclocal:configure.in:13 <http://configure.in:13>: warning: macro `AM_PROG_LIBTOOL' not found in library You should update your `aclocal.m4' by running aclocal. configure.in <http://configure.in>: installing `./install-sh' configure.in <http://configure.in>: installing `./missing' src/Makefile.am: installing `./depcomp' src/libsieve/Makefile.am:1:...
2003 Mar 10
3
Configure problems
I'm trying to compile on an Amiga for PPC using GNU but the configure script stops at this for libvorbis: <p>aclocal: configure.in: 42: macro `AM_PROG_LIBTOOL' not found in library make: *** [aclocal.m4] Error 1 <p>and this for libao: <p>checking size of short... configure: error: can not run test program while cross compiling How do I fix this? <p>J.Johansson --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg proj...
2004 Sep 10
5
0.9 problems
Problems in FLAC 0.9: - On alpha, flac immediately dumps core for both encoding and decoding (FreeBSD/alpha). - The distribution Makefile.in files haven't been generated with "automake --include-deps". The resulting Makefiles aren't fully portable; in particular they break with BSD make. In the future, care should be taken to use "--include-deps". - What is
2004 Sep 10
2
Re: 0.9 problems
On Sat, May 19, 2001 at 12:19:39PM +0000, Christian Weisgerber wrote: > Christian Weisgerber <naddy@mips.inka.de> wrote: > > > Problems in FLAC 0.9: > > Also: > > ===> Building for flac-0.9 > cd . && aclocal > aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library > aclocal: configure.in: 22: macro `AM_PATH_XMMS' not found in library > gmake: *** [aclocal.m4] Error 1 > > That is, if I touch configure.in I must have libtool and XMMS > installed. This doesn't seem right. Should AM_PROG_LIBTOOL and > AM_PAT...
2004 Sep 10
2
build problems (autoconf/libtool)
...on to specify specific additonal m4 files. The end result is that the makefiles say "LIBTOOL = @LIBTOOL@" instead of "LIBTOOL = libtool". I've worked around it for now by manually fixing those lines in the makefiles but I'd like to know how to solve it. BTW, I changed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL because aclocal refused to accept the former (which is apparently deprecated). That's not the problem anyway, because I get the same behavior if I change it back after running aclocal. I'm running OS X (darwin-5.5) with autoconf-2.53, automake-1.6.2, and libtool-1.4.2,...
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
....org> Date: Wed Jun 13 17:48:21 2007 +0200 Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec into as Conflicts: configure.ac diff --cc configure.ac index e60dcd9,52e58a5..e1a6e47 @@@ -37,9 -37,11 +37,14 @@@ AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL +dnl C99 is only required to get definitions for NAN and INFINITY. +GLOBAL_CFLAGS="$GLOBAL_CFLAGS -std=c99" + + dnl ensures the library is linked against the internal Mozilla + dnl if this doesn't work on your platform, I'll take patches :) + SYMBOLIC_LDFLAGS="-Wl,-Bsym...
2004 Aug 06
8
Some questions and problems about setting up Icecast2
...I run the script in ice2: [pwhite@pwhite ice2]$ ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for icecast, please wait.... aclocal aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library libtoolize --automake automake --add-missing configure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found, configure.in:4: probably because aclocal.m4 is missing... configure.in:4: You should run aclocal to create this file, then configure.in:4: run automake...
2004 Aug 06
3
Some questions and problems about setting up Icecast2
...e following screenful: [pwhite@pwhite icecast]$ ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for icecast, please wait.... aclocal aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library libtoolize --automake automake --add-missing configure.in:4: no proper implementation of AM_INIT_AUTOMAKE was found, configure.in:4: probably because aclocal.m4 is missing... configure.in:4: You should run aclocal to create this file, then configure.in:4: run automake...
2004 Sep 10
1
building CVS flac
...e flac123 will work with it. I'm having a hard time getting autogen.sh's aclocal to work with configure.in. I'm using autoconf-2.59 (from source) on Redhat 9.0. I have found automake-1.7.8 and automake-1.8.5 yield similar results: $ ./autogen.sh aclocal: configure.in: 142: macro `AM_PROG_LIBTOOL' not found in library aclocal: configure.in: 255: macro `AM_ICONV' not found in library aclocal: configure.in: 256: macro `AM_LANGINFO_CODESET' not found in library These 3 macros look the same in 1.1.0 versus 1.1.1 configure.in. I can still build flac-1.1.0 with either automake. Wh...
2000 Oct 26
1
Problem with automake
CVS ( yesterday's version ) ogg/autogen.sh fails because of AM_PROG_LIBTOOL ( Macro is not found )... I use automake 1.4 ( SuSE 6.3) I grep'ed all m4 library, but could not find it. Where can I found a list of tools needed to compile current CVS version. Thanx Roman Razilov --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http:...
2007 Jun 08
0
4 commits - configure.ac libswfdec/Makefile.am NEWS
...9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(SWFDEC_LEVEL_DEFAULT, $DEFAULT_DEBUG_LEVEL, [Default debug level used]) -SWFDEC_LIBVERSION="3:0:0" +SWFDEC_LIBVERSION="3:0:1" AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL diff-tree 5484f3084c9d717f098e1706bdef6767a0eb97c9 (from 17dda94d6a65d4bb72405f9f17b61c755fd132b3) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 8 20:07:58 2007 +0200 update NEWS diff --git a/NEWS b/NEWS index 114721b..8713fb7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@...
2004 Sep 15
1
building from svn
...es for theora, please wait.... aclocal /usr/local/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal aclocal:configure.ac:39: warning: macro `AM_PROG_LIBTOOL' not found in library autoheader libtoolize --automake automake --add-missing examples/Makefile.am:10: `CFLAGS' is a user variable, you should not override it; examples/Makefile.am:10: use `AM_CFLAGS' instead. lib/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined...
2004 Aug 06
1
ice2 autogen.sh problems
...al aclocal: m4/ogg.m4: 8: duplicated macro `AM_PATH_OGG' aclocal: m4/vorbis.m4: 8: duplicated macro `AM_PATH_VORBIS' libtoolize --automake automake --add-missing autoconf configure.in:5: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:8: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:53: error: possibly undefined macro: AM_CONDITIONAL configure.in:114: error: possibly undefined macro: AM_PATH_OGG configure.in:118: error: possibly undefined macro: AM_PATH_VORBIS configure.in:128: error: possibly undefined macro: AM_PATH_SHOUT ./configure: line 1186: syntax error nea...
2006 Jul 13
4
Compiling the latest SVN checkout
...or later... aclocal checking for libtool... libtoolize I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. Generating configuration files for Speex, please wait.... aclocal aclocal:configure.ac:32: warning: macro `AM_PROG_LIBTOOL' not found in library autoheader libtoolize --automake automake --add-missing libspeex/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined libspeex/Makefile.am:9: libspeex/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' libspeex/Makefile...
2002 Sep 26
2
Compiling CVS? (automake/autoconf problem with autogen.sh?)
...AM_CONDITIONAL [repeats 3 more times] autoconf configure.in:8: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:31: error: possibly undefined macro: AM_DISABLE_SHARED configure.in:32: error: possibly undefined macro: AM_ENABLE_STATIC configure.in:33: error: possibly undefined macro: AM_PROG_LIBTOOL configure.in:80: error: possibly undefined macro: AM_PATH_SDL configure.in:84: error: possibly undefined macro: AM_CONDITIONAL ./configure: line 1146: syntax error near unexpected token `AM_INIT_AUTOMAKE(libtheora,0.0)' ./configure: line 1146: `AM_INIT_AUTOMAKE(libtheora,0.0)' ------------...
2004 Aug 06
3
Some questions and problems about setting up Icecast2
On Sun, Jul 28, 2002 at 11:31:59PM +1000, Michael Smith wrote: > At 09:48 PM 7/27/02 -0500, you wrote: > > I've finally decided to take the plunge and set up an Icecast 2 server on my Linux 2.4.18 machine. After asking in #vorbis, I was told that I need ice2 and ices. From what I understand, ice2 is the Icecast2 server, while ices is a program that sends it data to push to its
2004 Aug 06
3
autogen.sh trouble with latest CVS checkout
...uild "icecast"; it's not very short... Thanks in advance for any help. --- $~/icecast/icecast> ./autogen.sh Checking for automake version found automake found aclocal Generating configuration files for ices, please wait.... aclocal -I m4 aclocal: configure.in: 13: macro `AM_PROG_LIBTOOL' not found in library autoheader autoheader: error: AC_CONFIG_HEADERS not found in configure.in libtoolize --automake automake --add-missing configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, config...
2004 Aug 06
0
Sun audio driver for speexdec
I did this for OpenBSD. NetBSD uses the same audio(4) system. It should also work on Solaris, but I can't test that. --- configure.in.orig Tue May 13 00:58:07 2003 +++ configure.in Tue May 13 00:58:20 2003 @@ -26,7 +26,7 @@ AC_CANONICAL_HOST AM_PROG_LIBTOOL AC_C_BIGENDIAN -AC_CHECK_HEADERS(sys/soundcard.h) +AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h) AC_ARG_ENABLE(ogg, [ --enable-ogg=[yes/no] Turn on or off the use of ogg --- src/speexdec.c.orig Thu Jun 12 01:11:28 2003 +++ src/speexdec.c Thu Jun 12 01:14:31 2003 @@ -56,6 +56,14 @...
2007 May 02
0
[patch] Mac Universal Binaries
...spx_uint32_t ui, ret; > ui = i; > ret = ui>>24; > Index: configure.ac > =================================================================== > --- configure.ac (revision 12905) > +++ configure.ac (working copy) > @@ -32,7 +32,6 @@ > AC_CANONICAL_HOST > AM_PROG_LIBTOOL > > -AC_C_BIGENDIAN > AC_C_CONST > AC_C_INLINE > AC_C_RESTRICT > Index: libspeex/misc.h > =================================================================== > --- libspeex/misc.h (revision 12905) > +++ libspeex/misc.h (working copy) > @@ -78,7 +78,7 @@ > /**...
2004 Sep 10
0
build problems (autoconf/libtool)
...s. > > The end result is that the makefiles say "LIBTOOL = @LIBTOOL@" > instead of > "LIBTOOL = libtool". I've worked around it for now by manually > fixing those > lines in the makefiles but I'd like to know how to solve it. > > BTW, I changed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL because aclocal > refused to > accept the former (which is apparently deprecated). That's not the > problem > anyway, because I get the same behavior if I change it back after > running > aclocal. > > I'm running OS X (darwin-5.5) with autoconf-2...