mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
Drop RCS ID tag
This commit is contained in:
parent
8819f0f9f9
commit
291ed50044
@ -4,7 +4,6 @@ dnl ###########
|
||||
|
||||
AC_INIT([ezstream], [0.6.0],
|
||||
[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,5 +1,3 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Copyright (c) 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
.\"
|
||||
.\" Permission to use, copy, modify, and distribute this software for any
|
||||
|
@ -1,5 +1,3 @@
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Copyright (c) 2007, 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
.\"
|
||||
.\" This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1,5 +1,3 @@
|
||||
dnl # $Id$
|
||||
|
||||
dnl # * Check if the compiler understands a certain flag or not.
|
||||
dnl # Inspiration for this came from watching TagLib configure.
|
||||
dnl # * Check for the CFLAG required to turn warnings into errors.
|
||||
|
@ -1,5 +1,3 @@
|
||||
dnl # $Id$
|
||||
|
||||
dnl # Check for a working installation of libshout.
|
||||
dnl # Provides appropriate --with configuration options, fills the
|
||||
dnl # LIBSHOUT_CFLAGS, LIBSHOUT_CPPFLAGS, LIBSHOUT_LDFLAGS and LIBSHOUT_LIBS
|
||||
|
@ -1,5 +1,3 @@
|
||||
dnl $Id$
|
||||
|
||||
dnl # Check for working installations of libvorbis, libvorbisfile and
|
||||
dnl # libvorbisenc.
|
||||
dnl # Provides appropriate --with configuration options, fills the
|
||||
|
@ -1,5 +1,3 @@
|
||||
dnl # $Id$
|
||||
|
||||
dnl # Check for a working installation of libxml (version 2.)
|
||||
dnl # Provides appropriate --with configuration options, fills the
|
||||
dnl # LIBXML2_CFLAGS, LIBXML2_CPPFLAGS, LIBXML2_LDFLAGS and LIBXML2_LIBS
|
||||
|
@ -1,5 +1,3 @@
|
||||
dnl # $Id$
|
||||
|
||||
dnl # Check whether libc defines __progname. Defines HAVE___PROGNAME, if
|
||||
dnl # applicable. This check is heavily inspired by the one in OpenNTPd
|
||||
dnl # (portable.)
|
||||
|
@ -1,5 +1,3 @@
|
||||
dnl # $Id$
|
||||
|
||||
dnl # Check for working installations of TagLib and its C-wrapper library,
|
||||
dnl # libtag_c.
|
||||
dnl # Provides appropriate --with configuration options, fills the
|
||||
|
@ -1,5 +1,3 @@
|
||||
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,5 +1,3 @@
|
||||
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.
|
||||
dnl # This requires stdarg.h, which is assumed to exist.
|
||||
|
@ -1,5 +1,3 @@
|
||||
dnl # $Id$
|
||||
|
||||
dnl # Append or prepend items to a variable, but keep the items in the
|
||||
dnl # variable unique.
|
||||
dnl # Re-implemented from scratch after seeing XIPH_VAR_[PRE,AP]PEND, written
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/* $OpenBSD: getopt_long.c,v 1.23 2007/10/31 12:34:57 chl Exp $ */
|
||||
/* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
*
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef __STRLFCTNS_H__
|
||||
#define __STRLFCTNS_H__
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* ezstream - source client for Icecast with external en-/decoder support
|
||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $Id$ */
|
||||
/*
|
||||
* Copyright (C) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $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