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

Karl Heyes karl at xiph.org
Fri Mar 7 14:39:18 PST 2003



karl        03/03/07 17:39:18

  Modified:    .        configure.in
               .        configure.in
               .        configure.in
  Log:
  Add XIPH_CFLAGS which will be used to pass compiler flags which you
  don't want to get clobbered by things like make CFLAGS='....'
  The typical flags you don't want clobbered are ones like -pthread

Revision  Changes    Path
1.15      +1 -0      ices/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ices/configure.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- configure.in	29 Dec 2002 10:28:30 -0000	1.14
+++ configure.in	7 Mar 2003 22:39:17 -0000	1.15
@@ -156,5 +156,6 @@
 AC_SUBST(DEBUG)
 AC_SUBST(CFLAGS)
 AC_SUBST(PROFILE)
+AC_SUBST(XIPH_CFLAGS)
 
 AC_OUTPUT(Makefile conf/Makefile src/Makefile src/avl/Makefile src/thread/Makefile src/net/Makefile src/log/Makefile src/timing/Makefile)

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

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- configure.in	28 Feb 2003 20:16:36 -0000	1.23
+++ configure.in	7 Mar 2003 22:39:17 -0000	1.24
@@ -182,5 +182,6 @@
 AC_SUBST(DEBUG)
 AC_SUBST(CFLAGS)
 AC_SUBST(PROFILE)
+AC_SUBST(XIPH_CFLAGS)
 
 AC_OUTPUT(Makefile conf/Makefile src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile doc/Makefile web/Makefile win32/Makefile win32/res/Makefile)

<p><p>1.16      +1 -0      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- configure.in	6 Mar 2003 02:35:12 -0000	1.15
+++ configure.in	7 Mar 2003 22:39:17 -0000	1.16
@@ -134,5 +134,6 @@
 AC_SUBST(DEBUG)
 AC_SUBST(CFLAGS)
 AC_SUBST(PROFILE)
+AC_SUBST(XIPH_CFLAGS)
 
 AC_OUTPUT(Makefile include/Makefile include/shout/Makefile src/Makefile src/net/Makefile src/timing/Makefile src/thread/Makefile src/avl/Makefile src/httpp/Makefile examples/Makefile)

<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