Re: Problems building XMMS on FC3
"Duilio J. Protti" <[email protected]> Tue, 15 Mar 2005 09:44:49 -0300
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Organization | Flowgate Security Consulting |
| Message-ID | <[email protected]> |
The macro AM_PATH_PROG_WITH_TEST is defined on gettext.m4 macro file. You can download a copy from: http://osmirrors.cerias.purdue.edu/pub/OpenBSD/src/gnu/usr.bin/binutils/gettext.m4 then move it to /usr/share/aclocal, and then re-run autogen.sh. This is a problem on autogen.sh script, which would check for availability of gettext.m4 file. Bye, Duilio Protti. Juan Carlos Castro y Castro wrote: >autogen.sh (CVS version) complains of lack of the macro >AM_PATH_PROG_WITH_TEST -- no matter what version of automake I use. I >resorted to creating a "fudge" directory, putting symlinks to >automake-1.x and aclocal-1.x there, and puting it in the fromt of PATH. >No go.