Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-libshout
Commits
33126e77
Commit
33126e77
authored
Jul 13, 2003
by
brendan
Browse files
Libshout Release *cough* 2.0 *cough*
svn path=/trunk/libshout/; revision=5133
parent
ae388003
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
33126e77
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
# $Id: configure.in,v 1.6
4
2003/07/1
1 00:59:56
brendan Exp $
# $Id: configure.in,v 1.6
5
2003/07/1
3 16:36:37
brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
m4_define(libshout_minor, 0)
m4_define(libshout_micro, 0)
m4_define(libshout_micro, 0)
m4_define(libshout_version,
m4_define(libshout_version,
m4_if(libshout_micro, 0, libshout_major.libshout_minor
[b3]
,
m4_if(libshout_micro, 0, libshout_major.libshout_minor,
libshout_major.libshout_minor.libshout_micro))
libshout_major.libshout_minor.libshout_micro))
AC_INIT([libshout], libshout_version, [icecast-dev@xiph.org])
AC_INIT([libshout], libshout_version, [icecast-dev@xiph.org])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment