tags 396667 +patch
thanks
i'm seeing this also, when i try to build libivorbisidec ("tremor",
the integer-math-only ogg vorbis decoder, a new package for debian).
# Add here commands to configure the package.
./autogen.sh --prefix=/usr
checking for autoconf...
checking for automake... yes
checking for libtool... libtoolize
Generating configuration files for vorbisdec, please wait....
aclocal
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
libtoolize --automake
autoheader
automake --add-missing
But when i apply the following patch and rebuild, it comes out clean:
# Add here commands to configure the package.
./autogen.sh --prefix=/usr
checking for autoconf...
checking for automake... yes
checking for libtool... libtoolize
Generating configuration files for vorbisdec, please wait....
aclocal
libtoolize --automake
autoheader
automake --add-missing
configure.in: installing `./install-sh'
configure.in: installing `./missing'
Here's the patch i used (based on looking at how other
/usr/share/local/*.m4 files used AC_DEFUN -- i don't know m4 at all):
--- /usr/share/aclocal/glib.m4~ 2006-10-29 09:44:59.000000000 -0500
+++ /usr/share/aclocal/glib.m4 2006-11-28 23:48:14.000000000 -0500
@@ -5,7 +5,7 @@
dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
dnl gthread is specified in MODULES, pass to glib-config
dnl
-AC_DEFUN(AM_PATH_GLIB,
+AC_DEFUN([AM_PATH_GLIB],
[dnl
dnl Get the cflags and libraries from the glib-config script
dnl
Thanks for maintaining this package!
Regards,
--dkg
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]