Hi: Figured this would be the more appropriate place to write about this. I'm trying to compile the current SVN code on a Debian Sarge system with Automake 1.8.4. When I run ./autogen.sh I get the following: Checking for automake version found automake found aclocal Generating configuration files for icecast, please wait.... aclocal -I m4 m4/xiph_curl.m4:4: warning: underquoted definition of XIPH_PATH_CURL run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal m4/ogg2.m4:10: warning: underquoted definition of XIPH_PATH_OGG /usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS /usr/share/aclocal/tcl.m4:20: warning: underquoted definition of SC_PATH_TCLCONFIG /usr/share/aclocal/tcl.m4:113: warning: underquoted definition of SC_PATH_TKCONFIG /usr/share/aclocal/tcl.m4:205: warning: underquoted definition of SC_LOAD_TCLCONFIG /usr/share/aclocal/tcl.m4:244: warning: underquoted definition of SC_LOAD_TKCONFIG /usr/share/aclocal/tcl.m4:276: warning: underquoted definition of SC_ENABLE_GCC /usr/share/aclocal/tcl.m4:308: warning: underquoted definition of SC_ENABLE_SHARED /usr/share/aclocal/tcl.m4:353: warning: underquoted definition of SC_ENABLE_THREADS /usr/share/aclocal/tcl.m4:407: warning: underquoted definition of SC_ENABLE_SYMBOLS /usr/share/aclocal/tcl.m4:504: warning: underquoted definition of SC_CONFIG_CFLAGS /usr/share/aclocal/tcl.m4:1135: warning: underquoted definition of SC_SERIAL_PORT /usr/share/aclocal/tcl.m4:1223: warning: underquoted definition of SC_MISSING_POSIX_HEADERS /usr/share/aclocal/tcl.m4:1304: warning: underquoted definition of SC_PATH_X /usr/share/aclocal/tcl.m4:1390: warning: underquoted definition of SC_BLOCKING_STYLE /usr/share/aclocal/tcl.m4:1455: warning: underquoted definition of SC_HAVE_VFORK /usr/share/aclocal/tcl.m4:1517: warning: underquoted definition of SC_TIME_HANDLER /usr/share/aclocal/tcl.m4:1596: warning: underquoted definition of SC_BUGGY_STRTOD /usr/share/aclocal/tcl.m4:1648: warning: underquoted definition of SC_TCL_LINK_LIBS /usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES /usr/share/aclocal/ogg.m4:8: warning: underquoted definition of XIPH_PATH_OGG /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO /usr/share/aclocal/alsa.m4:15: warning: underquoted definition of AM_PATH_ALSA <p>This is a lot of warnings. Is this something I should worry about? Downgrade to an earlier automake, for example? Or will this be OK? Geoff. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, May 18, 2004 at 01:51:33AM +1000, Geoff Shang wrote:> This is a lot of warnings. Is this something I should worry about? > Downgrade to an earlier automake, for example? Or will this be OK?If they're just warnings, it's probably fine. Every automake release gets more strict on quoting; we need to update our macros to correct the warnings of course. -r --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.