[xiph-cvs] cvs commit: m4 xiph_net.m4

Karl Heyes karl at xiph.org
Mon Nov 17 16:39:20 PST 2003



karl        03/11/17 19:39:19

  Modified:    .        autogen.sh
               .        xiph_net.m4
  Log:
  minor cleanup

Revision  Changes    Path
1.5       +1 -1      icecast/autogen.sh

Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/icecast/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autogen.sh	30 Jul 2003 14:46:35 -0000	1.4
+++ autogen.sh	18 Nov 2003 00:39:19 -0000	1.5
@@ -2,7 +2,7 @@
 # Run this to set up the build system: configure, makefiles, etc.
 # (based on the version in enlightenment's cvs)
 
-package="ices"
+package="icecast"
 
 olddir=`pwd`
 srcdir=`dirname $0`

<p><p>1.4       +1 -1      m4/xiph_net.m4

Index: xiph_net.m4
===================================================================
RCS file: /usr/local/cvsroot/m4/xiph_net.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xiph_net.m4	20 Oct 2003 03:08:45 -0000	1.3
+++ xiph_net.m4	18 Nov 2003 00:39:19 -0000	1.4
@@ -16,7 +16,7 @@
 AC_SEARCH_LIBS([getnameinfo], [socket],
   [AC_DEFINE([HAVE_GETNAMEINFO], [1],
     [Define if you have the getnameinfo function])])
-AC_CHECK_FUNCS([endhostent getaddrinfo inet_aton])
+AC_CHECK_FUNCS([endhostent getaddrinfo inet_aton writev])
 
 # Irix defines INET_PTON but not sockaddr_storage!
 AC_CHECK_MEMBERS([struct sockaddr_storage.ss_family],

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list