[xiph-cvs] cvs commit: libshout configure.in
Brendan
brendan at xiph.org
Wed Jul 2 10:58:51 PDT 2003
brendan 03/07/02 13:58:51
Modified: . configure.in
Log:
bump prereq to 2.54 since we're using AC_PROG_FGREP (and 2.54 is the first
"stable" release of 2.5 anyway)
Revision Changes Path
1.55 +2 -2 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -u -r1.54 -r1.55
--- configure.in 28 Jun 2003 02:16:47 -0000 1.54
+++ configure.in 2 Jul 2003 17:58:51 -0000 1.55
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.54 2003/06/28 02:16:47 brendan Exp $
+# $Id: configure.in,v 1.55 2003/07/02 17:58:51 brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
@@ -9,7 +9,7 @@ m4_define(libshout_version,
libshout_major.libshout_minor.libshout_micro[b1]))
AC_INIT([libshout], libshout_version, [icecast at xiph.org])
-AC_PREREQ(2.52)
+AC_PREREQ([2.54])
AC_CONFIG_SRCDIR([src/shout.c])
AM_CONFIG_HEADER(config.h)
# config.h guard
<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