[xiph-cvs] cvs commit: libshout configure.in
Michael Smith
msmith at xiph.org
Thu Mar 13 06:22:33 PST 2003
msmith 03/03/13 09:22:31
Modified: . configure.in
Log:
Randomly prod autotools into giving some vague semblance of working
Revision Changes Path
1.27 +2 -2 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- configure.in 11 Mar 2003 07:43:34 -0000 1.26
+++ configure.in 13 Mar 2003 14:22:19 -0000 1.27
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.26 2003/03/11 07:43:34 brendan Exp $
+# $Id: configure.in,v 1.27 2003/03/13 14:22:19 msmith Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
@@ -11,7 +11,7 @@
AC_INIT([libshout], libshout_version, [icecast at xiph.org])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([src/shout.c])
-AM_CONFIG_HEADER([config.h])
+AM_CONFIG_HEADER(config.h)
AC_DEFINE([LIBSHOUT_MAJOR], libshout_major, [Shout library major version])
AC_DEFINE([LIBSHOUT_MINOR], libshout_minor, [Shout library minor version])
<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