1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Native EOL-style, and Id tags in a couple of places.

git-svn-id: https://svn.xiph.org/trunk/ezstream@15788 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2009-03-17 18:20:58 +00:00
parent 7005fde65c
commit dc547dcbbf
29 changed files with 426 additions and 407 deletions

View File

@ -4,6 +4,7 @@ dnl ###########
AC_INIT([ezstream], [0.5.4], AC_INIT([ezstream], [0.5.4],
[https://trac.xiph.org/newticket?component=ezstream]) [https://trac.xiph.org/newticket?component=ezstream])
AC_REVISION([$Id$])
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_CONFIG_SRCDIR([src/ezstream.c]) AC_CONFIG_SRCDIR([src/ezstream.c])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])

View File

@ -1,4 +1,4 @@
dnl $Id: ccflags.m4 907 2009-03-08 10:28:51Z mgrimm $ dnl $Id$
dnl * Check if the compiler understands a certain flag or not. dnl * Check if the compiler understands a certain flag or not.
dnl Inspiration for this came from watching TagLib configure. dnl Inspiration for this came from watching TagLib configure.

View File

@ -1,4 +1,4 @@
dnl $Id: libogg.m4 729 2008-11-01 17:38:43Z mgrimm $ dnl $Id$
dnl # Check for a working installation of libogg. dnl # Check for a working installation of libogg.
dnl # Provides appropriate --with configuration options, fills and substitutes dnl # Provides appropriate --with configuration options, fills and substitutes

View File

@ -1,4 +1,4 @@
dnl $Id: libshout.m4 948 2009-03-15 17:59:37Z mgrimm $ dnl $Id$
dnl # Check for a working installation of libshout. dnl # Check for a working installation of libshout.
dnl # Provides appropriate --with configuration options, fills and substitutes dnl # Provides appropriate --with configuration options, fills and substitutes

View File

@ -1,4 +1,4 @@
dnl $Id: libvorbis.m4 735 2008-11-01 18:34:34Z mgrimm $ dnl $Id$
dnl # Check for working installations of libvorbis, libvorbisfile and dnl # Check for working installations of libvorbis, libvorbisfile and
dnl # libvorbisenc. dnl # libvorbisenc.

View File

@ -1,4 +1,4 @@
dnl # $Id: libxml2.m4 736 2008-11-01 19:04:55Z mgrimm $ dnl # $Id$
dnl # Check for a working installation of libxml (version 2.) dnl # Check for a working installation of libxml (version 2.)
dnl # Provides appropriate --with configuration options, fills and substitutes dnl # Provides appropriate --with configuration options, fills and substitutes

View File

@ -1,4 +1,4 @@
dnl $Id: progname.m4 719 2008-10-29 09:08:42Z mgrimm $ dnl $Id$
dnl Check whether libc defines __progname. Defines HAVE___PROGNAME, if dnl Check whether libc defines __progname. Defines HAVE___PROGNAME, if
dnl applicable. This check is heavily inspired by the one in OpenNTPd dnl applicable. This check is heavily inspired by the one in OpenNTPd

View File

@ -1,4 +1,4 @@
dnl $Id: tree.m4 719 2008-10-29 09:08:42Z mgrimm $ dnl $Id$
dnl Check for sys/tree.h and if it is recent enough by looking at a certain dnl Check for sys/tree.h and if it is recent enough by looking at a certain
dnl macro. Defines HAVE_SYS_TREE_H if all conditions are met. dnl macro. Defines HAVE_SYS_TREE_H if all conditions are met.

View File

@ -1,4 +1,4 @@
dnl $Id: vacopy.m4 719 2008-10-29 09:08:42Z mgrimm $ dnl $Id$
dnl Check for means to copy variable argument lists. After this check, dnl Check for means to copy variable argument lists. After this check,
dnl va_copy will at least be defined to something working. dnl va_copy will at least be defined to something working.

View File

@ -1,4 +1,4 @@
dnl $Id: vars.m4 947 2009-03-15 17:51:37Z mgrimm $ dnl $Id$
dnl # Append or prepend items to a variable, but keep the items in the dnl # Append or prepend items to a variable, but keep the items in the
dnl # variable unique. dnl # variable unique.

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
* *

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net> * Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
* *

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net> * Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
* *

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net> * Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
* *

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net> * Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
* *

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net> * Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
* *

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __STRLFCTNS_H__ #ifndef __STRLFCTNS_H__
#define __STRLFCTNS_H__ #define __STRLFCTNS_H__

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/* /*

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */ /* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
/* /*

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */ /* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */
/* /*

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* ezstream - source client for Icecast with external en-/decoder support * ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org> * Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* Copyright (C) 2007 Moritz Grimm <mdgrimm@gmx.net> * Copyright (C) 2007 Moritz Grimm <mdgrimm@gmx.net>
* *

View File

@ -1,3 +1,4 @@
/* $Id$ */
/* /*
* libxalloc - Portable memory allocation wrapper library, with extensive * libxalloc - Portable memory allocation wrapper library, with extensive
* error checking, debugging facilities and hooks for 3rd party * error checking, debugging facilities and hooks for 3rd party