[xiph-cvs] cvs commit: icecast configure.in

Karl Heyes karl at xiph.org
Mon Mar 17 17:40:40 PST 2003



karl        03/03/17 20:40:40

  Modified:    .        configure.in
               .        configure.in
               .        configure.in
  Log:
  we need to define an API level we want for certain systems like solaris

Revision  Changes    Path
1.34      +2 -2      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- configure.in	18 Mar 2003 01:15:11 -0000	1.33
+++ configure.in	18 Mar 2003 01:40:39 -0000	1.34
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.33 2003/03/18 01:15:11 brendan Exp $
+# $Id: configure.in,v 1.34 2003/03/18 01:40:39 karl Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -31,7 +31,7 @@
 
 dnl Set some options based on environment
 
-AC_DEFINE(_XOPEN_SOURCE, ,[Define if you have POSIX and XPG specifications])
+AC_DEFINE(_XOPEN_SOURCE, 500, [Define if you have POSIX and XPG specifications])
 if test -z "$GCC"; then
         case $host in 
         *-*-irix*)

<p><p>1.18      +1 -1      ices/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- configure.in	14 Mar 2003 00:39:19 -0000	1.17
+++ configure.in	18 Mar 2003 01:40:40 -0000	1.18
@@ -11,7 +11,7 @@
 
 SOCKET_LIBS=
 
-AC_DEFINE(_XOPEN_SOURCE, ,[Define if you have POSIX and XPG specifications])
+AC_DEFINE(_XOPEN_SOURCE, 500, [Define if you have POSIX and XPG specifications])
 if test -z "$GCC"; then
         case $host in 
         *-*-irix*)

<p><p>1.26      +1 -0      icecast/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- configure.in	17 Mar 2003 16:17:49 -0000	1.25
+++ configure.in	18 Mar 2003 01:40:40 -0000	1.26
@@ -12,6 +12,7 @@
 
 SOCKET_LIBS=
 
+AC_DEFINE(_XOPEN_SOURCE, 500, [Define if you have POSIX and XPG specifications])
 if test -z "$GCC"; then
         case $host in 
         *-*-irix*)

<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