source: scripts/untested/blfs-patches/libmikmod-3.1.11-a.patch@ 10e90e4

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 10e90e4 was fd5b1fe, checked in by Jim Gifford <clfs@…>, 19 years ago

r588@server (orig r586): ryan | 2005-08-05 22:47:43 -0700
Add pile of new patches for blfs packages



  • Property mode set to 100644
File size: 66.6 KB
RevLine 
[fd5b1fe]1Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
2Date: 2005-08-06
3Initial Package Version: 3.1.11
4Upstream Status: From Upstream
5Origin: Upstream
6Description: Patch release update
7
8diff --recursive --unified libmikmod-3.1.11/NEWS libmikmod-3.1.11-a/NEWS
9--- libmikmod-3.1.11/NEWS 2004-01-21 12:43:52.000000000 -0500
10+++ libmikmod-3.1.11-a/NEWS 2004-06-04 08:24:26.000000000 -0400
11@@ -1,3 +1,17 @@
12+Summary of changes between libmikmod 3.1.11 and libmikmod 3.1.11-a
13+========================================================================
14+libmikmod-3.1.11-a was released on 05/03/2004
15+
16+Most of my work and attention goes on the 3.2.x series, but I still receive
17+occasional bug reports and patchs for the 3.1.11 version. There are not enough
18+changes to make a full release, but many people may find this patch useful.
19+
20+BUGFIXES
21+- libmikmod playback now works correcly on amd64 (type size problem)
22+- fixed warning issued by automake >= 1.8
23+- config.sub and config.guess updated
24+
25+
26 Summary of changes between libmikmod 3.1.10 and libmikmod 3.1.11 (Thiers):
27 ==========================================================================
28
29diff --recursive --unified libmikmod-3.1.11/config.guess libmikmod-3.1.11-a/config.guess
30--- libmikmod-3.1.11/config.guess 2004-01-21 12:43:53.000000000 -0500
31+++ libmikmod-3.1.11-a/config.guess 2004-06-04 08:24:26.000000000 -0400
32@@ -1,9 +1,9 @@
33 #! /bin/sh
34 # Attempt to guess a canonical system name.
35 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
36-# 2000, 2001, 2002 Free Software Foundation, Inc.
37+# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
38
39-timestamp='2002-01-02'
40+timestamp='2004-03-03'
41
42 # This file is free software; you can redistribute it and/or modify it
43 # under the terms of the GNU General Public License as published by
44@@ -24,7 +24,7 @@
45 # configuration script generated by Autoconf, you may include it under
46 # the same distribution terms that you use for the rest of that program.
47
48-# Originally written by Per Bothner <bothner@cygnus.com>.
49+# Originally written by Per Bothner <per@bothner.com>.
50 # Please send patches to <config-patches@gnu.org>. Submit a context
51 # diff and a properly formatted ChangeLog entry.
52 #
53@@ -88,30 +88,42 @@
54 exit 1
55 fi
56
57+trap 'exit 1' 1 2 15
58
59-dummy=dummy-$$
60-trap 'rm -f $dummy.c $dummy.o $dummy.rel $dummy; exit 1' 1 2 15
61+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
62+# compiler to aid in system detection is discouraged as it requires
63+# temporary files to be created and, as you can see below, it is a
64+# headache to deal with in a portable fashion.
65
66-# CC_FOR_BUILD -- compiler used by this script.
67 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
68 # use `HOST_CC' if defined, but it is deprecated.
69
70-set_cc_for_build='case $CC_FOR_BUILD,$HOST_CC,$CC in
71- ,,) echo "int dummy(){}" > $dummy.c ;
72- for c in cc gcc c89 ; do
73- ($c $dummy.c -c -o $dummy.o) >/dev/null 2>&1 ;
74- if test $? = 0 ; then
75+# Portable tmp directory creation inspired by the Autoconf team.
76+
77+set_cc_for_build='
78+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
79+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
80+: ${TMPDIR=/tmp} ;
81+ { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
82+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
83+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
84+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
85+dummy=$tmp/dummy ;
86+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
87+case $CC_FOR_BUILD,$HOST_CC,$CC in
88+ ,,) echo "int x;" > $dummy.c ;
89+ for c in cc gcc c89 c99 ; do
90+ if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
91 CC_FOR_BUILD="$c"; break ;
92 fi ;
93 done ;
94- rm -f $dummy.c $dummy.o $dummy.rel ;
95 if test x"$CC_FOR_BUILD" = x ; then
96 CC_FOR_BUILD=no_compiler_found ;
97 fi
98 ;;
99 ,,*) CC_FOR_BUILD=$CC ;;
100 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
101-esac'
102+esac ;'
103
104 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
105 # (ghazi@noc.rutgers.edu 1994-08-24)
106@@ -138,9 +150,11 @@
107 #
108 # Note: NetBSD doesn't particularly care about the vendor
109 # portion of the name. We always set it to "unknown".
110- UNAME_MACHINE_ARCH=`(uname -p) 2>/dev/null` || \
111- UNAME_MACHINE_ARCH=unknown
112+ sysctl="sysctl -n hw.machine_arch"
113+ UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
114+ /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
115 case "${UNAME_MACHINE_ARCH}" in
116+ armeb) machine=armeb-unknown ;;
117 arm*) machine=arm-unknown ;;
118 sh3el) machine=shl-unknown ;;
119 sh3eb) machine=sh-unknown ;;
120@@ -166,18 +180,35 @@
121 ;;
122 esac
123 # The OS release
124- release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
125+ # Debian GNU/NetBSD machines have a different userland, and
126+ # thus, need a distinct triplet. However, they do not need
127+ # kernel version information, so it can be replaced with a
128+ # suitable tag, in the style of linux-gnu.
129+ case "${UNAME_VERSION}" in
130+ Debian*)
131+ release='-gnu'
132+ ;;
133+ *)
134+ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
135+ ;;
136+ esac
137 # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
138 # contains redundant information, the shorter form:
139 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
140 echo "${machine}-${os}${release}"
141 exit 0 ;;
142+ amd64:OpenBSD:*:*)
143+ echo x86_64-unknown-openbsd${UNAME_RELEASE}
144+ exit 0 ;;
145 amiga:OpenBSD:*:*)
146 echo m68k-unknown-openbsd${UNAME_RELEASE}
147 exit 0 ;;
148 arc:OpenBSD:*:*)
149 echo mipsel-unknown-openbsd${UNAME_RELEASE}
150 exit 0 ;;
151+ cats:OpenBSD:*:*)
152+ echo arm-unknown-openbsd${UNAME_RELEASE}
153+ exit 0 ;;
154 hp300:OpenBSD:*:*)
155 echo m68k-unknown-openbsd${UNAME_RELEASE}
156 exit 0 ;;
157@@ -196,6 +227,9 @@
158 mvmeppc:OpenBSD:*:*)
159 echo powerpc-unknown-openbsd${UNAME_RELEASE}
160 exit 0 ;;
161+ pegasos:OpenBSD:*:*)
162+ echo powerpc-unknown-openbsd${UNAME_RELEASE}
163+ exit 0 ;;
164 pmax:OpenBSD:*:*)
165 echo mipsel-unknown-openbsd${UNAME_RELEASE}
166 exit 0 ;;
167@@ -211,68 +245,70 @@
168 *:OpenBSD:*:*)
169 echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
170 exit 0 ;;
171+ *:ekkoBSD:*:*)
172+ echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
173+ exit 0 ;;
174+ macppc:MirBSD:*:*)
175+ echo powerppc-unknown-mirbsd${UNAME_RELEASE}
176+ exit 0 ;;
177+ *:MirBSD:*:*)
178+ echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
179+ exit 0 ;;
180 alpha:OSF1:*:*)
181- if test $UNAME_RELEASE = "V4.0"; then
182+ case $UNAME_RELEASE in
183+ *4.0)
184 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
185- fi
186+ ;;
187+ *5.*)
188+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
189+ ;;
190+ esac
191+ # According to Compaq, /usr/sbin/psrinfo has been available on
192+ # OSF/1 and Tru64 systems produced since 1995. I hope that
193+ # covers most systems running today. This code pipes the CPU
194+ # types through head -n 1, so we only detect the type of CPU 0.
195+ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
196+ case "$ALPHA_CPU_TYPE" in
197+ "EV4 (21064)")
198+ UNAME_MACHINE="alpha" ;;
199+ "EV4.5 (21064)")
200+ UNAME_MACHINE="alpha" ;;
201+ "LCA4 (21066/21068)")
202+ UNAME_MACHINE="alpha" ;;
203+ "EV5 (21164)")
204+ UNAME_MACHINE="alphaev5" ;;
205+ "EV5.6 (21164A)")
206+ UNAME_MACHINE="alphaev56" ;;
207+ "EV5.6 (21164PC)")
208+ UNAME_MACHINE="alphapca56" ;;
209+ "EV5.7 (21164PC)")
210+ UNAME_MACHINE="alphapca57" ;;
211+ "EV6 (21264)")
212+ UNAME_MACHINE="alphaev6" ;;
213+ "EV6.7 (21264A)")
214+ UNAME_MACHINE="alphaev67" ;;
215+ "EV6.8CB (21264C)")
216+ UNAME_MACHINE="alphaev68" ;;
217+ "EV6.8AL (21264B)")
218+ UNAME_MACHINE="alphaev68" ;;
219+ "EV6.8CX (21264D)")
220+ UNAME_MACHINE="alphaev68" ;;
221+ "EV6.9A (21264/EV69A)")
222+ UNAME_MACHINE="alphaev69" ;;
223+ "EV7 (21364)")
224+ UNAME_MACHINE="alphaev7" ;;
225+ "EV7.9 (21364A)")
226+ UNAME_MACHINE="alphaev79" ;;
227+ esac
228+ # A Pn.n version is a patched version.
229 # A Vn.n version is a released version.
230 # A Tn.n version is a released field test version.
231 # A Xn.n version is an unreleased experimental baselevel.
232 # 1.2 uses "1.2" for uname -r.
233- cat <<EOF >$dummy.s
234- .data
235-\$Lformat:
236- .byte 37,100,45,37,120,10,0 # "%d-%x\n"
237-
238- .text
239- .globl main
240- .align 4
241- .ent main
242-main:
243- .frame \$30,16,\$26,0
244- ldgp \$29,0(\$27)
245- .prologue 1
246- .long 0x47e03d80 # implver \$0
247- lda \$2,-1
248- .long 0x47e20c21 # amask \$2,\$1
249- lda \$16,\$Lformat
250- mov \$0,\$17
251- not \$1,\$18
252- jsr \$26,printf
253- ldgp \$29,0(\$26)
254- mov 0,\$16
255- jsr \$26,exit
256- .end main
257-EOF
258- eval $set_cc_for_build
259- $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
260- if test "$?" = 0 ; then
261- case `./$dummy` in
262- 0-0)
263- UNAME_MACHINE="alpha"
264- ;;
265- 1-0)
266- UNAME_MACHINE="alphaev5"
267- ;;
268- 1-1)
269- UNAME_MACHINE="alphaev56"
270- ;;
271- 1-101)
272- UNAME_MACHINE="alphapca56"
273- ;;
274- 2-303)
275- UNAME_MACHINE="alphaev6"
276- ;;
277- 2-307)
278- UNAME_MACHINE="alphaev67"
279- ;;
280- 2-1307)
281- UNAME_MACHINE="alphaev68"
282- ;;
283- esac
284- fi
285- rm -f $dummy.s $dummy
286- echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
287+ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
288+ exit 0 ;;
289+ Alpha*:OpenVMS:*:*)
290+ echo alpha-hp-vms
291 exit 0 ;;
292 Alpha\ *:Windows_NT*:*)
293 # How do we know it's Interix rather than the generic POSIX subsystem?
294@@ -295,6 +331,9 @@
295 *:OS/390:*:*)
296 echo i370-ibm-openedition
297 exit 0 ;;
298+ *:OS400:*:*)
299+ echo powerpc-ibm-os400
300+ exit 0 ;;
301 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
302 echo arm-acorn-riscix${UNAME_RELEASE}
303 exit 0;;
304@@ -312,6 +351,13 @@
305 NILE*:*:*:dcosx)
306 echo pyramid-pyramid-svr4
307 exit 0 ;;
308+ DRS?6000:unix:4.0:6*)
309+ echo sparc-icl-nx6
310+ exit 0 ;;
311+ DRS?6000:UNIX_SV:4.2*:7*)
312+ case `/usr/bin/uname -p` in
313+ sparc) echo sparc-icl-nx7 && exit 0 ;;
314+ esac ;;
315 sun4H:SunOS:5.*:*)
316 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
317 exit 0 ;;
318@@ -340,7 +386,7 @@
319 echo m68k-sun-sunos${UNAME_RELEASE}
320 exit 0 ;;
321 sun*:*:4.2BSD:*)
322- UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
323+ UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
324 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
325 case "`/bin/arch`" in
326 sun3)
327@@ -380,6 +426,9 @@
328 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
329 echo m68k-unknown-mint${UNAME_RELEASE}
330 exit 0 ;;
331+ m68k:machten:*:*)
332+ echo m68k-apple-machten${UNAME_RELEASE}
333+ exit 0 ;;
334 powerpc:machten:*:*)
335 echo powerpc-apple-machten${UNAME_RELEASE}
336 exit 0 ;;
337@@ -418,15 +467,20 @@
338 exit (-1);
339 }
340 EOF
341- $CC_FOR_BUILD $dummy.c -o $dummy \
342- && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
343- && rm -f $dummy.c $dummy && exit 0
344- rm -f $dummy.c $dummy
345+ $CC_FOR_BUILD -o $dummy $dummy.c \
346+ && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
347+ && exit 0
348 echo mips-mips-riscos${UNAME_RELEASE}
349 exit 0 ;;
350 Motorola:PowerMAX_OS:*:*)
351 echo powerpc-motorola-powermax
352 exit 0 ;;
353+ Motorola:*:4.3:PL8-*)
354+ echo powerpc-harris-powermax
355+ exit 0 ;;
356+ Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
357+ echo powerpc-harris-powermax
358+ exit 0 ;;
359 Night_Hawk:Power_UNIX:*:*)
360 echo powerpc-harris-powerunix
361 exit 0 ;;
362@@ -499,8 +553,7 @@
363 exit(0);
364 }
365 EOF
366- $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
367- rm -f $dummy.c $dummy
368+ $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
369 echo rs6000-ibm-aix3.2.5
370 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
371 echo rs6000-ibm-aix3.2.4
372@@ -509,7 +562,7 @@
373 fi
374 exit 0 ;;
375 *:AIX:*:[45])
376- IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
377+ IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
378 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
379 IBM_ARCH=rs6000
380 else
381@@ -598,11 +651,21 @@
382 exit (0);
383 }
384 EOF
385- (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null) && HP_ARCH=`./$dummy`
386- if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
387- rm -f $dummy.c $dummy
388+ (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
389+ test -z "$HP_ARCH" && HP_ARCH=hppa
390 fi ;;
391 esac
392+ if [ ${HP_ARCH} = "hppa2.0w" ]
393+ then
394+ # avoid double evaluation of $set_cc_for_build
395+ test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
396+ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
397+ then
398+ HP_ARCH="hppa2.0w"
399+ else
400+ HP_ARCH="hppa64"
401+ fi
402+ fi
403 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
404 exit 0 ;;
405 ia64:HP-UX:*:*)
406@@ -636,8 +699,7 @@
407 exit (0);
408 }
409 EOF
410- $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm -f $dummy.c $dummy && exit 0
411- rm -f $dummy.c $dummy
412+ $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
413 echo unknown-hitachi-hiuxwe2
414 exit 0 ;;
415 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
416@@ -683,9 +745,6 @@
417 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
418 echo c4-convex-bsd
419 exit 0 ;;
420- CRAY*X-MP:*:*:*)
421- echo xmp-cray-unicos
422- exit 0 ;;
423 CRAY*Y-MP:*:*:*)
424 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
425 exit 0 ;;
426@@ -698,24 +757,26 @@
427 CRAY*TS:*:*:*)
428 echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
429 exit 0 ;;
430- CRAY*T3D:*:*:*)
431- echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
432- exit 0 ;;
433 CRAY*T3E:*:*:*)
434 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
435 exit 0 ;;
436 CRAY*SV1:*:*:*)
437 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
438 exit 0 ;;
439- CRAY-2:*:*:*)
440- echo cray2-cray-unicos
441- exit 0 ;;
442+ *:UNICOS/mp:*:*)
443+ echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
444+ exit 0 ;;
445 F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
446 FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
447 FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
448 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
449 echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
450 exit 0 ;;
451+ 5000:UNIX_System_V:4.*:*)
452+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
453+ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
454+ echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
455+ exit 0 ;;
456 i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
457 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
458 exit 0 ;;
459@@ -726,7 +787,21 @@
460 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
461 exit 0 ;;
462 *:FreeBSD:*:*)
463- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
464+ # Determine whether the default compiler uses glibc.
465+ eval $set_cc_for_build
466+ sed 's/^ //' << EOF >$dummy.c
467+ #include <features.h>
468+ #if __GLIBC__ >= 2
469+ LIBC=gnu
470+ #else
471+ LIBC=
472+ #endif
473+EOF
474+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
475+ # GNU/KFreeBSD systems have a "k" prefix to indicate we are using
476+ # FreeBSD's kernel, but not the complete OS.
477+ case ${LIBC} in gnu) kernel_only='k' ;; esac
478+ echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
479 exit 0 ;;
480 i*:CYGWIN*:*)
481 echo ${UNAME_MACHINE}-pc-cygwin
482@@ -737,14 +812,17 @@
483 i*:PW*:*)
484 echo ${UNAME_MACHINE}-pc-pw32
485 exit 0 ;;
486- x86:Interix*:3*)
487- echo i386-pc-interix3
488+ x86:Interix*:[34]*)
489+ echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
490+ exit 0 ;;
491+ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
492+ echo i${UNAME_MACHINE}-pc-mks
493 exit 0 ;;
494 i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
495 # How do we know it's Interix rather than the generic POSIX subsystem?
496 # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
497 # UNAME_MACHINE based on the output of uname instead of i386?
498- echo i386-pc-interix
499+ echo i586-pc-interix
500 exit 0 ;;
501 i*:UWIN*:*)
502 echo ${UNAME_MACHINE}-pc-uwin
503@@ -756,16 +834,24 @@
504 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
505 exit 0 ;;
506 *:GNU:*:*)
507+ # the GNU system
508 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
509 exit 0 ;;
510+ *:GNU/*:*:*)
511+ # other systems with GNU libc and userland
512+ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
513+ exit 0 ;;
514 i*86:Minix:*:*)
515 echo ${UNAME_MACHINE}-pc-minix
516 exit 0 ;;
517 arm*:Linux:*:*)
518 echo ${UNAME_MACHINE}-unknown-linux-gnu
519 exit 0 ;;
520+ cris:Linux:*:*)
521+ echo cris-axis-linux-gnu
522+ exit 0 ;;
523 ia64:Linux:*:*)
524- echo ${UNAME_MACHINE}-unknown-linux
525+ echo ${UNAME_MACHINE}-unknown-linux-gnu
526 exit 0 ;;
527 m68*:Linux:*:*)
528 echo ${UNAME_MACHINE}-unknown-linux-gnu
529@@ -776,19 +862,37 @@
530 #undef CPU
531 #undef mips
532 #undef mipsel
533- #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
534- CPU=mipsel
535+ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
536+ CPU=mipsel
537 #else
538- #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
539+ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
540 CPU=mips
541 #else
542 CPU=
543 #endif
544- #endif
545+ #endif
546+EOF
547+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
548+ test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
549+ ;;
550+ mips64:Linux:*:*)
551+ eval $set_cc_for_build
552+ sed 's/^ //' << EOF >$dummy.c
553+ #undef CPU
554+ #undef mips64
555+ #undef mips64el
556+ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
557+ CPU=mips64el
558+ #else
559+ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
560+ CPU=mips64
561+ #else
562+ CPU=
563+ #endif
564+ #endif
565 EOF
566 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
567- rm -f $dummy.c
568- test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
569+ test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
570 ;;
571 ppc:Linux:*:*)
572 echo powerpc-unknown-linux-gnu
573@@ -824,6 +928,9 @@
574 s390:Linux:*:* | s390x:Linux:*:*)
575 echo ${UNAME_MACHINE}-ibm-linux
576 exit 0 ;;
577+ sh64*:Linux:*:*)
578+ echo ${UNAME_MACHINE}-unknown-linux-gnu
579+ exit 0 ;;
580 sh*:Linux:*:*)
581 echo ${UNAME_MACHINE}-unknown-linux-gnu
582 exit 0 ;;
583@@ -837,7 +944,8 @@
584 # The BFD linker knows what the default object file format is, so
585 # first see if it will tell us. cd to the root directory to prevent
586 # problems with other programs or directories called `ld' in the path.
587- ld_supported_targets=`cd /; ld --help 2>&1 \
588+ # Set LC_ALL=C to ensure ld outputs messages in English.
589+ ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
590 | sed -ne '/supported targets:/!d
591 s/[ ][ ]*/ /g
592 s/.*supported targets: *//
593@@ -849,7 +957,7 @@
594 ;;
595 a.out-i386-linux)
596 echo "${UNAME_MACHINE}-pc-linux-gnuaout"
597- exit 0 ;;
598+ exit 0 ;;
599 coff-i386)
600 echo "${UNAME_MACHINE}-pc-linux-gnucoff"
601 exit 0 ;;
602@@ -874,11 +982,17 @@
603 LIBC=gnulibc1
604 # endif
605 #else
606+ #ifdef __INTEL_COMPILER
607+ LIBC=gnu
608+ #else
609 LIBC=gnuaout
610 #endif
611+ #endif
612+ #ifdef __dietlibc__
613+ LIBC=dietlibc
614+ #endif
615 EOF
616 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
617- rm -f $dummy.c
618 test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
619 test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
620 ;;
621@@ -896,6 +1010,26 @@
622 # Use sysv4.2uw... so that sysv4* matches it.
623 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
624 exit 0 ;;
625+ i*86:OS/2:*:*)
626+ # If we were able to find `uname', then EMX Unix compatibility
627+ # is probably installed.
628+ echo ${UNAME_MACHINE}-pc-os2-emx
629+ exit 0 ;;
630+ i*86:XTS-300:*:STOP)
631+ echo ${UNAME_MACHINE}-unknown-stop
632+ exit 0 ;;
633+ i*86:atheos:*:*)
634+ echo ${UNAME_MACHINE}-unknown-atheos
635+ exit 0 ;;
636+ i*86:syllable:*:*)
637+ echo ${UNAME_MACHINE}-pc-syllable
638+ exit 0 ;;
639+ i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
640+ echo i386-unknown-lynxos${UNAME_RELEASE}
641+ exit 0 ;;
642+ i*86:*DOS:*:*)
643+ echo ${UNAME_MACHINE}-pc-msdosdjgpp
644+ exit 0 ;;
645 i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
646 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
647 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
648@@ -917,22 +1051,19 @@
649 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
650 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
651 elif /bin/uname -X 2>/dev/null >/dev/null ; then
652- UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
653- (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
654- (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
655+ UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
656+ (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
657+ (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
658 && UNAME_MACHINE=i586
659- (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \
660+ (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
661 && UNAME_MACHINE=i686
662- (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
663+ (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
664 && UNAME_MACHINE=i686
665 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
666 else
667 echo ${UNAME_MACHINE}-pc-sysv32
668 fi
669 exit 0 ;;
670- i*86:*DOS:*:*)
671- echo ${UNAME_MACHINE}-pc-msdosdjgpp
672- exit 0 ;;
673 pc:*:*:*)
674 # Left here for compatibility:
675 # uname -m prints for DJGPP always 'pc', but it prints nothing about
676@@ -956,9 +1087,15 @@
677 # "miniframe"
678 echo m68010-convergent-sysv
679 exit 0 ;;
680+ mc68k:UNIX:SYSTEM5:3.51m)
681+ echo m68k-convergent-sysv
682+ exit 0 ;;
683+ M680?0:D-NIX:5.3:*)
684+ echo m68k-diab-dnix
685+ exit 0 ;;
686 M68*:*:R3V[567]*:*)
687 test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
688- 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0)
689+ 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0)
690 OS_REL=''
691 test -r /etc/.relid \
692 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
693@@ -975,9 +1112,6 @@
694 mc68030:UNIX_System_V:4.*:*)
695 echo m68k-atari-sysv4
696 exit 0 ;;
697- i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
698- echo i386-unknown-lynxos${UNAME_RELEASE}
699- exit 0 ;;
700 TSUNAMI:LynxOS:2.*:*)
701 echo sparc-unknown-lynxos${UNAME_RELEASE}
702 exit 0 ;;
703@@ -1049,6 +1183,9 @@
704 SX-5:SUPER-UX:*:*)
705 echo sx5-nec-superux${UNAME_RELEASE}
706 exit 0 ;;
707+ SX-6:SUPER-UX:*:*)
708+ echo sx6-nec-superux${UNAME_RELEASE}
709+ exit 0 ;;
710 Power*:Rhapsody:*:*)
711 echo powerpc-apple-rhapsody${UNAME_RELEASE}
712 exit 0 ;;
713@@ -1056,18 +1193,24 @@
714 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
715 exit 0 ;;
716 *:Darwin:*:*)
717- echo `uname -p`-apple-darwin${UNAME_RELEASE}
718+ case `uname -p` in
719+ *86) UNAME_PROCESSOR=i686 ;;
720+ powerpc) UNAME_PROCESSOR=powerpc ;;
721+ esac
722+ echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
723 exit 0 ;;
724 *:procnto*:*:* | *:QNX:[0123456789]*:*)
725- if test "${UNAME_MACHINE}" = "x86pc"; then
726+ UNAME_PROCESSOR=`uname -p`
727+ if test "$UNAME_PROCESSOR" = "x86"; then
728+ UNAME_PROCESSOR=i386
729 UNAME_MACHINE=pc
730 fi
731- echo `uname -p`-${UNAME_MACHINE}-nto-qnx
732+ echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
733 exit 0 ;;
734 *:QNX:*:4*)
735 echo i386-pc-qnx
736 exit 0 ;;
737- NSR-[GKLNPTVW]:NONSTOP_KERNEL:*:*)
738+ NSR-?:NONSTOP_KERNEL:*:*)
739 echo nsr-tandem-nsk${UNAME_RELEASE}
740 exit 0 ;;
741 *:NonStop-UX:*:*)
742@@ -1090,11 +1233,6 @@
743 fi
744 echo ${UNAME_MACHINE}-unknown-plan9
745 exit 0 ;;
746- i*86:OS/2:*:*)
747- # If we were able to find `uname', then EMX Unix compatibility
748- # is probably installed.
749- echo ${UNAME_MACHINE}-pc-os2-emx
750- exit 0 ;;
751 *:TOPS-10:*:*)
752 echo pdp10-unknown-tops10
753 exit 0 ;;
754@@ -1113,11 +1251,11 @@
755 *:ITS:*:*)
756 echo pdp10-unknown-its
757 exit 0 ;;
758- i*86:XTS-300:*:STOP)
759- echo ${UNAME_MACHINE}-unknown-stop
760+ SEI:*:*:SEIUX)
761+ echo mips-sei-seiux${UNAME_RELEASE}
762 exit 0 ;;
763- i*86:atheos:*:*)
764- echo ${UNAME_MACHINE}-unknown-atheos
765+ *:DragonFly:*:*)
766+ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
767 exit 0 ;;
768 esac
769
770@@ -1239,8 +1377,7 @@
771 }
772 EOF
773
774-$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm -f $dummy.c $dummy && exit 0
775-rm -f $dummy.c $dummy
776+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0
777
778 # Apollos put the system type in the environment.
779
780diff --recursive --unified libmikmod-3.1.11/config.sub libmikmod-3.1.11-a/config.sub
781--- libmikmod-3.1.11/config.sub 2004-01-21 12:43:53.000000000 -0500
782+++ libmikmod-3.1.11-a/config.sub 2004-06-04 08:24:26.000000000 -0400
783@@ -3,7 +3,7 @@
784 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
785 # 2000, 2001, 2002 Free Software Foundation, Inc.
786
787-timestamp='2002-01-02'
788+timestamp='2002-07-03'
789
790 # This file is (in principle) common to ALL GNU software.
791 # The presence of a machine in this file suggests that SOME GNU software
792@@ -118,7 +118,7 @@
793 # Here we must recognize all the valid KERNEL-OS combinations.
794 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
795 case $maybe_os in
796- nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*)
797+ nto-qnx* | linux-gnu* | freebsd*-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
798 os=-$maybe_os
799 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
800 ;;
801@@ -230,24 +230,32 @@
802 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
803 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
804 | c4x | clipper \
805- | d10v | d30v | dsp16xx \
806- | fr30 \
807+ | d10v | d30v | dlx | dsp16xx \
808+ | fr30 | frv \
809 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
810 | i370 | i860 | i960 | ia64 \
811+ | ip2k \
812 | m32r | m68000 | m68k | m88k | mcore \
813- | mips16 | mips64 | mips64el | mips64orion | mips64orionel \
814- | mips64vr4100 | mips64vr4100el | mips64vr4300 \
815- | mips64vr4300el | mips64vr5000 | mips64vr5000el \
816- | mipsbe | mipseb | mipsel | mipsle | mipstx39 | mipstx39el \
817- | mipsisa32 \
818+ | mips | mipsbe | mipseb | mipsel | mipsle \
819+ | mips16 \
820+ | mips64 | mips64el \
821+ | mips64orion | mips64orionel \
822+ | mips64vr4100 | mips64vr4100el \
823+ | mips64vr4300 | mips64vr4300el \
824+ | mips64vr5000 | mips64vr5000el \
825+ | mipsisa32 | mipsisa32el \
826+ | mipsisa64 | mipsisa64el \
827+ | mipsisa64sb1 | mipsisa64sb1el \
828+ | mipstx39 | mipstx39el \
829 | mn10200 | mn10300 \
830 | ns16k | ns32k \
831- | openrisc \
832+ | openrisc | or32 \
833 | pdp10 | pdp11 | pj | pjl \
834 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
835 | pyramid \
836- | sh | sh[34] | sh[34]eb | shbe | shle \
837- | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
838+ | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
839+ | sh64 | sh64le \
840+ | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
841 | strongarm \
842 | tahoe | thumb | tic80 | tron \
843 | v850 | v850e \
844@@ -281,37 +289,46 @@
845 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
846 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
847 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
848- | arm-* | armbe-* | armle-* | armv*-* \
849+ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
850 | avr-* \
851 | bs2000-* \
852 | c[123]* | c30-* | [cjt]90-* | c54x-* \
853- | clipper-* | cray2-* | cydra-* \
854- | d10v-* | d30v-* \
855+ | clipper-* | cydra-* \
856+ | d10v-* | d30v-* | dlx-* \
857 | elxsi-* \
858- | f30[01]-* | f700-* | fr30-* | fx80-* \
859+ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
860 | h8300-* | h8500-* \
861 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
862 | i*86-* | i860-* | i960-* | ia64-* \
863+ | ip2k-* \
864 | m32r-* \
865- | m68000-* | m680[01234]0-* | m68360-* | m683?2-* | m68k-* \
866+ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
867 | m88110-* | m88k-* | mcore-* \
868- | mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
869- | mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
870- | mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipseb-* \
871- | mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \
872+ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
873+ | mips16-* \
874+ | mips64-* | mips64el-* \
875+ | mips64orion-* | mips64orionel-* \
876+ | mips64vr4100-* | mips64vr4100el-* \
877+ | mips64vr4300-* | mips64vr4300el-* \
878+ | mips64vr5000-* | mips64vr5000el-* \
879+ | mipsisa32-* | mipsisa32el-* \
880+ | mipsisa64-* | mipsisa64el-* \
881+ | mipsisa64sb1-* | mipsisa64sb1el-* \
882+ | mipstx39 | mipstx39el \
883 | none-* | np1-* | ns16k-* | ns32k-* \
884 | orion-* \
885 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
886 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
887 | pyramid-* \
888 | romp-* | rs6000-* \
889- | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \
890- | sparc-* | sparc64-* | sparc86x-* | sparclite-* \
891- | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \
892- | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
893+ | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \
894+ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
895+ | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
896+ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
897+ | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
898 | v850-* | v850e-* | vax-* \
899 | we32k-* \
900- | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
901+ | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
902 | xtensa-* \
903 | ymp-* \
904 | z8k-*)
905@@ -377,6 +394,10 @@
906 basic_machine=ns32k-sequent
907 os=-dynix
908 ;;
909+ c90)
910+ basic_machine=c90-cray
911+ os=-unicos
912+ ;;
913 convex-c1)
914 basic_machine=c1-convex
915 os=-bsd
916@@ -397,16 +418,8 @@
917 basic_machine=c38-convex
918 os=-bsd
919 ;;
920- cray | ymp)
921- basic_machine=ymp-cray
922- os=-unicos
923- ;;
924- cray2)
925- basic_machine=cray2-cray
926- os=-unicos
927- ;;
928- [cjt]90)
929- basic_machine=${basic_machine}-cray
930+ cray | j90)
931+ basic_machine=j90-cray
932 os=-unicos
933 ;;
934 crds | unos)
935@@ -609,14 +622,6 @@
936 basic_machine=m68k-atari
937 os=-mint
938 ;;
939- mipsel*-linux*)
940- basic_machine=mipsel-unknown
941- os=-linux-gnu
942- ;;
943- mips*-linux*)
944- basic_machine=mips-unknown
945- os=-linux-gnu
946- ;;
947 mips3*-*)
948 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
949 ;;
950@@ -714,6 +719,10 @@
951 basic_machine=hppa1.1-oki
952 os=-proelf
953 ;;
954+ or32 | or32-*)
955+ basic_machine=or32-unknown
956+ os=-coff
957+ ;;
958 OSE68000 | ose68000)
959 basic_machine=m68000-ericsson
960 os=-ose
961@@ -874,7 +883,7 @@
962 sun386 | sun386i | roadrunner)
963 basic_machine=i386-sun
964 ;;
965- sv1)
966+ sv1)
967 basic_machine=sv1-cray
968 os=-unicos
969 ;;
970@@ -882,8 +891,16 @@
971 basic_machine=i386-sequent
972 os=-dynix
973 ;;
974+ t3d)
975+ basic_machine=alpha-cray
976+ os=-unicos
977+ ;;
978 t3e)
979- basic_machine=t3e-cray
980+ basic_machine=alphaev5-cray
981+ os=-unicos
982+ ;;
983+ t90)
984+ basic_machine=t90-cray
985 os=-unicos
986 ;;
987 tic54x | c54x*)
988@@ -950,13 +967,13 @@
989 basic_machine=i386-pc
990 os=-windows32-msvcrt
991 ;;
992- xmp)
993- basic_machine=xmp-cray
994- os=-unicos
995- ;;
996 xps | xps100)
997 basic_machine=xps100-honeywell
998 ;;
999+ ymp)
1000+ basic_machine=ymp-cray
1001+ os=-unicos
1002+ ;;
1003 z8k-*-coff)
1004 basic_machine=z8k-unknown
1005 os=-sim
1006@@ -977,13 +994,6 @@
1007 op60c)
1008 basic_machine=hppa1.1-oki
1009 ;;
1010- mips)
1011- if [ x$os = x-linux-gnu ]; then
1012- basic_machine=mips-unknown
1013- else
1014- basic_machine=mips-mips
1015- fi
1016- ;;
1017 romp)
1018 basic_machine=romp-ibm
1019 ;;
1020@@ -1003,9 +1013,12 @@
1021 we32k)
1022 basic_machine=we32k-att
1023 ;;
1024- sh3 | sh4 | sh3eb | sh4eb)
1025+ sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele)
1026 basic_machine=sh-unknown
1027 ;;
1028+ sh64)
1029+ basic_machine=sh64-unknown
1030+ ;;
1031 sparc | sparcv9 | sparcv9b)
1032 basic_machine=sparc-sun
1033 ;;
1034@@ -1093,7 +1106,8 @@
1035 | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
1036 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1037 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1038- | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* | -morphos*)
1039+ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1040+ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* | -powermax*)
1041 # Remember, each alternative MUST END IN *, to match a version number.
1042 ;;
1043 -qnx*)
1044@@ -1154,6 +1168,9 @@
1045 -ctix* | -uts*)
1046 os=-sysv
1047 ;;
1048+ -nova*)
1049+ os=-rtmk-nova
1050+ ;;
1051 -ns2 )
1052 os=-nextstep2
1053 ;;
1054@@ -1259,6 +1276,9 @@
1055 mips*-*)
1056 os=-elf
1057 ;;
1058+ or32-*)
1059+ os=-coff
1060+ ;;
1061 *-tti) # must be before sparc entry or we get the wrong os.
1062 os=-sysv3
1063 ;;
1064@@ -1406,7 +1426,7 @@
1065 -ptx*)
1066 vendor=sequent
1067 ;;
1068- -vxsim* | -vxworks*)
1069+ -vxsim* | -vxworks* | -windiss*)
1070 vendor=wrs
1071 ;;
1072 -aux*)
1073diff --recursive --unified libmikmod-3.1.11/configure.in libmikmod-3.1.11-a/configure.in
1074--- libmikmod-3.1.11/configure.in 2004-01-21 12:43:52.000000000 -0500
1075+++ libmikmod-3.1.11-a/configure.in 2004-06-04 08:24:26.000000000 -0400
1076@@ -1,6 +1,6 @@
1077 dnl Process this file with autoconf to produce a configure script.
1078 dnl
1079-dnl $Id: configure.in,v 1.2 2004/01/21 01:41:49 raph Exp $
1080+dnl $Id: configure.in,v 1.1.1.1 2004/06/01 12:16:16 raph Exp $
1081
1082 AC_INIT(include/mikmod.h.in)
1083
1084diff --recursive --unified libmikmod-3.1.11/dlapi/dl_hpux.c libmikmod-3.1.11-a/dlapi/dl_hpux.c
1085--- libmikmod-3.1.11/dlapi/dl_hpux.c 2004-01-21 12:43:52.000000000 -0500
1086+++ libmikmod-3.1.11-a/dlapi/dl_hpux.c 2004-06-04 08:24:26.000000000 -0400
1087@@ -1,6 +1,6 @@
1088 /*==============================================================================
1089
1090- $Id: dl_hpux.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1091+ $Id: dl_hpux.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1092
1093 simple dlopen()-like implementation above HP-UX shl_xxx() API
1094
1095diff --recursive --unified libmikmod-3.1.11/docs/mikmod.texi libmikmod-3.1.11-a/docs/mikmod.texi
1096--- libmikmod-3.1.11/docs/mikmod.texi 2004-01-21 12:43:52.000000000 -0500
1097+++ libmikmod-3.1.11-a/docs/mikmod.texi 2004-06-04 08:24:26.000000000 -0400
1098@@ -7,7 +7,7 @@
1099
1100 MikMod Sound Library Documentation
1101
1102- $Id: mikmod.texi,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1103+ $Id: mikmod.texi,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1104
1105 @end ignore
1106 @c comment this during modifications
1107diff --recursive --unified libmikmod-3.1.11/drivers/drv_AF.c libmikmod-3.1.11-a/drivers/drv_AF.c
1108--- libmikmod-3.1.11/drivers/drv_AF.c 2004-01-21 12:43:52.000000000 -0500
1109+++ libmikmod-3.1.11-a/drivers/drv_AF.c 2004-06-04 08:24:26.000000000 -0400
1110@@ -20,7 +20,7 @@
1111
1112 /*==============================================================================
1113
1114- $Id: drv_AF.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1115+ $Id: drv_AF.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1116
1117 Driver for output on AF audio server.
1118
1119diff --recursive --unified libmikmod-3.1.11/drivers/drv_aix.c libmikmod-3.1.11-a/drivers/drv_aix.c
1120--- libmikmod-3.1.11/drivers/drv_aix.c 2004-01-21 12:43:52.000000000 -0500
1121+++ libmikmod-3.1.11-a/drivers/drv_aix.c 2004-06-04 08:24:26.000000000 -0400
1122@@ -20,7 +20,7 @@
1123
1124 /*==============================================================================
1125
1126- $Id: drv_aix.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1127+ $Id: drv_aix.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1128
1129 Driver for output to AIX series audio device
1130
1131diff --recursive --unified libmikmod-3.1.11/drivers/drv_alsa.c libmikmod-3.1.11-a/drivers/drv_alsa.c
1132--- libmikmod-3.1.11/drivers/drv_alsa.c 2004-01-21 12:43:52.000000000 -0500
1133+++ libmikmod-3.1.11-a/drivers/drv_alsa.c 2004-06-04 08:24:26.000000000 -0400
1134@@ -20,7 +20,7 @@
1135
1136 /*==============================================================================
1137
1138- $Id: drv_alsa.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1139+ $Id: drv_alsa.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1140
1141 Driver for Advanced Linux Sound Architecture (ALSA)
1142
1143diff --recursive --unified libmikmod-3.1.11/drivers/drv_dart.c libmikmod-3.1.11-a/drivers/drv_dart.c
1144--- libmikmod-3.1.11/drivers/drv_dart.c 2004-01-21 12:43:52.000000000 -0500
1145+++ libmikmod-3.1.11-a/drivers/drv_dart.c 2004-06-04 08:24:26.000000000 -0400
1146@@ -20,7 +20,7 @@
1147
1148 /*==============================================================================
1149
1150- $Id: drv_dart.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1151+ $Id: drv_dart.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1152
1153 Driver for output on OS/2 MMPM/2 using direct audio (DART)
1154
1155diff --recursive --unified libmikmod-3.1.11/drivers/drv_ds.c libmikmod-3.1.11-a/drivers/drv_ds.c
1156--- libmikmod-3.1.11/drivers/drv_ds.c 2004-01-21 12:43:52.000000000 -0500
1157+++ libmikmod-3.1.11-a/drivers/drv_ds.c 2004-06-04 08:24:26.000000000 -0400
1158@@ -20,7 +20,7 @@
1159
1160 /*==============================================================================
1161
1162- $Id: drv_ds.c,v 1.2 2004/01/21 17:29:32 raph Exp $
1163+ $Id: drv_ds.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1164
1165 Driver for output on win32 platforms using DirectSound
1166
1167diff --recursive --unified libmikmod-3.1.11/drivers/drv_esd.c libmikmod-3.1.11-a/drivers/drv_esd.c
1168--- libmikmod-3.1.11/drivers/drv_esd.c 2004-01-21 12:43:52.000000000 -0500
1169+++ libmikmod-3.1.11-a/drivers/drv_esd.c 2004-06-04 08:24:26.000000000 -0400
1170@@ -20,7 +20,7 @@
1171
1172 /*==============================================================================
1173
1174- $Id: drv_esd.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1175+ $Id: drv_esd.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1176
1177 Driver for the Enlightened sound daemon (EsounD)
1178
1179diff --recursive --unified libmikmod-3.1.11/drivers/drv_hp.c libmikmod-3.1.11-a/drivers/drv_hp.c
1180--- libmikmod-3.1.11/drivers/drv_hp.c 2004-01-21 12:43:52.000000000 -0500
1181+++ libmikmod-3.1.11-a/drivers/drv_hp.c 2004-06-04 08:24:26.000000000 -0400
1182@@ -20,7 +20,7 @@
1183
1184 /*==============================================================================
1185
1186- $Id: drv_hp.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1187+ $Id: drv_hp.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1188
1189 Driver for output to HP 9000 series /dev/audio
1190
1191diff --recursive --unified libmikmod-3.1.11/drivers/drv_mac.c libmikmod-3.1.11-a/drivers/drv_mac.c
1192--- libmikmod-3.1.11/drivers/drv_mac.c 2004-01-21 12:43:52.000000000 -0500
1193+++ libmikmod-3.1.11-a/drivers/drv_mac.c 2004-06-04 08:24:26.000000000 -0400
1194@@ -20,7 +20,7 @@
1195
1196 /*==============================================================================
1197
1198- $Id: drv_mac.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1199+ $Id: drv_mac.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1200
1201 Driver for output to the Macintosh Sound Manager
1202
1203diff --recursive --unified libmikmod-3.1.11/drivers/drv_nos.c libmikmod-3.1.11-a/drivers/drv_nos.c
1204--- libmikmod-3.1.11/drivers/drv_nos.c 2004-01-21 12:43:52.000000000 -0500
1205+++ libmikmod-3.1.11-a/drivers/drv_nos.c 2004-06-04 08:24:26.000000000 -0400
1206@@ -20,7 +20,7 @@
1207
1208 /*==============================================================================
1209
1210- $Id: drv_nos.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1211+ $Id: drv_nos.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1212
1213 Driver for no output
1214
1215diff --recursive --unified libmikmod-3.1.11/drivers/drv_os2.c libmikmod-3.1.11-a/drivers/drv_os2.c
1216--- libmikmod-3.1.11/drivers/drv_os2.c 2004-01-21 12:43:52.000000000 -0500
1217+++ libmikmod-3.1.11-a/drivers/drv_os2.c 2004-06-04 08:24:26.000000000 -0400
1218@@ -20,7 +20,7 @@
1219
1220 /*==============================================================================
1221
1222- $Id: drv_os2.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1223+ $Id: drv_os2.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1224
1225 Driver for output on OS/2 using MMPM/2 MCI interface
1226
1227diff --recursive --unified libmikmod-3.1.11/drivers/drv_oss.c libmikmod-3.1.11-a/drivers/drv_oss.c
1228--- libmikmod-3.1.11/drivers/drv_oss.c 2004-01-21 12:43:52.000000000 -0500
1229+++ libmikmod-3.1.11-a/drivers/drv_oss.c 2004-06-04 08:24:26.000000000 -0400
1230@@ -20,7 +20,7 @@
1231
1232 /*==============================================================================
1233
1234- $Id: drv_oss.c,v 1.2 2004/01/21 01:41:53 raph Exp $
1235+ $Id: drv_oss.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1236
1237 Driver for output on Linux and FreeBSD Open Sound System (OSS) (/dev/dsp)
1238
1239diff --recursive --unified libmikmod-3.1.11/drivers/drv_pipe.c libmikmod-3.1.11-a/drivers/drv_pipe.c
1240--- libmikmod-3.1.11/drivers/drv_pipe.c 2004-01-21 12:43:52.000000000 -0500
1241+++ libmikmod-3.1.11-a/drivers/drv_pipe.c 2004-06-04 08:24:26.000000000 -0400
1242@@ -20,7 +20,7 @@
1243
1244 /*==============================================================================
1245
1246- $Id: drv_pipe.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1247+ $Id: drv_pipe.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1248
1249 Driver for output via a pipe to another command
1250
1251diff --recursive --unified libmikmod-3.1.11/drivers/drv_raw.c libmikmod-3.1.11-a/drivers/drv_raw.c
1252--- libmikmod-3.1.11/drivers/drv_raw.c 2004-01-21 12:43:52.000000000 -0500
1253+++ libmikmod-3.1.11-a/drivers/drv_raw.c 2004-06-04 08:24:26.000000000 -0400
1254@@ -20,7 +20,7 @@
1255
1256 /*==============================================================================
1257
1258- $Id: drv_raw.c,v 1.2 2004/01/21 17:29:32 raph Exp $
1259+ $Id: drv_raw.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1260
1261 Driver for output to a file called MUSIC.RAW
1262
1263diff --recursive --unified libmikmod-3.1.11/drivers/drv_sam9407.c libmikmod-3.1.11-a/drivers/drv_sam9407.c
1264--- libmikmod-3.1.11/drivers/drv_sam9407.c 2004-01-21 12:43:52.000000000 -0500
1265+++ libmikmod-3.1.11-a/drivers/drv_sam9407.c 2004-06-04 08:24:26.000000000 -0400
1266@@ -20,7 +20,7 @@
1267
1268 /*==============================================================================
1269
1270- $Id: drv_sam9407.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1271+ $Id: drv_sam9407.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1272
1273 Driver for the Linux sam9407 driver
1274
1275diff --recursive --unified libmikmod-3.1.11/drivers/drv_sgi.c libmikmod-3.1.11-a/drivers/drv_sgi.c
1276--- libmikmod-3.1.11/drivers/drv_sgi.c 2004-01-21 12:43:52.000000000 -0500
1277+++ libmikmod-3.1.11-a/drivers/drv_sgi.c 2004-06-04 08:24:26.000000000 -0400
1278@@ -20,7 +20,7 @@
1279
1280 /*==============================================================================
1281
1282- $Id: drv_sgi.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1283+ $Id: drv_sgi.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1284
1285 Driver for output on SGI audio system (needs libaudio from the dmedia
1286 package).
1287diff --recursive --unified libmikmod-3.1.11/drivers/drv_stdout.c libmikmod-3.1.11-a/drivers/drv_stdout.c
1288--- libmikmod-3.1.11/drivers/drv_stdout.c 2004-01-21 12:43:52.000000000 -0500
1289+++ libmikmod-3.1.11-a/drivers/drv_stdout.c 2004-06-04 08:24:26.000000000 -0400
1290@@ -20,7 +20,7 @@
1291
1292 /*==============================================================================
1293
1294- $Id: drv_stdout.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1295+ $Id: drv_stdout.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1296
1297 Output data to stdout
1298
1299diff --recursive --unified libmikmod-3.1.11/drivers/drv_sun.c libmikmod-3.1.11-a/drivers/drv_sun.c
1300--- libmikmod-3.1.11/drivers/drv_sun.c 2004-01-21 12:43:52.000000000 -0500
1301+++ libmikmod-3.1.11-a/drivers/drv_sun.c 2004-06-04 08:24:26.000000000 -0400
1302@@ -20,7 +20,7 @@
1303
1304 /*==============================================================================
1305
1306- $Id: drv_sun.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1307+ $Id: drv_sun.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1308
1309 Driver for output on the Sun audio device (/dev/audio).
1310 Also works under NetBSD and OpenBSD
1311diff --recursive --unified libmikmod-3.1.11/drivers/drv_ultra.c libmikmod-3.1.11-a/drivers/drv_ultra.c
1312--- libmikmod-3.1.11/drivers/drv_ultra.c 2004-01-21 12:43:52.000000000 -0500
1313+++ libmikmod-3.1.11-a/drivers/drv_ultra.c 2004-06-04 08:24:26.000000000 -0400
1314@@ -20,7 +20,7 @@
1315
1316 /*==============================================================================
1317
1318- $Id: drv_ultra.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1319+ $Id: drv_ultra.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1320
1321 Driver for the Linux Ultrasound driver
1322
1323diff --recursive --unified libmikmod-3.1.11/drivers/drv_wav.c libmikmod-3.1.11-a/drivers/drv_wav.c
1324--- libmikmod-3.1.11/drivers/drv_wav.c 2004-01-21 12:43:52.000000000 -0500
1325+++ libmikmod-3.1.11-a/drivers/drv_wav.c 2004-06-04 08:24:26.000000000 -0400
1326@@ -20,7 +20,7 @@
1327
1328 /*==============================================================================
1329
1330- $Id: drv_wav.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1331+ $Id: drv_wav.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1332
1333 Driver for output to a file called MUSIC.WAV
1334
1335diff --recursive --unified libmikmod-3.1.11/drivers/drv_win.c libmikmod-3.1.11-a/drivers/drv_win.c
1336--- libmikmod-3.1.11/drivers/drv_win.c 2004-01-21 12:43:52.000000000 -0500
1337+++ libmikmod-3.1.11-a/drivers/drv_win.c 2004-06-04 08:24:26.000000000 -0400
1338@@ -20,7 +20,7 @@
1339
1340 /*==============================================================================
1341
1342- $Id: drv_win.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1343+ $Id: drv_win.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1344
1345 Driver for output on win32 platforms using the multimedia API
1346
1347diff --recursive --unified libmikmod-3.1.11/include/mikmod.h.in libmikmod-3.1.11-a/include/mikmod.h.in
1348--- libmikmod-3.1.11/include/mikmod.h.in 2004-01-21 12:43:53.000000000 -0500
1349+++ libmikmod-3.1.11-a/include/mikmod.h.in 2004-06-04 08:24:26.000000000 -0400
1350@@ -20,7 +20,7 @@
1351
1352 /*==============================================================================
1353
1354- $Id: mikmod.h.in,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1355+ $Id: mikmod.h.in,v 1.2 2004/06/01 16:43:45 raph Exp $
1356
1357 MikMod sound library include file
1358
1359@@ -85,7 +85,7 @@
1360
1361 @DOES_NOT_HAVE_SIGNED@
1362
1363-#if defined(__arch64__) || defined(__alpha)
1364+#if defined(__arch64__) || defined(__alpha) || defined(__x86_64)
1365 /* 64 bit architectures */
1366
1367 typedef signed char SBYTE; /* 1 byte, signed */
1368diff --recursive --unified libmikmod-3.1.11/include/mikmod_internals.h libmikmod-3.1.11-a/include/mikmod_internals.h
1369--- libmikmod-3.1.11/include/mikmod_internals.h 2004-01-21 12:43:53.000000000 -0500
1370+++ libmikmod-3.1.11-a/include/mikmod_internals.h 2004-06-04 08:24:26.000000000 -0400
1371@@ -20,7 +20,7 @@
1372
1373 /*==============================================================================
1374
1375- $Id: mikmod_internals.h,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1376+ $Id: mikmod_internals.h,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1377
1378 MikMod sound library internal definitions
1379
1380diff --recursive --unified libmikmod-3.1.11/libmikmod.m4 libmikmod-3.1.11-a/libmikmod.m4
1381--- libmikmod-3.1.11/libmikmod.m4 2004-01-21 12:43:53.000000000 -0500
1382+++ libmikmod-3.1.11-a/libmikmod.m4 2004-06-04 08:24:26.000000000 -0400
1383@@ -8,7 +8,7 @@
1384 dnl Test for libmikmod, and define LIBMIKMOD_CFLAGS, LIBMIKMOD_LIBS and
1385 dnl LIBMIKMOD_LDADD
1386 dnl
1387-AC_DEFUN(AM_PATH_LIBMIKMOD,
1388+AC_DEFUN([AM_PATH_LIBMIKMOD],
1389 [dnl
1390 dnl Get the cflags and libraries from the libmikmod-config script
1391 dnl
1392diff --recursive --unified libmikmod-3.1.11/loaders/load_669.c libmikmod-3.1.11-a/loaders/load_669.c
1393--- libmikmod-3.1.11/loaders/load_669.c 2004-01-21 12:43:53.000000000 -0500
1394+++ libmikmod-3.1.11-a/loaders/load_669.c 2004-06-04 08:24:27.000000000 -0400
1395@@ -20,7 +20,7 @@
1396
1397 /*==============================================================================
1398
1399- $Id: load_669.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1400+ $Id: load_669.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1401
1402 Composer 669 module loader
1403
1404diff --recursive --unified libmikmod-3.1.11/loaders/load_amf.c libmikmod-3.1.11-a/loaders/load_amf.c
1405--- libmikmod-3.1.11/loaders/load_amf.c 2004-01-21 12:43:53.000000000 -0500
1406+++ libmikmod-3.1.11-a/loaders/load_amf.c 2004-06-04 08:24:27.000000000 -0400
1407@@ -20,7 +20,7 @@
1408
1409 /*==============================================================================
1410
1411- $Id: load_amf.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1412+ $Id: load_amf.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1413
1414 DMP Advanced Module Format loader
1415
1416diff --recursive --unified libmikmod-3.1.11/loaders/load_dsm.c libmikmod-3.1.11-a/loaders/load_dsm.c
1417--- libmikmod-3.1.11/loaders/load_dsm.c 2004-01-21 12:43:53.000000000 -0500
1418+++ libmikmod-3.1.11-a/loaders/load_dsm.c 2004-06-04 08:24:27.000000000 -0400
1419@@ -20,7 +20,7 @@
1420
1421 /*==============================================================================
1422
1423- $Id: load_dsm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1424+ $Id: load_dsm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1425
1426 DSIK internal format (DSM) module loader
1427
1428diff --recursive --unified libmikmod-3.1.11/loaders/load_far.c libmikmod-3.1.11-a/loaders/load_far.c
1429--- libmikmod-3.1.11/loaders/load_far.c 2004-01-21 12:43:53.000000000 -0500
1430+++ libmikmod-3.1.11-a/loaders/load_far.c 2004-06-04 08:24:27.000000000 -0400
1431@@ -20,7 +20,7 @@
1432
1433 /*==============================================================================
1434
1435- $Id: load_far.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1436+ $Id: load_far.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1437
1438 Farandole (FAR) module loader
1439
1440diff --recursive --unified libmikmod-3.1.11/loaders/load_gdm.c libmikmod-3.1.11-a/loaders/load_gdm.c
1441--- libmikmod-3.1.11/loaders/load_gdm.c 2004-01-21 12:43:53.000000000 -0500
1442+++ libmikmod-3.1.11-a/loaders/load_gdm.c 2004-06-04 08:24:27.000000000 -0400
1443@@ -20,7 +20,7 @@
1444
1445 /*==============================================================================
1446
1447- $Id: load_gdm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1448+ $Id: load_gdm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1449
1450 General DigiMusic (GDM) module loader
1451
1452diff --recursive --unified libmikmod-3.1.11/loaders/load_imf.c libmikmod-3.1.11-a/loaders/load_imf.c
1453--- libmikmod-3.1.11/loaders/load_imf.c 2004-01-21 12:43:53.000000000 -0500
1454+++ libmikmod-3.1.11-a/loaders/load_imf.c 2004-06-04 08:24:27.000000000 -0400
1455@@ -20,7 +20,7 @@
1456
1457 /*==============================================================================
1458
1459- $Id: load_imf.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1460+ $Id: load_imf.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1461
1462 Imago Orpheus (IMF) module loader
1463
1464diff --recursive --unified libmikmod-3.1.11/loaders/load_it.c libmikmod-3.1.11-a/loaders/load_it.c
1465--- libmikmod-3.1.11/loaders/load_it.c 2004-01-21 12:43:52.000000000 -0500
1466+++ libmikmod-3.1.11-a/loaders/load_it.c 2004-06-04 08:24:27.000000000 -0400
1467@@ -20,7 +20,7 @@
1468
1469 /*==============================================================================
1470
1471- $Id: load_it.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1472+ $Id: load_it.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1473
1474 Impulse tracker (IT) module loader
1475
1476diff --recursive --unified libmikmod-3.1.11/loaders/load_m15.c libmikmod-3.1.11-a/loaders/load_m15.c
1477--- libmikmod-3.1.11/loaders/load_m15.c 2004-01-21 12:43:53.000000000 -0500
1478+++ libmikmod-3.1.11-a/loaders/load_m15.c 2004-06-04 08:24:27.000000000 -0400
1479@@ -20,7 +20,7 @@
1480
1481 /*==============================================================================
1482
1483- $Id: load_m15.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1484+ $Id: load_m15.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1485
1486 15 instrument MOD loader
1487 Also supports Ultimate Sound Tracker (old M15 format)
1488diff --recursive --unified libmikmod-3.1.11/loaders/load_med.c libmikmod-3.1.11-a/loaders/load_med.c
1489--- libmikmod-3.1.11/loaders/load_med.c 2004-01-21 12:43:53.000000000 -0500
1490+++ libmikmod-3.1.11-a/loaders/load_med.c 2004-06-04 08:24:27.000000000 -0400
1491@@ -20,7 +20,7 @@
1492
1493 /*==============================================================================
1494
1495- $Id: load_med.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1496+ $Id: load_med.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1497
1498 Amiga MED module loader
1499
1500diff --recursive --unified libmikmod-3.1.11/loaders/load_mod.c libmikmod-3.1.11-a/loaders/load_mod.c
1501--- libmikmod-3.1.11/loaders/load_mod.c 2004-01-21 12:43:53.000000000 -0500
1502+++ libmikmod-3.1.11-a/loaders/load_mod.c 2004-06-04 08:24:27.000000000 -0400
1503@@ -20,7 +20,7 @@
1504
1505 /*==============================================================================
1506
1507- $Id: load_mod.c,v 1.2 2004/01/21 13:33:11 raph Exp $
1508+ $Id: load_mod.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1509
1510 Generic MOD loader (Protracker, StarTracker, FastTracker, etc)
1511
1512diff --recursive --unified libmikmod-3.1.11/loaders/load_mtm.c libmikmod-3.1.11-a/loaders/load_mtm.c
1513--- libmikmod-3.1.11/loaders/load_mtm.c 2004-01-21 12:43:53.000000000 -0500
1514+++ libmikmod-3.1.11-a/loaders/load_mtm.c 2004-06-04 08:24:27.000000000 -0400
1515@@ -20,7 +20,7 @@
1516
1517 /*==============================================================================
1518
1519- $Id: load_mtm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1520+ $Id: load_mtm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1521
1522 MTM module loader
1523
1524diff --recursive --unified libmikmod-3.1.11/loaders/load_okt.c libmikmod-3.1.11-a/loaders/load_okt.c
1525--- libmikmod-3.1.11/loaders/load_okt.c 2004-01-21 12:43:53.000000000 -0500
1526+++ libmikmod-3.1.11-a/loaders/load_okt.c 2004-06-04 08:24:27.000000000 -0400
1527@@ -20,7 +20,7 @@
1528
1529 /*==============================================================================
1530
1531- $Id: load_okt.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1532+ $Id: load_okt.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1533
1534 Oktalyzer (OKT) module loader
1535
1536diff --recursive --unified libmikmod-3.1.11/loaders/load_s3m.c libmikmod-3.1.11-a/loaders/load_s3m.c
1537--- libmikmod-3.1.11/loaders/load_s3m.c 2004-01-21 12:43:53.000000000 -0500
1538+++ libmikmod-3.1.11-a/loaders/load_s3m.c 2004-06-04 08:24:27.000000000 -0400
1539@@ -20,7 +20,7 @@
1540
1541 /*==============================================================================
1542
1543- $Id: load_s3m.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1544+ $Id: load_s3m.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1545
1546 Screamtracker (S3M) module loader
1547
1548diff --recursive --unified libmikmod-3.1.11/loaders/load_stm.c libmikmod-3.1.11-a/loaders/load_stm.c
1549--- libmikmod-3.1.11/loaders/load_stm.c 2004-01-21 12:43:53.000000000 -0500
1550+++ libmikmod-3.1.11-a/loaders/load_stm.c 2004-06-04 08:24:27.000000000 -0400
1551@@ -20,7 +20,7 @@
1552
1553 /*==============================================================================
1554
1555- $Id: load_stm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1556+ $Id: load_stm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1557
1558 Screamtracker 2 (STM) module loader
1559
1560diff --recursive --unified libmikmod-3.1.11/loaders/load_stx.c libmikmod-3.1.11-a/loaders/load_stx.c
1561--- libmikmod-3.1.11/loaders/load_stx.c 2004-01-21 12:43:53.000000000 -0500
1562+++ libmikmod-3.1.11-a/loaders/load_stx.c 2004-06-04 08:24:27.000000000 -0400
1563@@ -20,7 +20,7 @@
1564
1565 /*==============================================================================
1566
1567- $Id: load_stx.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1568+ $Id: load_stx.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1569
1570 STMIK 0.2 (STX) module loader
1571
1572diff --recursive --unified libmikmod-3.1.11/loaders/load_ult.c libmikmod-3.1.11-a/loaders/load_ult.c
1573--- libmikmod-3.1.11/loaders/load_ult.c 2004-01-21 12:43:53.000000000 -0500
1574+++ libmikmod-3.1.11-a/loaders/load_ult.c 2004-06-04 08:24:27.000000000 -0400
1575@@ -20,7 +20,7 @@
1576
1577 /*==============================================================================
1578
1579- $Id: load_ult.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1580+ $Id: load_ult.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1581
1582 Ultratracker (ULT) module loader
1583
1584diff --recursive --unified libmikmod-3.1.11/loaders/load_uni.c libmikmod-3.1.11-a/loaders/load_uni.c
1585--- libmikmod-3.1.11/loaders/load_uni.c 2004-01-21 12:43:53.000000000 -0500
1586+++ libmikmod-3.1.11-a/loaders/load_uni.c 2004-06-04 08:24:27.000000000 -0400
1587@@ -20,7 +20,7 @@
1588
1589 /*==============================================================================
1590
1591- $Id: load_uni.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1592+ $Id: load_uni.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1593
1594 UNIMOD (libmikmod's and APlayer's internal module format) loader
1595
1596diff --recursive --unified libmikmod-3.1.11/loaders/load_xm.c libmikmod-3.1.11-a/loaders/load_xm.c
1597--- libmikmod-3.1.11/loaders/load_xm.c 2004-01-21 12:43:53.000000000 -0500
1598+++ libmikmod-3.1.11-a/loaders/load_xm.c 2004-06-04 08:24:27.000000000 -0400
1599@@ -20,7 +20,7 @@
1600
1601 /*==============================================================================
1602
1603- $Id: load_xm.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1604+ $Id: load_xm.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1605
1606 Fasttracker (XM) module loader
1607
1608diff --recursive --unified libmikmod-3.1.11/macintosh/mikmod.h libmikmod-3.1.11-a/macintosh/mikmod.h
1609--- libmikmod-3.1.11/macintosh/mikmod.h 2004-01-21 12:43:53.000000000 -0500
1610+++ libmikmod-3.1.11-a/macintosh/mikmod.h 2004-06-04 08:24:27.000000000 -0400
1611@@ -20,7 +20,7 @@
1612
1613 /*==============================================================================
1614
1615- $Id: mikmod.h,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1616+ $Id: mikmod.h,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1617
1618 MikMod sound library include file
1619
1620diff --recursive --unified libmikmod-3.1.11/mkinstalldirs libmikmod-3.1.11-a/mkinstalldirs
1621--- libmikmod-3.1.11/mkinstalldirs 2004-01-21 12:43:53.000000000 -0500
1622+++ libmikmod-3.1.11-a/mkinstalldirs 2004-06-04 08:24:26.000000000 -0400
1623@@ -4,7 +4,7 @@
1624 # Created: 1993-05-16
1625 # Public domain
1626
1627-# $Id: mkinstalldirs,v 1.1.1.1 2004/01/21 01:36:34 raph Exp $
1628+# $Id: mkinstalldirs,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1629
1630 errstatus=0
1631
1632diff --recursive --unified libmikmod-3.1.11/mmio/mmalloc.c libmikmod-3.1.11-a/mmio/mmalloc.c
1633--- libmikmod-3.1.11/mmio/mmalloc.c 2004-01-21 12:43:52.000000000 -0500
1634+++ libmikmod-3.1.11-a/mmio/mmalloc.c 2004-06-04 08:24:27.000000000 -0400
1635@@ -20,7 +20,7 @@
1636
1637 /*==============================================================================
1638
1639- $Id: mmalloc.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1640+ $Id: mmalloc.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1641
1642 Dynamic memory routines
1643
1644diff --recursive --unified libmikmod-3.1.11/mmio/mmerror.c libmikmod-3.1.11-a/mmio/mmerror.c
1645--- libmikmod-3.1.11/mmio/mmerror.c 2004-01-21 12:43:52.000000000 -0500
1646+++ libmikmod-3.1.11-a/mmio/mmerror.c 2004-06-04 08:24:27.000000000 -0400
1647@@ -20,7 +20,7 @@
1648
1649 /*==============================================================================
1650
1651- $Id: mmerror.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1652+ $Id: mmerror.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1653
1654 Error handling functions.
1655 Register an error handler with _mm_RegisterErrorHandler() and you're all set.
1656diff --recursive --unified libmikmod-3.1.11/mmio/mmio.c libmikmod-3.1.11-a/mmio/mmio.c
1657--- libmikmod-3.1.11/mmio/mmio.c 2004-01-21 12:43:52.000000000 -0500
1658+++ libmikmod-3.1.11-a/mmio/mmio.c 2004-06-04 08:24:27.000000000 -0400
1659@@ -20,7 +20,7 @@
1660
1661 /*==============================================================================
1662
1663- $Id: mmio.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1664+ $Id: mmio.c,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1665
1666 Portable file I/O routines
1667
1668diff --recursive --unified libmikmod-3.1.11/os2/configure.cmd libmikmod-3.1.11-a/os2/configure.cmd
1669--- libmikmod-3.1.11/os2/configure.cmd 2004-01-21 12:43:52.000000000 -0500
1670+++ libmikmod-3.1.11-a/os2/configure.cmd 2004-06-04 08:24:27.000000000 -0400
1671@@ -22,7 +22,7 @@
1672
1673 /*==============================================================================
1674
1675- $Id: configure.cmd,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1676+ $Id: configure.cmd,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1677
1678 Configuration script for libmikmod under OS/2
1679
1680diff --recursive --unified libmikmod-3.1.11/playercode/mdreg.c libmikmod-3.1.11-a/playercode/mdreg.c
1681--- libmikmod-3.1.11/playercode/mdreg.c 2004-01-21 12:43:53.000000000 -0500
1682+++ libmikmod-3.1.11-a/playercode/mdreg.c 2004-06-04 08:24:27.000000000 -0400
1683@@ -20,7 +20,7 @@
1684
1685 /*==============================================================================
1686
1687- $Id: mdreg.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1688+ $Id: mdreg.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1689
1690 Routine for registering all drivers in libmikmod for the current platform.
1691
1692diff --recursive --unified libmikmod-3.1.11/playercode/mdriver.c libmikmod-3.1.11-a/playercode/mdriver.c
1693--- libmikmod-3.1.11/playercode/mdriver.c 2004-01-21 12:43:53.000000000 -0500
1694+++ libmikmod-3.1.11-a/playercode/mdriver.c 2004-06-04 08:24:27.000000000 -0400
1695@@ -20,7 +20,7 @@
1696
1697 /*==============================================================================
1698
1699- $Id: mdriver.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1700+ $Id: mdriver.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1701
1702 These routines are used to access the available soundcard drivers.
1703
1704diff --recursive --unified libmikmod-3.1.11/playercode/mdulaw.c libmikmod-3.1.11-a/playercode/mdulaw.c
1705--- libmikmod-3.1.11/playercode/mdulaw.c 2004-01-21 12:43:53.000000000 -0500
1706+++ libmikmod-3.1.11-a/playercode/mdulaw.c 2004-06-04 08:24:27.000000000 -0400
1707@@ -20,7 +20,7 @@
1708
1709 /*==============================================================================
1710
1711- $Id: mdulaw.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1712+ $Id: mdulaw.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1713
1714 Mu-law routines
1715
1716diff --recursive --unified libmikmod-3.1.11/playercode/mloader.c libmikmod-3.1.11-a/playercode/mloader.c
1717--- libmikmod-3.1.11/playercode/mloader.c 2004-01-21 12:43:53.000000000 -0500
1718+++ libmikmod-3.1.11-a/playercode/mloader.c 2004-06-04 08:24:27.000000000 -0400
1719@@ -20,7 +20,7 @@
1720
1721 /*==============================================================================
1722
1723- $Id: mloader.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1724+ $Id: mloader.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1725
1726 These routines are used to access the available module loaders
1727
1728diff --recursive --unified libmikmod-3.1.11/playercode/mlreg.c libmikmod-3.1.11-a/playercode/mlreg.c
1729--- libmikmod-3.1.11/playercode/mlreg.c 2004-01-21 12:43:53.000000000 -0500
1730+++ libmikmod-3.1.11-a/playercode/mlreg.c 2004-06-04 08:24:27.000000000 -0400
1731@@ -20,7 +20,7 @@
1732
1733 /*==============================================================================
1734
1735- $Id: mlreg.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1736+ $Id: mlreg.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1737
1738 Routine for registering all loaders in libmikmod for the current platform.
1739
1740diff --recursive --unified libmikmod-3.1.11/playercode/mlutil.c libmikmod-3.1.11-a/playercode/mlutil.c
1741--- libmikmod-3.1.11/playercode/mlutil.c 2004-01-21 12:43:53.000000000 -0500
1742+++ libmikmod-3.1.11-a/playercode/mlutil.c 2004-06-04 08:24:27.000000000 -0400
1743@@ -20,7 +20,7 @@
1744
1745 /*==============================================================================
1746
1747- $Id: mlutil.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1748+ $Id: mlutil.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1749
1750 Utility functions for the module loader
1751
1752diff --recursive --unified libmikmod-3.1.11/playercode/mplayer.c libmikmod-3.1.11-a/playercode/mplayer.c
1753--- libmikmod-3.1.11/playercode/mplayer.c 2004-01-21 12:43:53.000000000 -0500
1754+++ libmikmod-3.1.11-a/playercode/mplayer.c 2004-06-04 08:24:27.000000000 -0400
1755@@ -20,7 +20,7 @@
1756
1757 /*==============================================================================
1758
1759- $Id: mplayer.c,v 1.2 2004/01/21 01:41:55 raph Exp $
1760+ $Id: mplayer.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1761
1762 The Protracker Player Driver
1763
1764diff --recursive --unified libmikmod-3.1.11/playercode/munitrk.c libmikmod-3.1.11-a/playercode/munitrk.c
1765--- libmikmod-3.1.11/playercode/munitrk.c 2004-01-21 12:43:53.000000000 -0500
1766+++ libmikmod-3.1.11-a/playercode/munitrk.c 2004-06-04 08:24:27.000000000 -0400
1767@@ -20,7 +20,7 @@
1768
1769 /*==============================================================================
1770
1771- $Id: munitrk.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1772+ $Id: munitrk.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1773
1774 All routines dealing with the manipulation of UNITRK streams
1775
1776diff --recursive --unified libmikmod-3.1.11/playercode/mwav.c libmikmod-3.1.11-a/playercode/mwav.c
1777--- libmikmod-3.1.11/playercode/mwav.c 2004-01-21 12:43:53.000000000 -0500
1778+++ libmikmod-3.1.11-a/playercode/mwav.c 2004-06-04 08:24:27.000000000 -0400
1779@@ -20,7 +20,7 @@
1780
1781 /*==============================================================================
1782
1783- $Id: mwav.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1784+ $Id: mwav.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1785
1786 WAV sample loader
1787
1788diff --recursive --unified libmikmod-3.1.11/playercode/npertab.c libmikmod-3.1.11-a/playercode/npertab.c
1789--- libmikmod-3.1.11/playercode/npertab.c 2004-01-21 12:43:53.000000000 -0500
1790+++ libmikmod-3.1.11-a/playercode/npertab.c 2004-06-04 08:24:27.000000000 -0400
1791@@ -20,7 +20,7 @@
1792
1793 /*==============================================================================
1794
1795- $Id: npertab.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1796+ $Id: npertab.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1797
1798 MOD format period table. Used by both the MOD and M15 (15-inst mod) Loaders.
1799
1800diff --recursive --unified libmikmod-3.1.11/playercode/sloader.c libmikmod-3.1.11-a/playercode/sloader.c
1801--- libmikmod-3.1.11/playercode/sloader.c 2004-01-21 12:43:53.000000000 -0500
1802+++ libmikmod-3.1.11-a/playercode/sloader.c 2004-06-04 08:24:27.000000000 -0400
1803@@ -20,7 +20,7 @@
1804
1805 /*==============================================================================
1806
1807- $Id: sloader.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1808+ $Id: sloader.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1809
1810 Routines for loading samples. The sample loader utilizes the routines
1811 provided by the "registered" sample loader.
1812diff --recursive --unified libmikmod-3.1.11/playercode/virtch.c libmikmod-3.1.11-a/playercode/virtch.c
1813--- libmikmod-3.1.11/playercode/virtch.c 2004-01-21 12:43:53.000000000 -0500
1814+++ libmikmod-3.1.11-a/playercode/virtch.c 2004-06-04 08:24:27.000000000 -0400
1815@@ -20,7 +20,7 @@
1816
1817 /*==============================================================================
1818
1819- $Id: virtch.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1820+ $Id: virtch.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1821
1822 Sample mixing routines, using a 32 bits mixing buffer.
1823
1824diff --recursive --unified libmikmod-3.1.11/playercode/virtch2.c libmikmod-3.1.11-a/playercode/virtch2.c
1825--- libmikmod-3.1.11/playercode/virtch2.c 2004-01-21 12:43:53.000000000 -0500
1826+++ libmikmod-3.1.11-a/playercode/virtch2.c 2004-06-04 08:24:27.000000000 -0400
1827@@ -20,7 +20,7 @@
1828
1829 /*==============================================================================
1830
1831- $Id: virtch2.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1832+ $Id: virtch2.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1833
1834 High-quality sample mixing routines, using a 32 bits mixing buffer,
1835 interpolation, and sample smoothing to improve sound quality and remove
1836diff --recursive --unified libmikmod-3.1.11/playercode/virtch_common.c libmikmod-3.1.11-a/playercode/virtch_common.c
1837--- libmikmod-3.1.11/playercode/virtch_common.c 2004-01-21 12:43:53.000000000 -0500
1838+++ libmikmod-3.1.11-a/playercode/virtch_common.c 2004-06-04 08:24:27.000000000 -0400
1839@@ -20,7 +20,7 @@
1840
1841 /*==============================================================================
1842
1843- $Id: virtch_common.c,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1844+ $Id: virtch_common.c,v 1.1.1.1 2004/06/01 12:16:18 raph Exp $
1845
1846 Common source parts between the two software mixers.
1847 This file is probably the ugliest part of libmikmod...
1848diff --recursive --unified libmikmod-3.1.11/win32/mikmod_build.h libmikmod-3.1.11-a/win32/mikmod_build.h
1849--- libmikmod-3.1.11/win32/mikmod_build.h 2004-01-21 12:43:52.000000000 -0500
1850+++ libmikmod-3.1.11-a/win32/mikmod_build.h 2004-06-04 08:24:27.000000000 -0400
1851@@ -20,7 +20,7 @@
1852
1853 /*==============================================================================
1854
1855- $Id: mikmod_build.h,v 1.1.1.1 2004/01/21 01:36:35 raph Exp $
1856+ $Id: mikmod_build.h,v 1.1.1.1 2004/06/01 12:16:17 raph Exp $
1857
1858 MikMod sound library include file
1859
Note: See TracBrowser for help on using the repository browser.