[xiph-cvs] cvs commit: m4 ogg.m4 vorbis.m4

Brendan brendan at xiph.org
Tue Jul 1 11:21:46 PDT 2003



brendan     03/07/01 14:21:46

  Modified:    .        ogg.m4 vorbis.m4
  Log:
  Cosmetics (superfluous "checking")

Revision  Changes    Path
1.6       +1 -1      m4/ogg.m4

Index: ogg.m4
===================================================================
RCS file: /usr/local/cvsroot/m4/ogg.m4,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -u -r1.5 -r1.6
--- ogg.m4	26 Jun 2003 16:03:37 -0000	1.5
+++ ogg.m4	1 Jul 2003 18:21:46 -0000	1.6
@@ -32,7 +32,7 @@ OGG_LIBS="-logg"
 #
 # check if the installed Ogg is sufficiently new.
 #
-AC_MSG_CHECKING([checking for ogg_sync_init in libogg])
+AC_MSG_CHECKING([for ogg_sync_init in libogg])
 ac_save_CFLAGS="$CFLAGS"
 ac_save_LIBS="$LIBS"
 ac_save_LDFLAGS="$LDFLAGS"

<p><p>1.5       +1 -1      m4/vorbis.m4

Index: vorbis.m4
===================================================================
RCS file: /usr/local/cvsroot/m4/vorbis.m4,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -u -r1.4 -r1.5
--- vorbis.m4	26 Jun 2003 16:03:37 -0000	1.4
+++ vorbis.m4	1 Jul 2003 18:21:46 -0000	1.5
@@ -46,7 +46,7 @@ ac_save_LIBS="$LIBS"
 ac_save_LDFLAGS="$LDFLAGS"
 LDFLAGS="$LDFLAGS $VORBIS_LDFLAGS"
 LIBS="$LIBS $VORBIS_LIBS"
-AC_MSG_CHECKING([checking for libvorbis])
+AC_MSG_CHECKING([for libvorbis])
 AC_TRY_LINK_FUNC(vorbis_info_init, [AC_MSG_RESULT([ok])],
         [LIBS="$LIBS $OGG_LIBS -lm"
         AC_TRY_LINK_FUNC(vorbis_info_init,

<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