mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05: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:
parent
7005fde65c
commit
dc547dcbbf
@ -4,6 +4,7 @@ dnl ###########
|
||||
|
||||
AC_INIT([ezstream], [0.5.4],
|
||||
[https://trac.xiph.org/newticket?component=ezstream])
|
||||
AC_REVISION([$Id$])
|
||||
AC_PREREQ([2.61])
|
||||
AC_CONFIG_SRCDIR([src/ezstream.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
@ -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 Inspiration for this came from watching TagLib configure.
|
||||
|
@ -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 # Provides appropriate --with configuration options, fills and substitutes
|
||||
|
@ -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 # Provides appropriate --with configuration options, fills and substitutes
|
||||
|
@ -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 # libvorbisenc.
|
||||
|
@ -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 # Provides appropriate --with configuration options, fills and substitutes
|
||||
|
@ -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 applicable. This check is heavily inspired by the one in OpenNTPd
|
||||
|
@ -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 macro. Defines HAVE_SYS_TREE_H if all conditions are met.
|
||||
|
@ -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 va_copy will at least be defined to something working.
|
||||
|
@ -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 # variable unique.
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
||||
*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef __STRLFCTNS_H__
|
||||
#define __STRLFCTNS_H__
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (C) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
||||
*
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* libxalloc - Portable memory allocation wrapper library, with extensive
|
||||
* error checking, debugging facilities and hooks for 3rd party
|
||||
|
Loading…
Reference in New Issue
Block a user