Codebase list alsa-lib / 3022af4
alsa-lib: Update to 1.0.13 git-svn-id: svn://anonscm.debian.org/svn/pkg-alsa/trunk/alsa-lib@1750 9eaf2def-abe4-0310-ac0d-9aefe66b05c3 Elimar Riesebieter 17 years ago
8 changed file(s) with 326 addition(s) and 324 deletion(s). Raw diff Collapse all Expand all
0 alsa-lib (1.0.13~rc2-1) experimental; urgency=low
1
2 * New upstream release candidate
0 alsa-lib (1.0.13-1) unstable; urgency=low
1
2 * New upstream release
33
44 [ Elimar Riesebieter ]
55 * Rebuild patches/40_relibtoolise.dpatch.
6
7 -- Elimar Riesebieter <riesebie@lxtec.de> Sun, 24 Sep 2006 17:09:06 +0200
6 * Removed debian/patches/11_libtool_version.dpatch. Applied different from
7 upstream
8
9 -- Elimar Riesebieter <riesebie@lxtec.de> Sat, 30 Sep 2006 15:33:05 +0200
810
911 alsa-lib (1.0.12-1) unstable; urgency=low
1012
0 Changelog between 1.0.13rc1 and 1.0.13rc2 releases
1 (http://www.alsa-project.org/changes/v1-0-13rc1--v1-0-13rc2.txt)
0 Changelog between 1.0.12 and 1.0.13 releases
1 (http://www.alsa-project.org/changes/v1-0-12--v1-0-13.txt)
22 ********************************************
33
44 * alsa-lib
55 + Core
6 - configure.in - fix "checking for versioned symbols" error in ./configure
7 - add support for hosts that have custom symbol prefixes
8 - make sure commands in cvs/hg compile scripts worked
69 - Add --disable-alisp configure option
710 + Control API
11 - Fix bogus value when no user TLV is defined
12 - Add dB range information to PCM softvol plugin
13 - Add handling of linear volume in simple mixer
14 - Check control API protocol version for TLV control
15 - configuration: avoid endless loop when a key refers to itself
816 - Add support of dB range compound TLV
17 + Device Name API
18 - remove unneeded headers from src/names.c
919 + Mixer API
20 - Add dB_range ops for simple mixer
21 - Add set_dB ops to simple mixer
22 - Add handling of linear volume in simple mixer
1023 - Fix wrong scales in linear volume calculation
24 - Fix segfault when invalid TLV is passed
1125 - Add support of dB range compound TLV
26 + PCM API
27 - Add dB range information to PCM softvol plugin
28 - fix parsing of non-decimal integers in configuration files
29 - rate plugin: fix boundary calculations
30 + Timer API
31 - timer_hw: fix file descriptor leak
1232 + /Makefile.am
1333 - Add --disable-alisp configure option
1434 + /src/Makefile.am
1535 - Fix a typo
1636 - Add --disable-alisp configure option
37 + ALSA Lisp
38 - remove unneeded headers from alsa-lib/src/alisp/alisp.c
1739 + Configuration
40 - fix parsing of non-decimal integers in configuration files
41 - configuration: avoid endless loop when a key refers to itself
42 - configuration: added one more alias check to detect a circular configuration
1843 - Add --disable-alisp configure option
19
20 Changelog between 1.0.12 and 1.0.13rc1 releases
21 (http://www.alsa-project.org/changes/v1-0-12--v1-0-13rc1.txt)
22 ********************************************
23
24 * alsa-lib
25 + Control API
26 - Fix bogus value when no user TLV is defined
27 - Add dB range information to PCM softvol plugin
28 - Add handling of linear volume in simple mixer
29 + Mixer API
30 - Add dB_range ops for simple mixer
31 - Add set_dB ops to simple mixer
32 - Add handling of linear volume in simple mixer
33 - Fix segfault when invalid TLV is passed
34 + PCM API
35 - Add dB range information to PCM softvol plugin
3644
3745 Changelog between 1.0.11 and 1.0.12 releases
3846 (http://www.alsa-project.org/changes/v1-0-11--v1-0-12.txt)
22 04_doxygen_links
33 05_multiarch
44 10_add-maintainer-mode
5 11_libtool_version
65 40_relibtoolise
76 41_configure_cross_compile
2424 exit 0
2525
2626 @DPATCH@
27 diff -urNad /home/jordi/svn/pkg-alsa/trunk/build-area/alsa-lib-1.0.6/include/alsa-symbols.h alsa-lib-1.0.6/include/alsa-symbols.h
28 --- /home/jordi/svn/pkg-alsa/trunk/build-area/alsa-lib-1.0.6/include/alsa-symbols.h 2003-08-13 15:18:36.000000000 +0200
29 +++ alsa-lib-1.0.6/include/alsa-symbols.h 2004-09-26 18:42:57.000000000 +0200
27 diff -urNad a/include/alsa-symbols.h b/include/alsa-symbols.h
28 --- a/include/alsa-symbols.h 2006-09-29 21:12:43.000000000 +0200
29 +++ b/include/alsa-symbols.h 2006-09-29 21:12:01.000000000 +0200
3030 @@ -43,7 +43,7 @@
31 __asm__ (".symver " #real "," #name "@@" #version)
31 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@@" #version)
3232 #endif
3333
3434 -#ifdef USE_VERSIONED_SYMBOLS
2626 diff -ur alsa-lib-1.0.12~/configure.in alsa-lib-1.0.12/configure.in
2727 --- alsa-lib-1.0.12~/configure.in 2006-09-03 15:36:40.000000000 +0200
2828 +++ alsa-lib-1.0.12/configure.in 2006-09-03 15:35:26.000000000 +0200
29 @@ -356,13 +356,6 @@
29 @@ -367,13 +367,6 @@
3030 fi
3131
3232
4040
4141 dnl Make a symlink for inclusion of alsa/xxx.h
4242 if test ! -L include/alsa ; then
43 @@ -383,3 +376,11 @@
43 @@ -394,3 +387,11 @@
4444 modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \
4545 alsalisp/Makefile aserver/Makefile test/Makefile utils/Makefile \
4646 utils/alsa-lib.spec utils/alsa.pc)
+0
-19
debian/patches/11_libtool_version.dpatch less more
0 #! /bin/sh /usr/share/dpatch/dpatch-run
1 ## 11_libtool_version.dpatch by <jordi@debian.org>
2 ##
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: No description.
5
6 @DPATCH@
7 diff -urNad alsa-lib-1.0.11~/configure.in alsa-lib-1.0.11/configure.in
8 --- alsa-lib-1.0.11~/configure.in 2006-05-28 11:48:09.816169331 +0200
9 +++ alsa-lib-1.0.11/configure.in 2006-05-28 11:49:10.885360215 +0200
10 @@ -85,7 +85,7 @@
11 versioned="$withval", versioned="yes")
12 if test "$versioned" = "yes"; then
13 # it seems that GNU ld versions since 2.10 are not broken
14 - xres=`grep '^VERSION=' $ac_aux_dir/libtool | cut -d = -f 2`
15 + xres=`grep '^VERSION=' $ac_aux_dir/libtool | cut -d = -f 2 | tr -d \"`
16 major=`echo $xres | cut -d . -f 1`
17 minor=`echo $xres | cut -d . -f 2`
18 pass=0
77
88 @DPATCH@
99 diff -urNad a/aclocal.m4 b/aclocal.m4
10 --- a/aclocal.m4 2006-09-12 15:43:42.000000000 +0200
11 +++ b/aclocal.m4 2006-09-24 17:03:55.000000000 +0200
10 --- a/aclocal.m4 2006-09-29 13:43:17.000000000 +0200
11 +++ b/aclocal.m4 2006-09-30 15:28:33.000000000 +0200
1212 @@ -13,7 +13,7 @@
1313
1414 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
248248
249249 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
250250 diff -urNad a/alsalisp/Makefile.in b/alsalisp/Makefile.in
251 --- a/alsalisp/Makefile.in 2006-09-12 15:44:13.000000000 +0200
252 +++ b/alsalisp/Makefile.in 2006-09-24 17:05:13.000000000 +0200
251 --- a/alsalisp/Makefile.in 2006-09-29 13:43:46.000000000 +0200
252 +++ b/alsalisp/Makefile.in 2006-09-30 15:29:13.000000000 +0200
253253 @@ -165,6 +165,7 @@
254254 EXEEXT = @EXEEXT@
255255 F77 = @F77@
346346
347347 clean-noinstPROGRAMS:
348348 diff -urNad a/aserver/Makefile.in b/aserver/Makefile.in
349 --- a/aserver/Makefile.in 2006-09-12 15:44:14.000000000 +0200
350 +++ b/aserver/Makefile.in 2006-09-24 17:05:13.000000000 +0200
349 --- a/aserver/Makefile.in 2006-09-29 13:43:47.000000000 +0200
350 +++ b/aserver/Makefile.in 2006-09-30 15:29:13.000000000 +0200
351351 @@ -167,6 +167,7 @@
352352 EXEEXT = @EXEEXT@
353353 F77 = @F77@
444444 install-binPROGRAMS: $(bin_PROGRAMS)
445445 @$(NORMAL_INSTALL)
446446 diff -urNad a/configure b/configure
447 --- a/configure 2006-09-12 15:44:44.000000000 +0200
448 +++ b/configure 2006-09-24 17:04:57.000000000 +0200
447 --- a/configure 2006-09-29 13:44:11.000000000 +0200
448 +++ b/configure 2006-09-30 15:29:02.000000000 +0200
449449 @@ -1,8 +1,9 @@
450450 #! /bin/sh
451451 # Guess values for system-dependent variables and create Makefiles.
11711171 # include <unistd.h>
11721172 #endif"
11731173
1174 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar INSTALL_M4_TRUE INSTALL_M4_FALSE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ALSA_HSEARCH_R_TRUE ALSA_HSEARCH_R_FALSE SND_LIB_VERSION SND_LIB_MAJOR SND_LIB_MINOR SND_LIB_SUBMINOR SND_LIB_EXTRAVER LIBTOOL_VERSION_INFO VERSIONED_SYMBOLS_TRUE VERSIONED_SYMBOLS_FALSE BUILD_MIXER_TRUE BUILD_MIXER_FALSE BUILD_PCM_TRUE BUILD_PCM_FALSE BUILD_RAWMIDI_TRUE BUILD_RAWMIDI_FALSE BUILD_HWDEP_TRUE BUILD_HWDEP_FALSE BUILD_SEQ_TRUE BUILD_SEQ_FALSE BUILD_INSTR_TRUE BUILD_INSTR_FALSE BUILD_ALISP_TRUE BUILD_ALISP_FALSE BUILD_PCM_PLUGIN_TRUE BUILD_PCM_PLUGIN_FALSE BUILD_PCM_PLUGIN_COPY_TRUE BUILD_PCM_PLUGIN_COPY_FALSE BUILD_PCM_PLUGIN_LINEAR_TRUE BUILD_PCM_PLUGIN_LINEAR_FALSE BUILD_PCM_PLUGIN_ROUTE_TRUE BUILD_PCM_PLUGIN_ROUTE_FALSE BUILD_PCM_PLUGIN_MULAW_TRUE BUILD_PCM_PLUGIN_MULAW_FALSE BUILD_PCM_PLUGIN_ALAW_TRUE BUILD_PCM_PLUGIN_ALAW_FALSE BUILD_PCM_PLUGIN_ADPCM_TRUE BUILD_PCM_PLUGIN_ADPCM_FALSE BUILD_PCM_PLUGIN_RATE_TRUE BUILD_PCM_PLUGIN_RATE_FALSE BUILD_PCM_PLUGIN_PLUG_TRUE BUILD_PCM_PLUGIN_PLUG_FALSE BUILD_PCM_PLUGIN_MULTI_TRUE BUILD_PCM_PLUGIN_MULTI_FALSE BUILD_PCM_PLUGIN_SHM_TRUE BUILD_PCM_PLUGIN_SHM_FALSE BUILD_PCM_PLUGIN_FILE_TRUE BUILD_PCM_PLUGIN_FILE_FALSE BUILD_PCM_PLUGIN_NULL_TRUE BUILD_PCM_PLUGIN_NULL_FALSE BUILD_PCM_PLUGIN_SHARE_TRUE BUILD_PCM_PLUGIN_SHARE_FALSE BUILD_PCM_PLUGIN_METER_TRUE BUILD_PCM_PLUGIN_METER_FALSE BUILD_PCM_PLUGIN_HOOKS_TRUE BUILD_PCM_PLUGIN_HOOKS_FALSE BUILD_PCM_PLUGIN_LFLOAT_TRUE BUILD_PCM_PLUGIN_LFLOAT_FALSE BUILD_PCM_PLUGIN_LADSPA_TRUE BUILD_PCM_PLUGIN_LADSPA_FALSE BUILD_PCM_PLUGIN_DMIX_TRUE BUILD_PCM_PLUGIN_DMIX_FALSE BUILD_PCM_PLUGIN_DSHARE_TRUE BUILD_PCM_PLUGIN_DSHARE_FALSE BUILD_PCM_PLUGIN_DSNOOP_TRUE BUILD_PCM_PLUGIN_DSNOOP_FALSE BUILD_PCM_PLUGIN_ASYM_TRUE BUILD_PCM_PLUGIN_ASYM_FALSE BUILD_PCM_PLUGIN_IEC958_TRUE BUILD_PCM_PLUGIN_IEC958_FALSE BUILD_PCM_PLUGIN_SOFTVOL_TRUE BUILD_PCM_PLUGIN_SOFTVOL_FALSE BUILD_PCM_PLUGIN_EXTPLUG_TRUE BUILD_PCM_PLUGIN_EXTPLUG_FALSE BUILD_PCM_PLUGIN_IOPLUG_TRUE BUILD_PCM_PLUGIN_IOPLUG_FALSE LIBOBJS LTLIBOBJS'
1174 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar INSTALL_M4_TRUE INSTALL_M4_FALSE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP LN_S EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ALSA_HSEARCH_R_TRUE ALSA_HSEARCH_R_FALSE SND_LIB_VERSION SND_LIB_MAJOR SND_LIB_MINOR SND_LIB_SUBMINOR SND_LIB_EXTRAVER LIBTOOL_VERSION_INFO VERSIONED_SYMBOLS_TRUE VERSIONED_SYMBOLS_FALSE BUILD_MIXER_TRUE BUILD_MIXER_FALSE BUILD_PCM_TRUE BUILD_PCM_FALSE BUILD_RAWMIDI_TRUE BUILD_RAWMIDI_FALSE BUILD_HWDEP_TRUE BUILD_HWDEP_FALSE BUILD_SEQ_TRUE BUILD_SEQ_FALSE BUILD_INSTR_TRUE BUILD_INSTR_FALSE BUILD_ALISP_TRUE BUILD_ALISP_FALSE BUILD_PCM_PLUGIN_TRUE BUILD_PCM_PLUGIN_FALSE BUILD_PCM_PLUGIN_COPY_TRUE BUILD_PCM_PLUGIN_COPY_FALSE BUILD_PCM_PLUGIN_LINEAR_TRUE BUILD_PCM_PLUGIN_LINEAR_FALSE BUILD_PCM_PLUGIN_ROUTE_TRUE BUILD_PCM_PLUGIN_ROUTE_FALSE BUILD_PCM_PLUGIN_MULAW_TRUE BUILD_PCM_PLUGIN_MULAW_FALSE BUILD_PCM_PLUGIN_ALAW_TRUE BUILD_PCM_PLUGIN_ALAW_FALSE BUILD_PCM_PLUGIN_ADPCM_TRUE BUILD_PCM_PLUGIN_ADPCM_FALSE BUILD_PCM_PLUGIN_RATE_TRUE BUILD_PCM_PLUGIN_RATE_FALSE BUILD_PCM_PLUGIN_PLUG_TRUE BUILD_PCM_PLUGIN_PLUG_FALSE BUILD_PCM_PLUGIN_MULTI_TRUE BUILD_PCM_PLUGIN_MULTI_FALSE BUILD_PCM_PLUGIN_SHM_TRUE BUILD_PCM_PLUGIN_SHM_FALSE BUILD_PCM_PLUGIN_FILE_TRUE BUILD_PCM_PLUGIN_FILE_FALSE BUILD_PCM_PLUGIN_NULL_TRUE BUILD_PCM_PLUGIN_NULL_FALSE BUILD_PCM_PLUGIN_SHARE_TRUE BUILD_PCM_PLUGIN_SHARE_FALSE BUILD_PCM_PLUGIN_METER_TRUE BUILD_PCM_PLUGIN_METER_FALSE BUILD_PCM_PLUGIN_HOOKS_TRUE BUILD_PCM_PLUGIN_HOOKS_FALSE BUILD_PCM_PLUGIN_LFLOAT_TRUE BUILD_PCM_PLUGIN_LFLOAT_FALSE BUILD_PCM_PLUGIN_LADSPA_TRUE BUILD_PCM_PLUGIN_LADSPA_FALSE BUILD_PCM_PLUGIN_DMIX_TRUE BUILD_PCM_PLUGIN_DMIX_FALSE BUILD_PCM_PLUGIN_DSHARE_TRUE BUILD_PCM_PLUGIN_DSHARE_FALSE BUILD_PCM_PLUGIN_DSNOOP_TRUE BUILD_PCM_PLUGIN_DSNOOP_FALSE BUILD_PCM_PLUGIN_ASYM_TRUE BUILD_PCM_PLUGIN_ASYM_FALSE BUILD_PCM_PLUGIN_IEC958_TRUE BUILD_PCM_PLUGIN_IEC958_FALSE BUILD_PCM_PLUGIN_SOFTVOL_TRUE BUILD_PCM_PLUGIN_SOFTVOL_FALSE BUILD_PCM_PLUGIN_EXTPLUG_TRUE BUILD_PCM_PLUGIN_EXTPLUG_FALSE BUILD_PCM_PLUGIN_IOPLUG_TRUE BUILD_PCM_PLUGIN_IOPLUG_FALSE LIBOBJS LTLIBOBJS'
11751175 +ac_subst_vars='SHELL
11761176 +PATH_SEPARATOR
11771177 +PACKAGE_NAME
12631263 +CCDEPMODE
12641264 +am__fastdepCC_TRUE
12651265 +am__fastdepCC_FALSE
1266 +CPP
12661267 +LN_S
12671268 +GREP
12681269 +EGREP
12691270 +ECHO
12701271 +AR
12711272 +RANLIB
1272 +CPP
12731273 +CXX
12741274 +CXXFLAGS
12751275 +ac_ct_CXX
40214021 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
40224022
40234023
4024 @@ -3179,8 +3839,8 @@
4024 @@ -3171,8 +3831,8 @@
4025 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4026 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4027 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4028 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4029 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4030 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4031 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4032 # On Suns, sometimes $CPP names a directory.
4033 if test -n "$CPP" && test -d "$CPP"; then
4034 CPP=
4035 @@ -3206,8 +3866,13 @@
4036 #endif
4037 Syntax error
4038 _ACEOF
4039 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4040 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4041 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4042 +case "(($ac_try" in
4043 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4044 + *) ac_try_echo=$ac_try;;
4045 +esac
4046 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4047 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4048 ac_status=$?
4049 grep -v '^ *+' conftest.er1 >conftest.err
4050 rm -f conftest.er1
4051 @@ -3232,9 +3897,10 @@
4052 # Broken: fails on valid input.
4053 continue
4054 fi
4055 +
4056 rm -f conftest.err conftest.$ac_ext
4057
4058 - # OK, works on sane cases. Now check whether non-existent headers
4059 + # OK, works on sane cases. Now check whether nonexistent headers
4060 # can be detected and how.
4061 cat >conftest.$ac_ext <<_ACEOF
4062 /* confdefs.h. */
4063 @@ -3244,8 +3910,13 @@
4064 /* end confdefs.h. */
4065 #include <ac_nonexistent.h>
4066 _ACEOF
4067 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4068 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4069 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4070 +case "(($ac_try" in
4071 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4072 + *) ac_try_echo=$ac_try;;
4073 +esac
4074 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4075 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4076 ac_status=$?
4077 grep -v '^ *+' conftest.er1 >conftest.err
4078 rm -f conftest.er1
4079 @@ -3272,6 +3943,7 @@
4080 ac_preproc_ok=:
4081 break
4082 fi
4083 +
4084 rm -f conftest.err conftest.$ac_ext
4085
4086 done
4087 @@ -3289,8 +3961,8 @@
4088 else
4089 ac_cv_prog_CPP=$CPP
4090 fi
4091 -echo "$as_me:$LINENO: result: $CPP" >&5
4092 -echo "${ECHO_T}$CPP" >&6
4093 +{ echo "$as_me:$LINENO: result: $CPP" >&5
4094 +echo "${ECHO_T}$CPP" >&6; }
4095 ac_preproc_ok=false
4096 for ac_c_preproc_warn_flag in '' yes
4097 do
4098 @@ -3313,8 +3985,13 @@
4099 #endif
4100 Syntax error
4101 _ACEOF
4102 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4103 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4104 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4105 +case "(($ac_try" in
4106 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4107 + *) ac_try_echo=$ac_try;;
4108 +esac
4109 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4110 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4111 ac_status=$?
4112 grep -v '^ *+' conftest.er1 >conftest.err
4113 rm -f conftest.er1
4114 @@ -3339,9 +4016,10 @@
4115 # Broken: fails on valid input.
4116 continue
4117 fi
4118 +
4119 rm -f conftest.err conftest.$ac_ext
4120
4121 - # OK, works on sane cases. Now check whether non-existent headers
4122 + # OK, works on sane cases. Now check whether nonexistent headers
4123 # can be detected and how.
4124 cat >conftest.$ac_ext <<_ACEOF
4125 /* confdefs.h. */
4126 @@ -3351,8 +4029,13 @@
4127 /* end confdefs.h. */
4128 #include <ac_nonexistent.h>
4129 _ACEOF
4130 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4131 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4132 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4133 +case "(($ac_try" in
4134 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4135 + *) ac_try_echo=$ac_try;;
4136 +esac
4137 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4138 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4139 ac_status=$?
4140 grep -v '^ *+' conftest.er1 >conftest.err
4141 rm -f conftest.er1
4142 @@ -3379,6 +4062,7 @@
4143 ac_preproc_ok=:
4144 break
4145 fi
4146 +
4147 rm -f conftest.err conftest.$ac_ext
4148
4149 done
4150 @@ -3413,8 +4097,8 @@
40254151 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
40264152 # OS/2's system install, which has a completely different semantic
40274153 # ./install, which can be erroneously created by make from ./install.sh.
40324158 if test -z "$INSTALL"; then
40334159 if test "${ac_cv_path_install+set}" = set; then
40344160 echo $ECHO_N "(cached) $ECHO_C" >&6
4035 @@ -3202,7 +3862,7 @@
4161 @@ -3436,7 +4120,7 @@
40364162 # by default.
40374163 for ac_prog in ginstall scoinst install; do
40384164 for ac_exec_ext in '' $ac_executable_extensions; do
40414167 if test $ac_prog = install &&
40424168 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
40434169 # AIX install. It has an incompatible calling convention.
4044 @@ -3221,21 +3881,22 @@
4170 @@ -3455,21 +4139,22 @@
40454171 ;;
40464172 esac
40474173 done
40694195
40704196 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
40714197 # It thinks the first close brace ends the variable substitution.
4072 @@ -3245,21 +3906,20 @@
4198 @@ -3479,21 +4164,20 @@
40734199
40744200 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
40754201
40994225 case $enableval in
41004226 yes) enable_static=yes ;;
41014227 no) enable_static=no ;;
4102 @@ -3278,15 +3938,15 @@
4228 @@ -3512,15 +4196,15 @@
41034229 esac
41044230 else
41054231 enable_static=no
41194245 case $enableval in
41204246 yes) enable_shared=yes ;;
41214247 no) enable_shared=no ;;
4122 @@ -3305,12 +3965,12 @@
4248 @@ -3539,12 +4223,12 @@
41234249 esac
41244250 else
41254251 enable_shared=yes
41364262 case $enableval in
41374263 yes) enable_fast_install=yes ;;
41384264 no) enable_fast_install=no ;;
4139 @@ -3329,10 +3989,11 @@
4265 @@ -3563,10 +4247,11 @@
41404266 esac
41414267 else
41424268 enable_fast_install=yes
41514277 if test "${lt_cv_path_SED+set}" = set; then
41524278 echo $ECHO_N "(cached) $ECHO_C" >&6
41534279 else
4154 @@ -3385,37 +4046,184 @@
4280 @@ -3619,37 +4304,184 @@
41554281 fi
41564282
41574283 SED=$lt_cv_path_SED
42254351 +IFS=$as_save_IFS
42264352 +
42274353 +
4228 fi
4229 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4230 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4231 - EGREP=$ac_cv_prog_egrep
4232
4354 +fi
4355 +
42334356 +GREP="$ac_cv_path_GREP"
42344357 +if test -z "$GREP"; then
42354358 + { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
42364359 +echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
42374360 + { (exit 1); exit 1; }; }
42384361 +fi
4239
4362 +
42404363 +else
42414364 + ac_cv_path_GREP=$GREP
4242 +fi
4243
4244 -# Check whether --with-gnu-ld or --without-gnu-ld was given.
4245 +
4365 fi
4366 -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4367 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4368 - EGREP=$ac_cv_prog_egrep
4369
4370
42464371 +fi
42474372 +{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
42484373 +echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
42494374 + GREP="$ac_cv_path_GREP"
4250 +
4375
4376 -# Check whether --with-gnu-ld or --without-gnu-ld was given.
42514377 +
42524378 +{ echo "$as_me:$LINENO: checking for egrep" >&5
42534379 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
43534479 case $host in
43544480 *-*-mingw*)
43554481 # gcc leaves a trailing carriage return which upsets mingw
4356 @@ -3444,11 +4252,11 @@
4482 @@ -3678,11 +4510,11 @@
43574483 ;;
43584484 esac
43594485 elif test "$with_gnu_ld" = yes; then
43694495 fi
43704496 if test "${lt_cv_path_LD+set}" = set; then
43714497 echo $ECHO_N "(cached) $ECHO_C" >&6
4372 @@ -3481,17 +4289,17 @@
4498 @@ -3715,17 +4547,17 @@
43734499
43744500 LD="$lt_cv_path_LD"
43754501 if test -n "$LD"; then
43934519 if test "${lt_cv_prog_gnu_ld+set}" = set; then
43944520 echo $ECHO_N "(cached) $ECHO_C" >&6
43954521 else
4396 @@ -3505,20 +4313,20 @@
4522 @@ -3739,20 +4571,20 @@
43974523 ;;
43984524 esac
43994525 fi
44204546 reload_flag=$lt_cv_ld_reload_flag
44214547 case $reload_flag in
44224548 "" | " "*) ;;
4423 @@ -3535,8 +4343,8 @@
4549 @@ -3769,8 +4601,8 @@
44244550 ;;
44254551 esac
44264552
44314557 if test "${lt_cv_path_NM+set}" = set; then
44324558 echo $ECHO_N "(cached) $ECHO_C" >&6
44334559 else
4434 @@ -3584,12 +4392,12 @@
4560 @@ -3818,12 +4650,12 @@
44354561 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
44364562 fi
44374563 fi
44484574 if test "${lt_cv_deplibs_check_method+set}" = set; then
44494575 echo $ECHO_N "(cached) $ECHO_C" >&6
44504576 else
4451 @@ -3639,7 +4447,7 @@
4577 @@ -3873,7 +4705,7 @@
44524578 lt_cv_deplibs_check_method=pass_all
44534579 ;;
44544580
44574583 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
44584584 case $host_cpu in
44594585 i*86 )
4460 @@ -3693,11 +4501,11 @@
4586 @@ -3927,11 +4759,11 @@
44614587 ;;
44624588
44634589 # This must be Linux ELF.
44714597 if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
44724598 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
44734599 else
4474 @@ -3764,8 +4572,8 @@
4600 @@ -3998,8 +4830,8 @@
44754601 esac
44764602
44774603 fi
44824608 file_magic_cmd=$lt_cv_file_magic_cmd
44834609 deplibs_check_method=$lt_cv_deplibs_check_method
44844610 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4485 @@ -3783,11 +4591,11 @@
4611 @@ -4017,11 +4849,11 @@
44864612 compiler=$CC
44874613
44884614
44974623 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
44984624
44994625 # Some flags need to be propagated to the compiler or linker for good
4500 @@ -3814,7 +4622,7 @@
4626 @@ -4048,7 +4880,7 @@
45014627 ;;
45024628 *-*-irix6*)
45034629 # Find out which ABI we are using.
4504 - echo '#line 3817 "configure"' > conftest.$ac_ext
4505 + echo '#line 4625 "configure"' > conftest.$ac_ext
4630 - echo '#line 4051 "configure"' > conftest.$ac_ext
4631 + echo '#line 4883 "configure"' > conftest.$ac_ext
45064632 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
45074633 (eval $ac_compile) 2>&5
45084634 ac_status=$?
4509 @@ -3899,8 +4707,8 @@
4635 @@ -4133,8 +4965,8 @@
45104636 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
45114637 SAVE_CFLAGS="$CFLAGS"
45124638 CFLAGS="$CFLAGS -belf"
45174643 if test "${lt_cv_cc_needs_belf+set}" = set; then
45184644 echo $ECHO_N "(cached) $ECHO_C" >&6
45194645 else
4520 @@ -3926,24 +4734,36 @@
4646 @@ -4160,24 +4992,36 @@
45214647 }
45224648 _ACEOF
45234649 rm -f conftest.$ac_objext conftest$ac_exeext
45624688 ac_status=$?
45634689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45644690 (exit $ac_status); }; }; then
4565 @@ -3952,9 +4772,10 @@
4691 @@ -4186,9 +5030,10 @@
45664692 echo "$as_me: failed program was:" >&5
45674693 sed 's/^/| /' conftest.$ac_ext >&5
45684694
45754701 conftest$ac_exeext conftest.$ac_ext
45764702 ac_ext=c
45774703 ac_cpp='$CPP $CPPFLAGS'
4578 @@ -3963,8 +4784,8 @@
4704 @@ -4197,8 +5042,8 @@
45794705 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45804706
45814707 fi
45864712 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
45874713 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
45884714 CFLAGS="$SAVE_CFLAGS"
4589 @@ -4001,8 +4822,8 @@
4590 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4591 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4592 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4593 -echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4594 -echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4595 +{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4596 +echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4597 # On Suns, sometimes $CPP names a directory.
4598 if test -n "$CPP" && test -d "$CPP"; then
4599 CPP=
4600 @@ -4036,8 +4857,13 @@
4601 #endif
4602 Syntax error
4603 _ACEOF
4604 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4605 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4606 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4607 +case "(($ac_try" in
4608 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4609 + *) ac_try_echo=$ac_try;;
4610 +esac
4611 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4612 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4613 ac_status=$?
4614 grep -v '^ *+' conftest.er1 >conftest.err
4615 rm -f conftest.er1
4616 @@ -4062,9 +4888,10 @@
4617 # Broken: fails on valid input.
4618 continue
4619 fi
4620 +
4621 rm -f conftest.err conftest.$ac_ext
4622
4623 - # OK, works on sane cases. Now check whether non-existent headers
4624 + # OK, works on sane cases. Now check whether nonexistent headers
4625 # can be detected and how.
4626 cat >conftest.$ac_ext <<_ACEOF
4627 /* confdefs.h. */
4628 @@ -4074,8 +4901,13 @@
4629 /* end confdefs.h. */
4630 #include <ac_nonexistent.h>
4631 _ACEOF
4632 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4633 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4634 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4635 +case "(($ac_try" in
4636 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4637 + *) ac_try_echo=$ac_try;;
4638 +esac
4639 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4640 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4641 ac_status=$?
4642 grep -v '^ *+' conftest.er1 >conftest.err
4643 rm -f conftest.er1
4644 @@ -4102,6 +4934,7 @@
4645 ac_preproc_ok=:
4646 break
4647 fi
4648 +
4649 rm -f conftest.err conftest.$ac_ext
4650
4651 done
4652 @@ -4119,8 +4952,8 @@
4653 else
4654 ac_cv_prog_CPP=$CPP
4655 fi
4656 -echo "$as_me:$LINENO: result: $CPP" >&5
4657 -echo "${ECHO_T}$CPP" >&6
4658 +{ echo "$as_me:$LINENO: result: $CPP" >&5
4659 +echo "${ECHO_T}$CPP" >&6; }
4660 ac_preproc_ok=false
4661 for ac_c_preproc_warn_flag in '' yes
4662 do
4663 @@ -4143,8 +4976,13 @@
4664 #endif
4665 Syntax error
4666 _ACEOF
4667 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4668 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4669 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4670 +case "(($ac_try" in
4671 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4672 + *) ac_try_echo=$ac_try;;
4673 +esac
4674 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4675 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4676 ac_status=$?
4677 grep -v '^ *+' conftest.er1 >conftest.err
4678 rm -f conftest.er1
4679 @@ -4169,9 +5007,10 @@
4680 # Broken: fails on valid input.
4681 continue
4682 fi
4683 +
4684 rm -f conftest.err conftest.$ac_ext
4685
4686 - # OK, works on sane cases. Now check whether non-existent headers
4687 + # OK, works on sane cases. Now check whether nonexistent headers
4688 # can be detected and how.
4689 cat >conftest.$ac_ext <<_ACEOF
4690 /* confdefs.h. */
4691 @@ -4181,8 +5020,13 @@
4692 /* end confdefs.h. */
4693 #include <ac_nonexistent.h>
4694 _ACEOF
4695 -if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4696 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4697 +if { (ac_try="$ac_cpp conftest.$ac_ext"
4698 +case "(($ac_try" in
4699 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4700 + *) ac_try_echo=$ac_try;;
4701 +esac
4702 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4703 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4704 ac_status=$?
4705 grep -v '^ *+' conftest.er1 >conftest.err
4706 rm -f conftest.er1
4707 @@ -4209,6 +5053,7 @@
4708 ac_preproc_ok=:
4709 break
4710 fi
4711 +
4712 rm -f conftest.err conftest.$ac_ext
4713
4714 done
47154715 @@ -4231,8 +5076,8 @@
4716 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4716
47174717
47184718
47194719 -echo "$as_me:$LINENO: checking for ANSI C header files" >&5
98929892
98939893
98949894
9895 @@ -19281,19 +20609,19 @@
9895 @@ -19281,16 +20609,16 @@
98969896 _ACEOF
98979897
98989898
99149914 +
99159915 if test "$versioned" = "yes"; then
99169916 # it seems that GNU ld versions since 2.10 are not broken
9917 - xres=`grep '^VERSION=' $ac_aux_dir/libtool | cut -d = -f 2`
9918 + xres=`grep '^VERSION=' $ac_aux_dir/libtool | cut -d = -f 2 | tr -d \"`
9919 major=`echo $xres | cut -d . -f 1`
9920 minor=`echo $xres | cut -d . -f 2`
9921 pass=0
9917 xres=`grep '^VERSION=' $ac_aux_dir/libtool | cut -d = -f 2 | cut -d \" -f 2`
99229918 @@ -19310,15 +20638,15 @@
99239919 #define VERSIONED_SYMBOLS
99249920 _ACEOF
99419937 fi
99429938
99439939
9944 @@ -19331,106 +20659,106 @@
9945 fi
9946
9940 @@ -19331,8 +20659,8 @@
9941 fi
9942
9943
9944 -echo "$as_me:$LINENO: checking for custom symbol prefixes" >&5
9945 -echo $ECHO_N "checking for custom symbol prefixes... $ECHO_C" >&6
9946 +{ echo "$as_me:$LINENO: checking for custom symbol prefixes" >&5
9947 +echo $ECHO_N "checking for custom symbol prefixes... $ECHO_C" >&6; }
9948 SYMBOL_PREFIX=` \
9949 echo "PREFIX=__USER_LABEL_PREFIX__" \
9950 | ${CPP-${CC-gcc} -E} - 2>&1 \
9951 @@ -19343,109 +20671,109 @@
9952 #define __SYMBOL_PREFIX "$SYMBOL_PREFIX"
9953 _ACEOF
9954
9955 -echo "$as_me:$LINENO: result: $SYMBOL_PREFIX" >&5
9956 -echo "${ECHO_T}$SYMBOL_PREFIX" >&6
9957 +{ echo "$as_me:$LINENO: result: $SYMBOL_PREFIX" >&5
9958 +echo "${ECHO_T}$SYMBOL_PREFIX" >&6; }
99479959
99489960 -echo "$as_me:$LINENO: checking for debug" >&5
99499961 -echo $ECHO_N "checking for debug... $ECHO_C" >&6
1009410106 echo "No atomic operations supported.."
1009510107 ;;
1009610108 esac
10097 @@ -19439,18 +20767,19 @@
10109 @@ -19454,18 +20782,19 @@
1009810110 for ac_header in wordexp.h
1009910111 do
1010010112 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
1012210134 cat >conftest.$ac_ext <<_ACEOF
1012310135 /* confdefs.h. */
1012410136 _ACEOF
10125 @@ -19461,24 +20790,36 @@
10137 @@ -19476,24 +20805,36 @@
1012610138 #include <$ac_header>
1012710139 _ACEOF
1012810140 rm -f conftest.$ac_objext
1016710179 ac_status=$?
1016810180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1016910181 (exit $ac_status); }; }; then
10170 @@ -19487,15 +20828,16 @@
10182 @@ -19502,15 +20843,16 @@
1017110183 echo "$as_me: failed program was:" >&5
1017210184 sed 's/^/| /' conftest.$ac_ext >&5
1017310185
1019010202 cat >conftest.$ac_ext <<_ACEOF
1019110203 /* confdefs.h. */
1019210204 _ACEOF
10193 @@ -19504,8 +20846,13 @@
10205 @@ -19519,8 +20861,13 @@
1019410206 /* end confdefs.h. */
1019510207 #include <$ac_header>
1019610208 _ACEOF
1020610218 ac_status=$?
1020710219 grep -v '^ *+' conftest.er1 >conftest.err
1020810220 rm -f conftest.er1
10209 @@ -19529,9 +20876,10 @@
10221 @@ -19544,9 +20891,10 @@
1021010222
1021110223 ac_header_preproc=no
1021210224 fi
1021910231
1022010232 # So? What about this header?
1022110233 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10222 @@ -19555,25 +20903,19 @@
10234 @@ -19570,25 +20918,19 @@
1022310235 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
1022410236 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
1022510237 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
1025210264
1025310265 fi
1025410266 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10255 @@ -19586,21 +20928,21 @@
10267 @@ -19601,21 +20943,21 @@
1025610268 done
1025710269
1025810270
1028410296 if test "${ac_cv_lib_resmgr_rsm_open_device+set}" = set; then
1028510297 echo $ECHO_N "(cached) $ECHO_C" >&6
1028610298 else
10287 @@ -19613,40 +20955,52 @@
10299 @@ -19628,40 +20970,52 @@
1028810300 cat >>conftest.$ac_ext <<_ACEOF
1028910301 /* end confdefs.h. */
1029010302
1034910361 ac_status=$?
1035010362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1035110363 (exit $ac_status); }; }; then
10352 @@ -19655,14 +21009,15 @@
10364 @@ -19670,14 +21024,15 @@
1035310365 echo "$as_me: failed program was:" >&5
1035410366 sed 's/^/| /' conftest.$ac_ext >&5
1035510367
1036910381 if test $ac_cv_lib_resmgr_rsm_open_device = yes; then
1037010382 cat >>confdefs.h <<_ACEOF
1037110383 #define HAVE_LIBRESMGR 1
10372 @@ -19683,17 +21038,17 @@
10384 @@ -19698,17 +21053,17 @@
1037310385
1037410386 fi
1037510387
1039510407 if test "$aload" = "yes"; then
1039610408
1039710409 cat >>confdefs.h <<\_ACEOF
10398 @@ -19702,16 +21057,16 @@
10410 @@ -19717,16 +21072,16 @@
1039910411
1040010412 fi
1040110413
1041810430 if echo "$alsa_dev_dir" | grep -v '/$' > /dev/null; then
1041910431 alsa_dev_dir="$alsa_dev_dir/"
1042010432 fi
10421 @@ -19720,19 +21075,19 @@
10433 @@ -19735,19 +21090,19 @@
1042210434 #define ALSA_DEVICE_DIRECTORY "$alsa_dev_dir"
1042310435 _ACEOF
1042410436
1044610458 if echo "$aload_dev_dir" | grep -v '/$' > /dev/null; then
1044710459 aload_dev_dir="$aload_dev_dir/"
1044810460 fi
10449 @@ -19741,58 +21096,58 @@
10461 @@ -19756,58 +21111,58 @@
1045010462 #define ALOAD_DEVICE_DIRECTORY "$aload_dev_dir"
1045110463 _ACEOF
1045210464
1053510547
1053610548 if test "$build_seq" != "yes"; then
1053710549 build_instr="no"
10538 @@ -19908,13 +21263,13 @@
10550 @@ -19923,13 +21278,13 @@
1053910551
1054010552 if test "$build_pcm" = "yes"; then
1054110553
1055310565 else
1055410566 pcm_plugins=""
1055510567 fi
10556 @@ -20250,12 +21605,6 @@
10568 @@ -20265,12 +21620,6 @@
1055710569 fi
1055810570
1055910571
1056610578
1056710579 if test ! -L include/alsa ; then
1056810580 echo "Making a symlink include/alsa"
10569 @@ -20263,7 +21612,8 @@
10581 @@ -20278,7 +21627,8 @@
1057010582 ln -sf . include/alsa
1057110583 fi
1057210584
1057610588 cat >confcache <<\_ACEOF
1057710589 # This file is a shell script that caches the results of configure
1057810590 # tests run on this system so they can be shared between configure
10579 @@ -20282,39 +21632,58 @@
10591 @@ -20297,39 +21647,58 @@
1058010592
1058110593 # The following way of writing the cache mishandles newlines in values,
1058210594 # but we know of no workaround that is simple, portable, and efficient.
1065110663 fi
1065210664 fi
1065310665 rm -f confcache
10654 @@ -20323,32 +21692,18 @@
10666 @@ -20338,32 +21707,18 @@
1065510667 # Let make expand exec_prefix.
1065610668 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
1065710669
1069010702 done
1069110703 LIBOBJS=$ac_libobjs
1069210704
10693 @@ -20362,6 +21717,13 @@
10705 @@ -20377,6 +21732,13 @@
1069410706 Usually this means the macro was only invoked conditionally." >&2;}
1069510707 { (exit 1); exit 1; }; }
1069610708 fi
1070410716 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
1070510717 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
1070610718 Usually this means the macro was only invoked conditionally." >&5
10707 @@ -20659,11 +22021,35 @@
10719 @@ -20674,11 +22036,35 @@
1070810720 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
1070910721 # is contrary to our usage. Disable this feature.
1071010722 alias -g '${1+"$@"}'='"$@"'
1074210754 # Support unset when possible.
1074310755 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
1074410756 as_unset=unset
10745 @@ -20672,8 +22058,43 @@
10757 @@ -20687,8 +22073,43 @@
1074610758 fi
1074710759
1074810760
1078710799 PS1='$ '
1078810800 PS2='> '
1078910801 PS4='+ '
10790 @@ -20687,18 +22108,19 @@
10802 @@ -20702,18 +22123,19 @@
1079110803 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
1079210804 eval $as_var=C; export $as_var
1079310805 else
1081010822 as_basename=basename
1081110823 else
1081210824 as_basename=false
10813 @@ -20706,159 +22128,120 @@
10825 @@ -20721,159 +22143,120 @@
1081410826
1081510827
1081610828 # Name of the executable.
1104111053
1104211054 if mkdir -p . 2>/dev/null; then
1104311055 as_mkdir_p=:
11044 @@ -20867,7 +22250,19 @@
11056 @@ -20882,7 +22265,19 @@
1104511057 as_mkdir_p=false
1104611058 fi
1104711059
1106211074
1106311075 # Sed expression to map a string onto a valid CPP name.
1106411076 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11065 @@ -20876,31 +22271,14 @@
11077 @@ -20891,31 +22286,14 @@
1106611078 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
1106711079
1106811080
1109811110
1109911111 CONFIG_FILES = $CONFIG_FILES
1110011112 CONFIG_HEADERS = $CONFIG_HEADERS
11101 @@ -20908,30 +22286,20 @@
11113 @@ -20923,30 +22301,20 @@
1110211114 CONFIG_COMMANDS = $CONFIG_COMMANDS
1110311115 $ $0 $@
1110411116
1113711149 ac_cs_usage="\
1113811150 \`$as_me' instantiates files from templates according to the
1113911151 current configuration.
11140 @@ -20939,7 +22307,7 @@
11152 @@ -20954,7 +22322,7 @@
1114111153 Usage: $0 [OPTIONS] [FILE]...
1114211154
1114311155 -h, --help print this help, then exit
1114611158 -q, --quiet do not print progress messages
1114711159 -d, --debug don't remove temporary files
1114811160 --recheck update $as_me by reconfiguring in the same conditions
11149 @@ -20958,19 +22326,21 @@
11161 @@ -20973,19 +22341,21 @@
1115011162 $config_commands
1115111163
1115211164 Report bugs to <bug-autoconf@gnu.org>."
1117411186 _ACEOF
1117511187
1117611188 cat >>$CONFIG_STATUS <<\_ACEOF
11177 @@ -20981,39 +22351,24 @@
11189 @@ -20996,39 +22366,24 @@
1117811190 do
1117911191 case $1 in
1118011192 --*=*)
1122011232 debug=: ;;
1122111233 --file | --fil | --fi | --f )
1122211234 $ac_shift
11223 @@ -21023,18 +22378,24 @@
11235 @@ -21038,18 +22393,24 @@
1122411236 $ac_shift
1122511237 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1122611238 ac_need_defaults=false;;
1125011262
1125111263 esac
1125211264 shift
11253 @@ -21050,65 +22411,77 @@
11265 @@ -21065,65 +22426,77 @@
1125411266 _ACEOF
1125511267 cat >>$CONFIG_STATUS <<_ACEOF
1125611268 if \$ac_cs_recheck; then
1136711379 # If the user did not use the arguments to specify the items to instantiate,
1136811380 # then the envvar interface is used. Set only those that are not.
1136911381 # We use the long form for the default assignment because of an extremely
11370 @@ -21120,682 +22493,673 @@
11382 @@ -21135,682 +22508,673 @@
1137111383 fi
1137211384
1137311385 # Have a temporary directory for convenience. Make it in the build tree
1150311515 -s,@CCDEPMODE@,$CCDEPMODE,;t t
1150411516 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
1150511517 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11518 -s,@CPP@,$CPP,;t t
1150611519 -s,@LN_S@,$LN_S,;t t
1150711520 -s,@EGREP@,$EGREP,;t t
1150811521 -s,@ECHO@,$ECHO,;t t
1151011523 -s,@ac_ct_AR@,$ac_ct_AR,;t t
1151111524 -s,@RANLIB@,$RANLIB,;t t
1151211525 -s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11513 -s,@CPP@,$CPP,;t t
1151411526 -s,@CXX@,$CXX,;t t
1151511527 -s,@CXXFLAGS@,$CXXFLAGS,;t t
1151611528 -s,@ac_ct_CXX@,$ac_ct_CXX,;t t
1173711749 +CCDEPMODE!$CCDEPMODE$ac_delim
1173811750 +am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
1173911751 +am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
11752 +CPP!$CPP$ac_delim
1174011753 +LN_S!$LN_S$ac_delim
1174111754 +GREP!$GREP$ac_delim
1174211755 +EGREP!$EGREP$ac_delim
1174311756 +ECHO!$ECHO$ac_delim
1174411757 +AR!$AR$ac_delim
11745 +RANLIB!$RANLIB$ac_delim
1174611758 +_ACEOF
1174711759 +
1174811760 + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
1176611778 +cat >>$CONFIG_STATUS <<_ACEOF
1176711779 +cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
1176811780 +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11769 _ACEOF
11781 +_ACEOF
1177011782 +sed '
1177111783 +s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
1177211784 +s/^/s,@/; s/!/@,|#_!!_#|/
1177911791 +rm -f conf$$subs.sed
1178011792 +cat >>$CONFIG_STATUS <<_ACEOF
1178111793 +CEOF$ac_eof
11782 +_ACEOF
11794 _ACEOF
1178311795 +
1178411796 +
1178511797 +ac_delim='%!_!# '
1178611798 +for ac_last_try in false false false false false :; do
1178711799 + cat >conf$$subs.sed <<_ACEOF
11788 +CPP!$CPP$ac_delim
11800 +RANLIB!$RANLIB$ac_delim
1178911801 +CXX!$CXX$ac_delim
1179011802 +CXXFLAGS!$CXXFLAGS$ac_delim
1179111803 +ac_ct_CXX!$ac_ct_CXX$ac_delim
1262612638 # Compute $ac_file's index in $config_headers.
1262712639 _am_stamp_count=1
1262812640 for _am_header in $config_headers :; do
12629 @@ -21806,135 +23170,39 @@
12641 @@ -21821,135 +23185,39 @@
1263012642 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1263112643 esac
1263212644 done
1278812800 # Strip MF so we end up with the name of the file.
1278912801 mf=`echo "$mf" | sed -e 's/:.*$//'`
1279012802 # Check whether this is an Automake generated Makefile or not.
12791 @@ -21944,18 +23212,29 @@
12803 @@ -21959,18 +23227,29 @@
1279212804 # each Makefile.in and add a new line on top of each file to say so.
1279312805 # So let's grep whole file.
1279412806 if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
1282612838 else
1282712839 continue
1282812840 fi
12829 @@ -21977,53 +23256,79 @@
12841 @@ -21992,53 +23271,79 @@
1283012842 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1283112843 # Make sure the directory exists.
1283212844 test -f "$dirpart/$file" && continue
1293512947
1293612948 { (exit 0); exit 0; }
1293712949 _ACEOF
12938 @@ -22052,3 +23357,10 @@
12950 @@ -22067,3 +23372,10 @@
1293912951 $ac_cs_success || { (exit 1); exit 1; }
1294012952 fi
1294112953
1294712959 + fi
1294812960 +done
1294912961 diff -urNad a/doc/Makefile.in b/doc/Makefile.in
12950 --- a/doc/Makefile.in 2006-09-12 15:44:15.000000000 +0200
12951 +++ b/doc/Makefile.in 2006-09-24 17:05:13.000000000 +0200
12962 --- a/doc/Makefile.in 2006-09-29 13:43:47.000000000 +0200
12963 +++ b/doc/Makefile.in 2006-09-30 15:29:14.000000000 +0200
1295212964 @@ -155,6 +155,7 @@
1295312965 EXEEXT = @EXEEXT@
1295412966 F77 = @F77@
1304513057
1304613058 mostlyclean-libtool:
1304713059 diff -urNad a/doc/pictures/Makefile.in b/doc/pictures/Makefile.in
13048 --- a/doc/pictures/Makefile.in 2006-09-12 15:44:15.000000000 +0200
13049 +++ b/doc/pictures/Makefile.in 2006-09-24 17:05:14.000000000 +0200
13060 --- a/doc/pictures/Makefile.in 2006-09-29 13:43:48.000000000 +0200
13061 +++ b/doc/pictures/Makefile.in 2006-09-30 15:29:14.000000000 +0200
1305013062 @@ -146,6 +146,7 @@
1305113063 EXEEXT = @EXEEXT@
1305213064 F77 = @F77@
1314313155
1314413156 mostlyclean-libtool:
1314513157 diff -urNad a/include/Makefile.in b/include/Makefile.in
13146 --- a/include/Makefile.in 2006-09-12 15:44:16.000000000 +0200
13147 +++ b/include/Makefile.in 2006-09-24 17:05:14.000000000 +0200
13158 --- a/include/Makefile.in 2006-09-29 13:43:49.000000000 +0200
13159 +++ b/include/Makefile.in 2006-09-30 15:29:14.000000000 +0200
1314813160 @@ -167,6 +167,7 @@
1314913161 EXEEXT = @EXEEXT@
1315013162 F77 = @F77@
1325013262 rm -f stamp-h1
1325113263 touch $@
1325213264 diff -urNad a/include/sound/Makefile.in b/include/sound/Makefile.in
13253 --- a/include/sound/Makefile.in 2006-09-12 15:44:17.000000000 +0200
13254 +++ b/include/sound/Makefile.in 2006-09-24 17:05:14.000000000 +0200
13265 --- a/include/sound/Makefile.in 2006-09-29 13:43:49.000000000 +0200
13266 +++ b/include/sound/Makefile.in 2006-09-30 15:29:14.000000000 +0200
1325513267 @@ -159,6 +159,7 @@
1325613268 EXEEXT = @EXEEXT@
1325713269 F77 = @F77@
1338413396 ;;
1338513397 no)
1338613398 diff -urNad a/Makefile.in b/Makefile.in
13387 --- a/Makefile.in 2006-09-12 15:44:40.000000000 +0200
13388 +++ b/Makefile.in 2006-09-24 17:05:20.000000000 +0200
13399 --- a/Makefile.in 2006-09-29 13:44:07.000000000 +0200
13400 +++ b/Makefile.in 2006-09-30 15:29:20.000000000 +0200
1338913401 @@ -172,6 +172,7 @@
1339013402 EXEEXT = @EXEEXT@
1339113403 F77 = @F77@
1347013482
1347113483 mostlyclean-libtool:
1347213484 diff -urNad a/modules/Makefile.in b/modules/Makefile.in
13473 --- a/modules/Makefile.in 2006-09-12 15:44:17.000000000 +0200
13474 +++ b/modules/Makefile.in 2006-09-24 17:05:14.000000000 +0200
13485 --- a/modules/Makefile.in 2006-09-29 13:43:50.000000000 +0200
13486 +++ b/modules/Makefile.in 2006-09-30 15:29:15.000000000 +0200
1347513487 @@ -155,6 +155,7 @@
1347613488 EXEEXT = @EXEEXT@
1347713489 F77 = @F77@
1356813580
1356913581 mostlyclean-libtool:
1357013582 diff -urNad a/modules/mixer/Makefile.in b/modules/mixer/Makefile.in
13571 --- a/modules/mixer/Makefile.in 2006-09-12 15:44:18.000000000 +0200
13572 +++ b/modules/mixer/Makefile.in 2006-09-24 17:05:15.000000000 +0200
13583 --- a/modules/mixer/Makefile.in 2006-09-29 13:43:51.000000000 +0200
13584 +++ b/modules/mixer/Makefile.in 2006-09-30 15:29:15.000000000 +0200
1357313585 @@ -155,6 +155,7 @@
1357413586 EXEEXT = @EXEEXT@
1357513587 F77 = @F77@
1366613678
1366713679 mostlyclean-libtool:
1366813680 diff -urNad a/modules/mixer/simple/Makefile.in b/modules/mixer/simple/Makefile.in
13669 --- a/modules/mixer/simple/Makefile.in 2006-09-12 15:44:19.000000000 +0200
13670 +++ b/modules/mixer/simple/Makefile.in 2006-09-24 17:05:15.000000000 +0200
13681 --- a/modules/mixer/simple/Makefile.in 2006-09-29 13:43:52.000000000 +0200
13682 +++ b/modules/mixer/simple/Makefile.in 2006-09-30 15:29:15.000000000 +0200
1367113683 @@ -183,6 +183,7 @@
1367213684 EXEEXT = @EXEEXT@
1367313685 F77 = @F77@
1376413776 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
1376513777 @$(NORMAL_INSTALL)
1376613778 diff -urNad a/src/alisp/Makefile.in b/src/alisp/Makefile.in
13767 --- a/src/alisp/Makefile.in 2006-09-12 15:44:21.000000000 +0200
13768 +++ b/src/alisp/Makefile.in 2006-09-24 17:05:16.000000000 +0200
13779 --- a/src/alisp/Makefile.in 2006-09-29 13:43:53.000000000 +0200
13780 +++ b/src/alisp/Makefile.in 2006-09-30 15:29:16.000000000 +0200
1376913781 @@ -165,6 +165,7 @@
1377013782 EXEEXT = @EXEEXT@
1377113783 F77 = @F77@
1386213874 libalisp.la: $(libalisp_la_OBJECTS) $(libalisp_la_DEPENDENCIES)
1386313875 $(LINK) $(libalisp_la_LDFLAGS) $(libalisp_la_OBJECTS) $(libalisp_la_LIBADD) $(LIBS)
1386413876 diff -urNad a/src/compat/Makefile.in b/src/compat/Makefile.in
13865 --- a/src/compat/Makefile.in 2006-09-12 15:44:22.000000000 +0200
13866 +++ b/src/compat/Makefile.in 2006-09-24 17:05:16.000000000 +0200
13877 --- a/src/compat/Makefile.in 2006-09-29 13:43:54.000000000 +0200
13878 +++ b/src/compat/Makefile.in 2006-09-30 15:29:16.000000000 +0200
1386713879 @@ -167,6 +167,7 @@
1386813880 EXEEXT = @EXEEXT@
1386913881 F77 = @F77@
1396013972
1396113973 clean-noinstLTLIBRARIES:
1396213974 diff -urNad a/src/conf/cards/Makefile.in b/src/conf/cards/Makefile.in
13963 --- a/src/conf/cards/Makefile.in 2006-09-12 15:44:24.000000000 +0200
13964 +++ b/src/conf/cards/Makefile.in 2006-09-24 17:05:16.000000000 +0200
13975 --- a/src/conf/cards/Makefile.in 2006-09-29 13:43:56.000000000 +0200
13976 +++ b/src/conf/cards/Makefile.in 2006-09-30 15:29:17.000000000 +0200
1396513977 @@ -158,6 +158,7 @@
1396613978 EXEEXT = @EXEEXT@
1396713979 F77 = @F77@
1405814070
1405914071 mostlyclean-libtool:
1406014072 diff -urNad a/src/conf/Makefile.in b/src/conf/Makefile.in
14061 --- a/src/conf/Makefile.in 2006-09-12 15:44:23.000000000 +0200
14062 +++ b/src/conf/Makefile.in 2006-09-24 17:05:16.000000000 +0200
14073 --- a/src/conf/Makefile.in 2006-09-29 13:43:55.000000000 +0200
14074 +++ b/src/conf/Makefile.in 2006-09-30 15:29:16.000000000 +0200
1406314075 @@ -166,6 +166,7 @@
1406414076 EXEEXT = @EXEEXT@
1406514077 F77 = @F77@
1415614168
1415714169 mostlyclean-libtool:
1415814170 diff -urNad a/src/conf/pcm/Makefile.in b/src/conf/pcm/Makefile.in
14159 --- a/src/conf/pcm/Makefile.in 2006-09-12 15:44:25.000000000 +0200
14160 +++ b/src/conf/pcm/Makefile.in 2006-09-24 17:05:17.000000000 +0200
14171 --- a/src/conf/pcm/Makefile.in 2006-09-29 13:43:56.000000000 +0200
14172 +++ b/src/conf/pcm/Makefile.in 2006-09-30 15:29:17.000000000 +0200
1416114173 @@ -156,6 +156,7 @@
1416214174 EXEEXT = @EXEEXT@
1416314175 F77 = @F77@
1425414266
1425514267 mostlyclean-libtool:
1425614268 diff -urNad a/src/control/Makefile.in b/src/control/Makefile.in
14257 --- a/src/control/Makefile.in 2006-09-12 15:44:26.000000000 +0200
14258 +++ b/src/control/Makefile.in 2006-09-24 17:05:17.000000000 +0200
14269 --- a/src/control/Makefile.in 2006-09-29 13:43:57.000000000 +0200
14270 +++ b/src/control/Makefile.in 2006-09-30 15:29:17.000000000 +0200
1425914271 @@ -167,6 +167,7 @@
1426014272 EXEEXT = @EXEEXT@
1426114273 F77 = @F77@
1435214364 libcontrol.la: $(libcontrol_la_OBJECTS) $(libcontrol_la_DEPENDENCIES)
1435314365 $(LINK) $(libcontrol_la_LDFLAGS) $(libcontrol_la_OBJECTS) $(libcontrol_la_LIBADD) $(LIBS)
1435414366 diff -urNad a/src/hwdep/Makefile.in b/src/hwdep/Makefile.in
14355 --- a/src/hwdep/Makefile.in 2006-09-12 15:44:27.000000000 +0200
14356 +++ b/src/hwdep/Makefile.in 2006-09-24 17:05:17.000000000 +0200
14367 --- a/src/hwdep/Makefile.in 2006-09-29 13:43:58.000000000 +0200
14368 +++ b/src/hwdep/Makefile.in 2006-09-30 15:29:17.000000000 +0200
1435714369 @@ -165,6 +165,7 @@
1435814370 EXEEXT = @EXEEXT@
1435914371 F77 = @F77@
1445014462 libhwdep.la: $(libhwdep_la_OBJECTS) $(libhwdep_la_DEPENDENCIES)
1445114463 $(LINK) $(libhwdep_la_LDFLAGS) $(libhwdep_la_OBJECTS) $(libhwdep_la_LIBADD) $(LIBS)
1445214464 diff -urNad a/src/instr/Makefile.in b/src/instr/Makefile.in
14453 --- a/src/instr/Makefile.in 2006-09-12 15:44:28.000000000 +0200
14454 +++ b/src/instr/Makefile.in 2006-09-24 17:05:17.000000000 +0200
14465 --- a/src/instr/Makefile.in 2006-09-29 13:43:59.000000000 +0200
14466 +++ b/src/instr/Makefile.in 2006-09-30 15:29:18.000000000 +0200
1445514467 @@ -162,6 +162,7 @@
1445614468 EXEEXT = @EXEEXT@
1445714469 F77 = @F77@
1454814560 libinstr.la: $(libinstr_la_OBJECTS) $(libinstr_la_DEPENDENCIES)
1454914561 $(LINK) $(libinstr_la_LDFLAGS) $(libinstr_la_OBJECTS) $(libinstr_la_LIBADD) $(LIBS)
1455014562 diff -urNad a/src/Makefile.in b/src/Makefile.in
14551 --- a/src/Makefile.in 2006-09-12 15:44:20.000000000 +0200
14552 +++ b/src/Makefile.in 2006-09-24 17:05:15.000000000 +0200
14563 --- a/src/Makefile.in 2006-09-29 13:43:53.000000000 +0200
14564 +++ b/src/Makefile.in 2006-09-30 15:29:15.000000000 +0200
1455314565 @@ -207,6 +207,7 @@
1455414566 EXEEXT = @EXEEXT@
1455514567 F77 = @F77@
1464614658 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1464714659 @$(NORMAL_INSTALL)
1464814660 diff -urNad a/src/mixer/Makefile.in b/src/mixer/Makefile.in
14649 --- a/src/mixer/Makefile.in 2006-09-12 15:44:29.000000000 +0200
14650 +++ b/src/mixer/Makefile.in 2006-09-24 17:05:18.000000000 +0200
14661 --- a/src/mixer/Makefile.in 2006-09-29 13:43:59.000000000 +0200
14662 +++ b/src/mixer/Makefile.in 2006-09-30 15:29:18.000000000 +0200
1465114663 @@ -166,6 +166,7 @@
1465214664 EXEEXT = @EXEEXT@
1465314665 F77 = @F77@
1474414756 libmixer.la: $(libmixer_la_OBJECTS) $(libmixer_la_DEPENDENCIES)
1474514757 $(LINK) $(libmixer_la_LDFLAGS) $(libmixer_la_OBJECTS) $(libmixer_la_LIBADD) $(LIBS)
1474614758 diff -urNad a/src/pcm/Makefile.in b/src/pcm/Makefile.in
14747 --- a/src/pcm/Makefile.in 2006-09-12 15:44:33.000000000 +0200
14748 +++ b/src/pcm/Makefile.in 2006-09-24 17:05:18.000000000 +0200
14759 --- a/src/pcm/Makefile.in 2006-09-29 13:44:01.000000000 +0200
14760 +++ b/src/pcm/Makefile.in 2006-09-30 15:29:18.000000000 +0200
1474914761 @@ -250,6 +250,7 @@
1475014762 EXEEXT = @EXEEXT@
1475114763 F77 = @F77@
1484214854 libpcm.la: $(libpcm_la_OBJECTS) $(libpcm_la_DEPENDENCIES)
1484314855 $(LINK) $(libpcm_la_LDFLAGS) $(libpcm_la_OBJECTS) $(libpcm_la_LIBADD) $(LIBS)
1484414856 diff -urNad a/src/pcm/scopes/Makefile.in b/src/pcm/scopes/Makefile.in
14845 --- a/src/pcm/scopes/Makefile.in 2006-09-12 15:44:34.000000000 +0200
14846 +++ b/src/pcm/scopes/Makefile.in 2006-09-24 17:05:19.000000000 +0200
14857 --- a/src/pcm/scopes/Makefile.in 2006-09-29 13:44:02.000000000 +0200
14858 +++ b/src/pcm/scopes/Makefile.in 2006-09-30 15:29:19.000000000 +0200
1484714859 @@ -172,6 +172,7 @@
1484814860 EXEEXT = @EXEEXT@
1484914861 F77 = @F77@
1494014952 install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
1494114953 @$(NORMAL_INSTALL)
1494214954 diff -urNad a/src/rawmidi/Makefile.in b/src/rawmidi/Makefile.in
14943 --- a/src/rawmidi/Makefile.in 2006-09-12 15:44:35.000000000 +0200
14944 +++ b/src/rawmidi/Makefile.in 2006-09-24 17:05:19.000000000 +0200
14955 --- a/src/rawmidi/Makefile.in 2006-09-29 13:44:03.000000000 +0200
14956 +++ b/src/rawmidi/Makefile.in 2006-09-30 15:29:19.000000000 +0200
1494514957 @@ -170,6 +170,7 @@
1494614958 EXEEXT = @EXEEXT@
1494714959 F77 = @F77@
1503815050 librawmidi.la: $(librawmidi_la_OBJECTS) $(librawmidi_la_DEPENDENCIES)
1503915051 $(LINK) $(librawmidi_la_LDFLAGS) $(librawmidi_la_OBJECTS) $(librawmidi_la_LIBADD) $(LIBS)
1504015052 diff -urNad a/src/seq/Makefile.in b/src/seq/Makefile.in
15041 --- a/src/seq/Makefile.in 2006-09-12 15:44:35.000000000 +0200
15042 +++ b/src/seq/Makefile.in 2006-09-24 17:05:19.000000000 +0200
15053 --- a/src/seq/Makefile.in 2006-09-29 13:44:04.000000000 +0200
15054 +++ b/src/seq/Makefile.in 2006-09-30 15:29:19.000000000 +0200
1504315055 @@ -166,6 +166,7 @@
1504415056 EXEEXT = @EXEEXT@
1504515057 F77 = @F77@
1513615148 libseq.la: $(libseq_la_OBJECTS) $(libseq_la_DEPENDENCIES)
1513715149 $(LINK) $(libseq_la_LDFLAGS) $(libseq_la_OBJECTS) $(libseq_la_LIBADD) $(LIBS)
1513815150 diff -urNad a/src/timer/Makefile.in b/src/timer/Makefile.in
15139 --- a/src/timer/Makefile.in 2006-09-12 15:44:36.000000000 +0200
15140 +++ b/src/timer/Makefile.in 2006-09-24 17:05:20.000000000 +0200
15151 --- a/src/timer/Makefile.in 2006-09-29 13:44:05.000000000 +0200
15152 +++ b/src/timer/Makefile.in 2006-09-30 15:29:19.000000000 +0200
1514115153 @@ -166,6 +166,7 @@
1514215154 EXEEXT = @EXEEXT@
1514315155 F77 = @F77@
1523415246 libtimer.la: $(libtimer_la_OBJECTS) $(libtimer_la_DEPENDENCIES)
1523515247 $(LINK) $(libtimer_la_LDFLAGS) $(libtimer_la_OBJECTS) $(libtimer_la_LIBADD) $(LIBS)
1523615248 diff -urNad a/test/Makefile.in b/test/Makefile.in
15237 --- a/test/Makefile.in 2006-09-12 15:44:38.000000000 +0200
15238 +++ b/test/Makefile.in 2006-09-24 17:05:20.000000000 +0200
15249 --- a/test/Makefile.in 2006-09-29 13:44:06.000000000 +0200
15250 +++ b/test/Makefile.in 2006-09-30 15:29:20.000000000 +0200
1523915251 @@ -198,6 +198,7 @@
1524015252 EXEEXT = @EXEEXT@
1524115253 F77 = @F77@
1533215344
1533315345 clean-checkPROGRAMS:
1533415346 diff -urNad a/utils/Makefile.in b/utils/Makefile.in
15335 --- a/utils/Makefile.in 2006-09-12 15:44:39.000000000 +0200
15336 +++ b/utils/Makefile.in 2006-09-24 17:05:20.000000000 +0200
15347 --- a/utils/Makefile.in 2006-09-29 13:44:06.000000000 +0200
15348 +++ b/utils/Makefile.in 2006-09-30 15:29:20.000000000 +0200
1533715349 @@ -159,6 +159,7 @@
1533815350 EXEEXT = @EXEEXT@
1533915351 F77 = @F77@
154154 dh_fixperms -i
155155
156156 binary-arch: build-arch-stamp install-arch
157 dh_makeshlibs -plibasound2 -V'libasound2 (>> 1.0.12)'
157 dh_makeshlibs -plibasound2 -V'libasound2 (>> 1.0.13)'
158158 ifneq (,$(build_biarch_stamp))
159 dh_makeshlibs -plib$(bi)asound2 -V'lib$(bi)asound2 (>> 1.0.12)'
159 dh_makeshlibs -plib$(bi)asound2 -V'lib$(bi)asound2 (>> 1.0.13)'
160160 endif
161161
162162 dh_installdeb -s