[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Can't compile kdeextragear-1 (HEAD)
From:       Andreas Hartmann <andihartmann () freenet ! de>
Date:       2003-10-17 7:04:36
[Download RAW message or body]

Am Freitag, 17. Oktober 2003 06:22 schrieb Thiago Macieira:
> Scott Newton wrote:
> >aclocal: configure.in: 899: macro `AM_PATH_OGG' not found in library
> >aclocal: configure.in: 901: macro `AM_PATH_VORBIS' not found in library

They seem to bee wrong, they are named:
XIPH_PATH_OGG and XIPH_PATH_VORBIS.

--- /k6/kdeextragear-1/kreatecd/configure.in.in Fri Oct 17 08:07:14 2003
+++ configure.in.in     Fri Oct 17 09:02:41 2003
@@ -2,10 +2,10 @@
 # Jack Moffitt <jack@icecast.org> 10-21-2000
 # Shamelessly stolen from Owen Taylor and Manish Singh

-dnl AM_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS
 dnl
-AC_DEFUN(AM_PATH_OGG,
+AC_DEFUN(XIPH_PATH_OGG,
 [dnl
 dnl Get the cflags and libraries
 dnl
@@ -97,10 +97,10 @@
 # Jack Moffitt <jack@icecast.org> 10-21-2000
 # Shamelessly stolen from Owen Taylor and Manish Singh

-dnl AM_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
+dnl XIPH_PATH_VORBIS([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl Test for libvorbis, and define VORBIS_CFLAGS and VORBIS_LIBS
 dnl
-AC_DEFUN(AM_PATH_VORBIS,
+AC_DEFUN(XIPH_PATH_VORBIS,
 [dnl
 dnl Get the cflags and libraries
 dnl
@@ -590,9 +590,9 @@

 if test "$HAVE_VORBIS" = 1 ;then
 if test -z "$DISABLE_VORBIS" ; then
-AM_PATH_OGG(HAVE_LIBOGG=1,)
+XIPH_PATH_OGG(HAVE_LIBOGG=1,)
 if test "$HAVE_LIBOGG" = "1"; then
-AM_PATH_VORBIS(HAVE_LIBVORBIS=1,)
+XIPH_PATH_VORBIS(HAVE_LIBVORBIS=1,)
 fi
 if test -z "$HAVE_LIBVORBIS"; then
 VORBIS_ERROR_MESSAGE


Regards,
Andreas Hartmann
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic