fixes ltq-vmmc for none falcon targets
[librecmc/librecmc.git] / package / ltq-vmmc / patches / 400-falcon.patch
1 --- a/configure.in
2 +++ b/configure.in
3 @@ -956,14 +956,15 @@ AC_DEFINE([VMMC],[1],[enable VMMC suppor
4  AM_CONDITIONAL(DANUBE, false)
5  AM_CONDITIONAL(AR9, false)
6  AM_CONDITIONAL(VR9, false)
7 +AM_CONDITIONAL(FALCON, false)
8  AC_ARG_WITH(device,
9     AC_HELP_STRING(
10 -      [--with-device=DANUBE|TWINPASS|AR9|VR9],
11 +      [--with-device=DANUBE|TWINPASS|AR9|VR9|FALCON],
12        [Set device type, default is DANUBE]
13     ),
14     [
15        if test "$withval" = yes; then
16 -         AC_MSG_ERROR([Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9]);
17 +         AC_MSG_ERROR([Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9|FALCON]);
18        else
19           case $withval in
20             DANUBE)
21 @@ -986,8 +987,13 @@ AC_ARG_WITH(device,
22                 AC_DEFINE([SYSTEM_VR9],[1],[enable VR9 specific code])
23                 AM_CONDITIONAL(VR9, true)
24             ;;
25 +           FALCON)
26 +               AC_MSG_RESULT(FALCON device is used);
27 +               AC_DEFINE([SYSTEM_FALCON],[1],[enable FALCON specific code])
28 +               AM_CONDITIONAL(FALCON, true)
29 +           ;;
30             *)
31 -               AC_MSG_ERROR([Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9]);
32 +               AC_MSG_ERROR([Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9|FALCON]);
33             ;;
34         esac
35        fi
36 --- a/src/Makefile.am
37 +++ b/src/Makefile.am
38 @@ -70,6 +70,11 @@ drv_vmmc_SOURCES +=\
39     mps/drv_mps_vmmc_ar9.c
40  endif
41  
42 +if FALCON
43 +drv_vmmc_SOURCES +=\
44 +   mps/drv_mps_vmmc_falcon.c
45 +endif
46 +
47  endif
48  
49  if PMC_SUPPORT
50 --- a/src/Makefile.in
51 +++ b/src/Makefile.in
52 @@ -1,8 +1,9 @@
53 -# Makefile.in generated by automake 1.9.2 from Makefile.am.
54 +# Makefile.in generated by automake 1.11.1 from Makefile.am.
55  # @configure_input@
56  
57  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
58 -# 2003, 2004  Free Software Foundation, Inc.
59 +# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
60 +# Inc.
61  # This Makefile.in is free software; the Free Software Foundation
62  # gives unlimited permission to copy and/or distribute it,
63  # with or without modifications, as long as this notice is preserved.
64 @@ -25,17 +26,12 @@
65  #
66  #
67  
68 -SOURCES = $(drv_vmmc_SOURCES) $(nodist_drv_vmmc_SOURCES) $(drv_vmmc_ko_SOURCES)
69 -
70 -srcdir = @srcdir@
71 -top_srcdir = @top_srcdir@
72  VPATH = @srcdir@
73  pkgdatadir = $(datadir)/@PACKAGE@
74 -pkglibdir = $(libdir)/@PACKAGE@
75  pkgincludedir = $(includedir)/@PACKAGE@
76 -top_builddir = ..
77 +pkglibdir = $(libdir)/@PACKAGE@
78 +pkglibexecdir = $(libexecdir)/@PACKAGE@
79  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 -INSTALL = @INSTALL@
81  install_sh_DATA = $(install_sh) -c -m 644
82  install_sh_PROGRAM = $(install_sh) -c
83  install_sh_SCRIPT = $(install_sh) -c
84 @@ -66,33 +62,36 @@ POST_UNINSTALL = :
85  @VMMC_WITH_MPS_TRUE@@VR9_TRUE@am__append_5 = \
86  @VMMC_WITH_MPS_TRUE@@VR9_TRUE@   mps/drv_mps_vmmc_ar9.c
87  
88 -@PMC_SUPPORT_TRUE@am__append_6 = \
89 +@FALCON_TRUE@@VMMC_WITH_MPS_TRUE@am__append_6 = \
90 +@FALCON_TRUE@@VMMC_WITH_MPS_TRUE@   mps/drv_mps_vmmc_falcon.c
91 +
92 +@PMC_SUPPORT_TRUE@am__append_7 = \
93  @PMC_SUPPORT_TRUE@   drv_vmmc_pmc.c
94  
95 -@EVALUATION_TRUE@am__append_7 = \
96 +@EVALUATION_TRUE@am__append_8 = \
97  @EVALUATION_TRUE@   drv_vmmc_eval.c
98  
99 -@LIN_SUPPORT_TRUE@am__append_8 = \
100 +@LIN_SUPPORT_TRUE@am__append_9 = \
101  @LIN_SUPPORT_TRUE@   drv_vmmc_lin.c
102  
103  
104  # include these coefficients only for INCA-IP2 packages
105 -@IPP_EVAL_SYSTEM_PARAMETERS_TRUE@am__append_9 = \
106 +@IPP_EVAL_SYSTEM_PARAMETERS_TRUE@am__append_10 = \
107  @IPP_EVAL_SYSTEM_PARAMETERS_TRUE@   ipp_voice_params_ref.h \
108  @IPP_EVAL_SYSTEM_PARAMETERS_TRUE@   ipp_voice_params_eval.h
109  
110 -@VMMC_WITH_MPS_TRUE@am__append_10 = \
111 +@VMMC_WITH_MPS_TRUE@am__append_11 = \
112  @VMMC_WITH_MPS_TRUE@   -I@abs_top_srcdir@/src/mps
113  
114 -@KERNEL_2_6_FALSE@am__append_11 = -I@KERNEL_INCL_PATH@
115 -@HL_TAPI_INCL_PATH_SET_TRUE@am__append_12 = -I@HL_TAPI_INCL_PATH@ -I@HL_TAPI_INCL_PATH@/include
116 -@HL_TAPI_INCL_PATH_SET_FALSE@am__append_13 = -I@abs_top_srcdir@/src/drv_tapi/include
117 -@MPS_INCL_PATH_SET_TRUE@am__append_14 = -I@MPS_INCL_PATH@ -I@MPS_INCL_PATH@/include
118 -@MPS_INCL_PATH_SET_FALSE@am__append_15 = -I@abs_top_srcdir@/../drv_mps_vmmc/include
119 -@EVENT_LOGGER_DEBUG_TRUE@am__append_16 = -I@abs_top_srcdir@/../event_logger/include
120 +@KERNEL_2_6_FALSE@am__append_12 = -I@KERNEL_INCL_PATH@
121 +@HL_TAPI_INCL_PATH_SET_TRUE@am__append_13 = -I@HL_TAPI_INCL_PATH@ -I@HL_TAPI_INCL_PATH@/include
122 +@HL_TAPI_INCL_PATH_SET_FALSE@am__append_14 = -I@abs_top_srcdir@/src/drv_tapi/include
123 +@MPS_INCL_PATH_SET_TRUE@am__append_15 = -I@MPS_INCL_PATH@ -I@MPS_INCL_PATH@/include
124 +@MPS_INCL_PATH_SET_FALSE@am__append_16 = -I@abs_top_srcdir@/../drv_mps_vmmc/include
125 +@EVENT_LOGGER_DEBUG_TRUE@am__append_17 = -I@abs_top_srcdir@/../event_logger/include
126  
127  # Extra rule for linux-2.6 kernel object
128 -@KERNEL_2_6_TRUE@am__append_17 = -fno-common
129 +@KERNEL_2_6_TRUE@am__append_18 = -fno-common
130  subdir = src
131  DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
132  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
133 @@ -102,8 +101,8 @@ am__configure_deps = $(am__aclocal_m4_de
134  mkinstalldirs = $(install_sh) -d
135  CONFIG_HEADER = $(top_builddir)/drv_config.h
136  CONFIG_CLEAN_FILES =
137 +CONFIG_CLEAN_VPATH_FILES =
138  am__installdirs = "$(DESTDIR)$(bindir)"
139 -binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
140  PROGRAMS = $(bin_PROGRAMS)
141  am__drv_vmmc_SOURCES_DIST = drv_vmmc_alm.c drv_vmmc_api.c \
142         drv_vmmc_bbd.c drv_vmmc_con.c drv_vmmc_cod.c drv_vmmc_event.c \
143 @@ -115,7 +114,8 @@ am__drv_vmmc_SOURCES_DIST = drv_vmmc_alm
144         drv_vmmc_audio.c lib/lib_bbd/src/lib_bbd.c drv_vmmc_dect.c \
145         mps/drv_mps_vmmc_linux.c mps/drv_mps_vmmc_common.c \
146         mps/drv_mps_vmmc_crc32.c mps/drv_mps_vmmc_danube.c \
147 -       mps/drv_mps_vmmc_ar9.c drv_vmmc_pmc.c
148 +       mps/drv_mps_vmmc_ar9.c mps/drv_mps_vmmc_falcon.c \
149 +       drv_vmmc_pmc.c
150  @DECT_SUPPORT_TRUE@am__objects_1 = drv_vmmc-drv_vmmc_dect.$(OBJEXT)
151  @VMMC_WITH_MPS_TRUE@am__objects_2 =  \
152  @VMMC_WITH_MPS_TRUE@   drv_vmmc-drv_mps_vmmc_linux.$(OBJEXT) \
153 @@ -124,7 +124,8 @@ am__drv_vmmc_SOURCES_DIST = drv_vmmc_alm
154  @DANUBE_TRUE@@VMMC_WITH_MPS_TRUE@am__objects_3 = drv_vmmc-drv_mps_vmmc_danube.$(OBJEXT)
155  @AR9_TRUE@@VMMC_WITH_MPS_TRUE@am__objects_4 = drv_vmmc-drv_mps_vmmc_ar9.$(OBJEXT)
156  @VMMC_WITH_MPS_TRUE@@VR9_TRUE@am__objects_5 = drv_vmmc-drv_mps_vmmc_ar9.$(OBJEXT)
157 -@PMC_SUPPORT_TRUE@am__objects_6 = drv_vmmc-drv_vmmc_pmc.$(OBJEXT)
158 +@FALCON_TRUE@@VMMC_WITH_MPS_TRUE@am__objects_6 = drv_vmmc-drv_mps_vmmc_falcon.$(OBJEXT)
159 +@PMC_SUPPORT_TRUE@am__objects_7 = drv_vmmc-drv_vmmc_pmc.$(OBJEXT)
160  am_drv_vmmc_OBJECTS = drv_vmmc-drv_vmmc_alm.$(OBJEXT) \
161         drv_vmmc-drv_vmmc_api.$(OBJEXT) \
162         drv_vmmc-drv_vmmc_bbd.$(OBJEXT) \
163 @@ -148,19 +149,23 @@ am_drv_vmmc_OBJECTS = drv_vmmc-drv_vmmc_
164         drv_vmmc-drv_vmmc_stream.$(OBJEXT) \
165         drv_vmmc-drv_vmmc_audio.$(OBJEXT) drv_vmmc-lib_bbd.$(OBJEXT) \
166         $(am__objects_1) $(am__objects_2) $(am__objects_3) \
167 -       $(am__objects_4) $(am__objects_5) $(am__objects_6)
168 -@EVALUATION_TRUE@am__objects_7 = drv_vmmc-drv_vmmc_eval.$(OBJEXT)
169 -@LIN_SUPPORT_TRUE@am__objects_8 = drv_vmmc-drv_vmmc_lin.$(OBJEXT)
170 -nodist_drv_vmmc_OBJECTS = $(am__objects_7) $(am__objects_8)
171 +       $(am__objects_4) $(am__objects_5) $(am__objects_6) \
172 +       $(am__objects_7)
173 +@EVALUATION_TRUE@am__objects_8 = drv_vmmc-drv_vmmc_eval.$(OBJEXT)
174 +@LIN_SUPPORT_TRUE@am__objects_9 = drv_vmmc-drv_vmmc_lin.$(OBJEXT)
175 +nodist_drv_vmmc_OBJECTS = $(am__objects_8) $(am__objects_9)
176  drv_vmmc_OBJECTS = $(am_drv_vmmc_OBJECTS) $(nodist_drv_vmmc_OBJECTS)
177  drv_vmmc_LDADD = $(LDADD)
178 +drv_vmmc_LINK = $(CCLD) $(drv_vmmc_CFLAGS) $(CFLAGS) \
179 +       $(drv_vmmc_LDFLAGS) $(LDFLAGS) -o $@
180  am__drv_vmmc_ko_SOURCES_DIST = @top_srcdir@/LICENSE
181  am_drv_vmmc_ko_OBJECTS =
182  drv_vmmc_ko_OBJECTS = $(am_drv_vmmc_ko_OBJECTS)
183  drv_vmmc_ko_LDADD = $(LDADD)
184 -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
185 +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
186  depcomp = $(SHELL) $(top_srcdir)/depcomp
187  am__depfiles_maybe = depfiles
188 +am__mv = mv -f
189  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
190         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
191  CCLD = $(CC)
192 @@ -173,11 +178,7 @@ ETAGS = etags
193  CTAGS = ctags
194  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
195  ACLOCAL = @ACLOCAL@
196 -AMDEP_FALSE = @AMDEP_FALSE@
197 -AMDEP_TRUE = @AMDEP_TRUE@
198  AMTAR = @AMTAR@
199 -AR9_FALSE = @AR9_FALSE@
200 -AR9_TRUE = @AR9_TRUE@
201  AUTOCONF = @AUTOCONF@
202  AUTOHEADER = @AUTOHEADER@
203  AUTOMAKE = @AUTOMAKE@
204 @@ -188,83 +189,47 @@ CFLAGS = @CFLAGS@
205  CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@
206  CPPFLAGS = @CPPFLAGS@
207  CYGPATH_W = @CYGPATH_W@
208 -DANUBE_FALSE = @DANUBE_FALSE@
209 -DANUBE_TRUE = @DANUBE_TRUE@
210 -DEBUG_FALSE = @DEBUG_FALSE@
211 -DEBUG_TRUE = @DEBUG_TRUE@
212 -DECT_SUPPORT_FALSE = @DECT_SUPPORT_FALSE@
213 -DECT_SUPPORT_TRUE = @DECT_SUPPORT_TRUE@
214  DEFS = @DEFS@
215  DEPDIR = @DEPDIR@
216  ECHO_C = @ECHO_C@
217  ECHO_N = @ECHO_N@
218  ECHO_T = @ECHO_T@
219 -ENABLE_OBSOLETE_PREMAPPING_FALSE = @ENABLE_OBSOLETE_PREMAPPING_FALSE@
220 -ENABLE_OBSOLETE_PREMAPPING_TRUE = @ENABLE_OBSOLETE_PREMAPPING_TRUE@
221 -EVALUATION_FALSE = @EVALUATION_FALSE@
222 -EVALUATION_TRUE = @EVALUATION_TRUE@
223 -EVENT_LOGGER_DEBUG_FALSE = @EVENT_LOGGER_DEBUG_FALSE@
224 -EVENT_LOGGER_DEBUG_TRUE = @EVENT_LOGGER_DEBUG_TRUE@
225  EXEEXT = @EXEEXT@
226  HL_TAPI_INCL_PATH = @HL_TAPI_INCL_PATH@
227 -HL_TAPI_INCL_PATH_SET_FALSE = @HL_TAPI_INCL_PATH_SET_FALSE@
228 -HL_TAPI_INCL_PATH_SET_TRUE = @HL_TAPI_INCL_PATH_SET_TRUE@
229  IFXOS_INCL_PATH = @IFXOS_INCL_PATH@
230 +INSTALL = @INSTALL@
231  INSTALL_DATA = @INSTALL_DATA@
232  INSTALL_PROGRAM = @INSTALL_PROGRAM@
233  INSTALL_SCRIPT = @INSTALL_SCRIPT@
234  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235 -IPP_EVAL_SYSTEM_PARAMETERS_FALSE = @IPP_EVAL_SYSTEM_PARAMETERS_FALSE@
236 -IPP_EVAL_SYSTEM_PARAMETERS_TRUE = @IPP_EVAL_SYSTEM_PARAMETERS_TRUE@
237 -KERNEL_2_6_FALSE = @KERNEL_2_6_FALSE@
238 -KERNEL_2_6_TRUE = @KERNEL_2_6_TRUE@
239  KERNEL_ARCH = @KERNEL_ARCH@
240  KERNEL_BUILD_PATH = @KERNEL_BUILD_PATH@
241  KERNEL_INCL_PATH = @KERNEL_INCL_PATH@
242 -KPI_SUPPORT_FALSE = @KPI_SUPPORT_FALSE@
243 -KPI_SUPPORT_TRUE = @KPI_SUPPORT_TRUE@
244  LDFLAGS = @LDFLAGS@
245  LIBOBJS = @LIBOBJS@
246  LIBS = @LIBS@
247 -LIN_SUPPORT_FALSE = @LIN_SUPPORT_FALSE@
248 -LIN_SUPPORT_TRUE = @LIN_SUPPORT_TRUE@
249  LTLIBOBJS = @LTLIBOBJS@
250  MAKEINFO = @MAKEINFO@
251 +MKDIR_P = @MKDIR_P@
252  MPS_INCL_PATH = @MPS_INCL_PATH@
253 -MPS_INCL_PATH_SET_FALSE = @MPS_INCL_PATH_SET_FALSE@
254 -MPS_INCL_PATH_SET_TRUE = @MPS_INCL_PATH_SET_TRUE@
255  OBJEXT = @OBJEXT@
256  PACKAGE = @PACKAGE@
257  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258  PACKAGE_NAME = @PACKAGE_NAME@
259  PACKAGE_STRING = @PACKAGE_STRING@
260  PACKAGE_TARNAME = @PACKAGE_TARNAME@
261 +PACKAGE_URL = @PACKAGE_URL@
262  PACKAGE_VERSION = @PACKAGE_VERSION@
263  PATH_SEPARATOR = @PATH_SEPARATOR@
264 -PMC_SUPPORT_FALSE = @PMC_SUPPORT_FALSE@
265 -PMC_SUPPORT_TRUE = @PMC_SUPPORT_TRUE@
266 -PMU_SUPPORT_FALSE = @PMU_SUPPORT_FALSE@
267 -PMU_SUPPORT_TRUE = @PMU_SUPPORT_TRUE@
268  SET_MAKE = @SET_MAKE@
269  SHELL = @SHELL@
270  STRIP = @STRIP@
271 -TAPI_FALSE = @TAPI_FALSE@
272 -TAPI_TRUE = @TAPI_TRUE@
273 -USE_BUFFERPOOL_FALSE = @USE_BUFFERPOOL_FALSE@
274 -USE_BUFFERPOOL_TRUE = @USE_BUFFERPOOL_TRUE@
275 -USE_MODULE_FALSE = @USE_MODULE_FALSE@
276 -USE_MODULE_TRUE = @USE_MODULE_TRUE@
277  VERSION = @VERSION@
278 -VMMC_WITH_MPS_FALSE = @VMMC_WITH_MPS_FALSE@
279 -VMMC_WITH_MPS_TRUE = @VMMC_WITH_MPS_TRUE@
280 -VR9_FALSE = @VR9_FALSE@
281 -VR9_TRUE = @VR9_TRUE@
282 -WARNINGS_FALSE = @WARNINGS_FALSE@
283 -WARNINGS_TRUE = @WARNINGS_TRUE@
284 +abs_builddir = @abs_builddir@
285 +abs_srcdir = @abs_srcdir@
286 +abs_top_builddir = @abs_top_builddir@
287 +abs_top_srcdir = @abs_top_srcdir@
288  ac_ct_CC = @ac_ct_CC@
289 -ac_ct_STRIP = @ac_ct_STRIP@
290 -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
291 -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
292  am__include = @am__include@
293  am__leading_dot = @am__leading_dot@
294  am__quote = @am__quote@
295 @@ -272,24 +237,36 @@ am__tar = @am__tar@
296  am__untar = @am__untar@
297  bindir = @bindir@
298  build_alias = @build_alias@
299 +builddir = @builddir@
300  datadir = @datadir@
301 +datarootdir = @datarootdir@
302 +docdir = @docdir@
303 +dvidir = @dvidir@
304  exec_prefix = @exec_prefix@
305  host_alias = @host_alias@
306 +htmldir = @htmldir@
307  includedir = @includedir@
308  infodir = @infodir@
309  install_sh = @install_sh@
310  libdir = @libdir@
311  libexecdir = @libexecdir@
312 +localedir = @localedir@
313  localstatedir = @localstatedir@
314  mandir = @mandir@
315  mkdir_p = @mkdir_p@
316  oldincludedir = @oldincludedir@
317 +pdfdir = @pdfdir@
318  prefix = @prefix@
319  program_transform_name = @program_transform_name@
320 +psdir = @psdir@
321  sbindir = @sbindir@
322  sharedstatedir = @sharedstatedir@
323 +srcdir = @srcdir@
324  sysconfdir = @sysconfdir@
325  target_alias = @target_alias@
326 +top_build_prefix = @top_build_prefix@
327 +top_builddir = @top_builddir@
328 +top_srcdir = @top_srcdir@
329  # dummy file required for distcheck target
330  @KERNEL_2_6_TRUE@drv_vmmc_ko_SOURCES = @top_srcdir@/LICENSE
331  drv_vmmc_SOURCES = drv_vmmc_alm.c drv_vmmc_api.c drv_vmmc_bbd.c \
332 @@ -301,8 +278,8 @@ drv_vmmc_SOURCES = drv_vmmc_alm.c drv_vm
333         drv_vmmc_sig_mftd.c drv_vmmc_sig_utg.c drv_vmmc_stream.c \
334         drv_vmmc_audio.c lib/lib_bbd/src/lib_bbd.c $(am__append_1) \
335         $(am__append_2) $(am__append_3) $(am__append_4) \
336 -       $(am__append_5) $(am__append_6)
337 -nodist_drv_vmmc_SOURCES = $(am__append_7) $(am__append_8)
338 +       $(am__append_5) $(am__append_6) $(am__append_7)
339 +nodist_drv_vmmc_SOURCES = $(am__append_8) $(am__append_9)
340  EXTRA_DIST = ../drv_version.h ../include/vmmc_io.h \
341         ../include/drv_vmmc_errno.h ../include/drv_vmmc_strerrno.h \
342         drv_api.h drv_vmmc_access.h drv_vmmc_api.h drv_vmmc_bbd.h \
343 @@ -326,24 +303,24 @@ EXTRA_DIST = ../drv_version.h ../include
344         mps/drv_mps_vmmc_dbg.h mps/drv_mps_vmmc_crc32.h mps/CHANGELOG \
345         lib/lib_gr909/lib_tapi_lt_gr909.h \
346         lib/lib_gr909/lib_tapi_lt_gr909.c \
347 -       lib/lib_gr909/lib_tapi_lt_gr909_vmmc.c $(am__append_9)
348 +       lib/lib_gr909/lib_tapi_lt_gr909_vmmc.c $(am__append_10)
349  INCLUDES = -I@abs_top_srcdir@ -I@abs_top_srcdir@/include \
350         -I@abs_top_srcdir@/src -I@abs_top_builddir@ \
351         -I@abs_top_srcdir@/src/lib/lib_fifo \
352         -I@abs_top_srcdir@/src/lib/lib_bufferpool \
353         -I@abs_top_srcdir@/src/lib/lib_bbd/src -I@IFXOS_INCL_PATH@ \
354 -       $(am__append_10) $(am__append_11) $(am__append_12) \
355 -       $(am__append_13) $(am__append_14) $(am__append_15) \
356 -       $(am__append_16)
357 +       $(am__append_11) $(am__append_12) $(am__append_13) \
358 +       $(am__append_14) $(am__append_15) $(am__append_16) \
359 +       $(am__append_17)
360  # -Wpointer-arith
361  @WARNINGS_FALSE@AM_CFLAGS = -Wall
362  @WARNINGS_TRUE@AM_CFLAGS = -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wparentheses
363  @USE_MODULE_FALSE@drv_vmmc_CFLAGS = -D__LINUX__ -DLINUX -D__KERNEL__ \
364  @USE_MODULE_FALSE@     -DEXPORT_SYMTAB $(AM_CFLAGS) \
365 -@USE_MODULE_FALSE@     $(am__append_17)
366 +@USE_MODULE_FALSE@     $(am__append_18)
367  @USE_MODULE_TRUE@drv_vmmc_CFLAGS = -D__LINUX__ -DLINUX -D__KERNEL__ \
368  @USE_MODULE_TRUE@      -DMODULE -DEXPORT_SYMTAB $(AM_CFLAGS) \
369 -@USE_MODULE_TRUE@      $(am__append_17)
370 +@USE_MODULE_TRUE@      $(am__append_18)
371  drv_vmmc_LDFLAGS = -r -nostdlib
372  @KERNEL_2_6_TRUE@drv_vmmc_OBJS = "$(subst .c,.o, $(drv_vmmc_SOURCES) $(nodist_drv_vmmc_SOURCES))"
373  all: all-am
374 @@ -354,14 +331,14 @@ $(srcdir)/Makefile.in:  $(srcdir)/Makefi
375         @for dep in $?; do \
376           case '$(am__configure_deps)' in \
377             *$$dep*) \
378 -             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
379 -               && exit 0; \
380 +             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
381 +               && { if test -f $@; then exit 0; else break; fi; }; \
382               exit 1;; \
383           esac; \
384         done; \
385 -       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
386 -       cd $(top_srcdir) && \
387 -         $(AUTOMAKE) --gnu  src/Makefile
388 +       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
389 +       $(am__cd) $(top_srcdir) && \
390 +         $(AUTOMAKE) --gnu src/Makefile
391  .PRECIOUS: Makefile
392  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393         @case '$?' in \
394 @@ -379,35 +356,50 @@ $(top_srcdir)/configure:  $(am__configur
395         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
396  $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
397         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398 +$(am__aclocal_m4_deps):
399  install-binPROGRAMS: $(bin_PROGRAMS)
400         @$(NORMAL_INSTALL)
401 -       test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
402 -       @list='$(bin_PROGRAMS)'; for p in $$list; do \
403 -         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
404 -         if test -f $$p \
405 -         ; then \
406 -           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
407 -          echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
408 -          $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
409 -         else :; fi; \
410 -       done
411 +       test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
412 +       @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
413 +       for p in $$list; do echo "$$p $$p"; done | \
414 +       sed 's/$(EXEEXT)$$//' | \
415 +       while read p p1; do if test -f $$p; \
416 +         then echo "$$p"; echo "$$p"; else :; fi; \
417 +       done | \
418 +       sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
419 +           -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
420 +       sed 'N;N;N;s,\n, ,g' | \
421 +       $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
422 +         { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
423 +           if ($$2 == $$4) files[d] = files[d] " " $$1; \
424 +           else { print "f", $$3 "/" $$4, $$1; } } \
425 +         END { for (d in files) print "f", d, files[d] }' | \
426 +       while read type dir files; do \
427 +           if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
428 +           test -z "$$files" || { \
429 +             echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
430 +             $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
431 +           } \
432 +       ; done
433  
434  uninstall-binPROGRAMS:
435         @$(NORMAL_UNINSTALL)
436 -       @list='$(bin_PROGRAMS)'; for p in $$list; do \
437 -         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
438 -         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
439 -         rm -f "$(DESTDIR)$(bindir)/$$f"; \
440 -       done
441 +       @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
442 +       files=`for p in $$list; do echo "$$p"; done | \
443 +         sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
444 +             -e 's/$$/$(EXEEXT)/' `; \
445 +       test -n "$$list" || exit 0; \
446 +       echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
447 +       cd "$(DESTDIR)$(bindir)" && rm -f $$files
448  
449  clean-binPROGRAMS:
450         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
451  drv_vmmc$(EXEEXT): $(drv_vmmc_OBJECTS) $(drv_vmmc_DEPENDENCIES) 
452         @rm -f drv_vmmc$(EXEEXT)
453 -       $(LINK) $(drv_vmmc_LDFLAGS) $(drv_vmmc_OBJECTS) $(drv_vmmc_LDADD) $(LIBS)
454 +       $(drv_vmmc_LINK) $(drv_vmmc_OBJECTS) $(drv_vmmc_LDADD) $(LIBS)
455  @KERNEL_2_6_FALSE@drv_vmmc.ko$(EXEEXT): $(drv_vmmc_ko_OBJECTS) $(drv_vmmc_ko_DEPENDENCIES) 
456  @KERNEL_2_6_FALSE@     @rm -f drv_vmmc.ko$(EXEEXT)
457 -@KERNEL_2_6_FALSE@     $(LINK) $(drv_vmmc_ko_LDFLAGS) $(drv_vmmc_ko_OBJECTS) $(drv_vmmc_ko_LDADD) $(LIBS)
458 +@KERNEL_2_6_FALSE@     $(LINK) $(drv_vmmc_ko_OBJECTS) $(drv_vmmc_ko_LDADD) $(LIBS)
459  
460  mostlyclean-compile:
461         -rm -f *.$(OBJEXT)
462 @@ -419,6 +411,7 @@ distclean-compile:
463  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po@am__quote@
464  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po@am__quote@
465  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po@am__quote@
466 +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Po@am__quote@
467  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po@am__quote@
468  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po@am__quote@
469  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-drv_vmmc_api.Po@am__quote@
470 @@ -449,541 +442,560 @@ distclean-compile:
471  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_vmmc-lib_bbd.Po@am__quote@
472  
473  .c.o:
474 -@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
475 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
476 +@am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
477 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
478  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
479  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480  @am__fastdepCC_FALSE@  $(COMPILE) -c $<
481  
482  .c.obj:
483 -@am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
484 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
485 +@am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
486 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
487  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
488  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489  @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
490  
491  drv_vmmc-drv_vmmc_alm.o: drv_vmmc_alm.c
492 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" -c -o drv_vmmc-drv_vmmc_alm.o `test -f 'drv_vmmc_alm.c' || echo '$(srcdir)/'`drv_vmmc_alm.c; \
493 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo"; exit 1; fi
494 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo -c -o drv_vmmc-drv_vmmc_alm.o `test -f 'drv_vmmc_alm.c' || echo '$(srcdir)/'`drv_vmmc_alm.c
495 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po
496  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_alm.c' object='drv_vmmc-drv_vmmc_alm.o' libtool=no @AMDEPBACKSLASH@
497  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_alm.o `test -f 'drv_vmmc_alm.c' || echo '$(srcdir)/'`drv_vmmc_alm.c
499  
500  drv_vmmc-drv_vmmc_alm.obj: drv_vmmc_alm.c
501 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" -c -o drv_vmmc-drv_vmmc_alm.obj `if test -f 'drv_vmmc_alm.c'; then $(CYGPATH_W) 'drv_vmmc_alm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_alm.c'; fi`; \
502 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo"; exit 1; fi
503 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_alm.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo -c -o drv_vmmc-drv_vmmc_alm.obj `if test -f 'drv_vmmc_alm.c'; then $(CYGPATH_W) 'drv_vmmc_alm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_alm.c'; fi`
504 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_alm.Po
505  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_alm.c' object='drv_vmmc-drv_vmmc_alm.obj' libtool=no @AMDEPBACKSLASH@
506  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_alm.obj `if test -f 'drv_vmmc_alm.c'; then $(CYGPATH_W) 'drv_vmmc_alm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_alm.c'; fi`
508  
509  drv_vmmc-drv_vmmc_api.o: drv_vmmc_api.c
510 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" -c -o drv_vmmc-drv_vmmc_api.o `test -f 'drv_vmmc_api.c' || echo '$(srcdir)/'`drv_vmmc_api.c; \
511 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo"; exit 1; fi
512 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo -c -o drv_vmmc-drv_vmmc_api.o `test -f 'drv_vmmc_api.c' || echo '$(srcdir)/'`drv_vmmc_api.c
513 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_api.Po
514  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_api.c' object='drv_vmmc-drv_vmmc_api.o' libtool=no @AMDEPBACKSLASH@
515  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_api.o `test -f 'drv_vmmc_api.c' || echo '$(srcdir)/'`drv_vmmc_api.c
517  
518  drv_vmmc-drv_vmmc_api.obj: drv_vmmc_api.c
519 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" -c -o drv_vmmc-drv_vmmc_api.obj `if test -f 'drv_vmmc_api.c'; then $(CYGPATH_W) 'drv_vmmc_api.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_api.c'; fi`; \
520 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo"; exit 1; fi
521 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_api.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo -c -o drv_vmmc-drv_vmmc_api.obj `if test -f 'drv_vmmc_api.c'; then $(CYGPATH_W) 'drv_vmmc_api.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_api.c'; fi`
522 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_api.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_api.Po
523  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_api.c' object='drv_vmmc-drv_vmmc_api.obj' libtool=no @AMDEPBACKSLASH@
524  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_api.obj `if test -f 'drv_vmmc_api.c'; then $(CYGPATH_W) 'drv_vmmc_api.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_api.c'; fi`
526  
527  drv_vmmc-drv_vmmc_bbd.o: drv_vmmc_bbd.c
528 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" -c -o drv_vmmc-drv_vmmc_bbd.o `test -f 'drv_vmmc_bbd.c' || echo '$(srcdir)/'`drv_vmmc_bbd.c; \
529 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo"; exit 1; fi
530 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo -c -o drv_vmmc-drv_vmmc_bbd.o `test -f 'drv_vmmc_bbd.c' || echo '$(srcdir)/'`drv_vmmc_bbd.c
531 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po
532  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_bbd.c' object='drv_vmmc-drv_vmmc_bbd.o' libtool=no @AMDEPBACKSLASH@
533  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_bbd.o `test -f 'drv_vmmc_bbd.c' || echo '$(srcdir)/'`drv_vmmc_bbd.c
535  
536  drv_vmmc-drv_vmmc_bbd.obj: drv_vmmc_bbd.c
537 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" -c -o drv_vmmc-drv_vmmc_bbd.obj `if test -f 'drv_vmmc_bbd.c'; then $(CYGPATH_W) 'drv_vmmc_bbd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_bbd.c'; fi`; \
538 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo"; exit 1; fi
539 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_bbd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo -c -o drv_vmmc-drv_vmmc_bbd.obj `if test -f 'drv_vmmc_bbd.c'; then $(CYGPATH_W) 'drv_vmmc_bbd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_bbd.c'; fi`
540 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_bbd.Po
541  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_bbd.c' object='drv_vmmc-drv_vmmc_bbd.obj' libtool=no @AMDEPBACKSLASH@
542  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_bbd.obj `if test -f 'drv_vmmc_bbd.c'; then $(CYGPATH_W) 'drv_vmmc_bbd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_bbd.c'; fi`
544  
545  drv_vmmc-drv_vmmc_con.o: drv_vmmc_con.c
546 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" -c -o drv_vmmc-drv_vmmc_con.o `test -f 'drv_vmmc_con.c' || echo '$(srcdir)/'`drv_vmmc_con.c; \
547 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo"; exit 1; fi
548 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo -c -o drv_vmmc-drv_vmmc_con.o `test -f 'drv_vmmc_con.c' || echo '$(srcdir)/'`drv_vmmc_con.c
549 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_con.Po
550  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_con.c' object='drv_vmmc-drv_vmmc_con.o' libtool=no @AMDEPBACKSLASH@
551  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_con.o `test -f 'drv_vmmc_con.c' || echo '$(srcdir)/'`drv_vmmc_con.c
553  
554  drv_vmmc-drv_vmmc_con.obj: drv_vmmc_con.c
555 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" -c -o drv_vmmc-drv_vmmc_con.obj `if test -f 'drv_vmmc_con.c'; then $(CYGPATH_W) 'drv_vmmc_con.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_con.c'; fi`; \
556 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo"; exit 1; fi
557 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_con.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo -c -o drv_vmmc-drv_vmmc_con.obj `if test -f 'drv_vmmc_con.c'; then $(CYGPATH_W) 'drv_vmmc_con.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_con.c'; fi`
558 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_con.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_con.Po
559  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_con.c' object='drv_vmmc-drv_vmmc_con.obj' libtool=no @AMDEPBACKSLASH@
560  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_con.obj `if test -f 'drv_vmmc_con.c'; then $(CYGPATH_W) 'drv_vmmc_con.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_con.c'; fi`
562  
563  drv_vmmc-drv_vmmc_cod.o: drv_vmmc_cod.c
564 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" -c -o drv_vmmc-drv_vmmc_cod.o `test -f 'drv_vmmc_cod.c' || echo '$(srcdir)/'`drv_vmmc_cod.c; \
565 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo"; exit 1; fi
566 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo -c -o drv_vmmc-drv_vmmc_cod.o `test -f 'drv_vmmc_cod.c' || echo '$(srcdir)/'`drv_vmmc_cod.c
567 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po
568  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_cod.c' object='drv_vmmc-drv_vmmc_cod.o' libtool=no @AMDEPBACKSLASH@
569  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_cod.o `test -f 'drv_vmmc_cod.c' || echo '$(srcdir)/'`drv_vmmc_cod.c
571  
572  drv_vmmc-drv_vmmc_cod.obj: drv_vmmc_cod.c
573 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" -c -o drv_vmmc-drv_vmmc_cod.obj `if test -f 'drv_vmmc_cod.c'; then $(CYGPATH_W) 'drv_vmmc_cod.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_cod.c'; fi`; \
574 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo"; exit 1; fi
575 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_cod.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo -c -o drv_vmmc-drv_vmmc_cod.obj `if test -f 'drv_vmmc_cod.c'; then $(CYGPATH_W) 'drv_vmmc_cod.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_cod.c'; fi`
576 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_cod.Po
577  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_cod.c' object='drv_vmmc-drv_vmmc_cod.obj' libtool=no @AMDEPBACKSLASH@
578  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_cod.obj `if test -f 'drv_vmmc_cod.c'; then $(CYGPATH_W) 'drv_vmmc_cod.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_cod.c'; fi`
580  
581  drv_vmmc-drv_vmmc_event.o: drv_vmmc_event.c
582 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" -c -o drv_vmmc-drv_vmmc_event.o `test -f 'drv_vmmc_event.c' || echo '$(srcdir)/'`drv_vmmc_event.c; \
583 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo"; exit 1; fi
584 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo -c -o drv_vmmc-drv_vmmc_event.o `test -f 'drv_vmmc_event.c' || echo '$(srcdir)/'`drv_vmmc_event.c
585 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_event.Po
586  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_event.c' object='drv_vmmc-drv_vmmc_event.o' libtool=no @AMDEPBACKSLASH@
587  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_event.o `test -f 'drv_vmmc_event.c' || echo '$(srcdir)/'`drv_vmmc_event.c
589  
590  drv_vmmc-drv_vmmc_event.obj: drv_vmmc_event.c
591 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" -c -o drv_vmmc-drv_vmmc_event.obj `if test -f 'drv_vmmc_event.c'; then $(CYGPATH_W) 'drv_vmmc_event.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_event.c'; fi`; \
592 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo"; exit 1; fi
593 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_event.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo -c -o drv_vmmc-drv_vmmc_event.obj `if test -f 'drv_vmmc_event.c'; then $(CYGPATH_W) 'drv_vmmc_event.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_event.c'; fi`
594 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_event.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_event.Po
595  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_event.c' object='drv_vmmc-drv_vmmc_event.obj' libtool=no @AMDEPBACKSLASH@
596  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_event.obj `if test -f 'drv_vmmc_event.c'; then $(CYGPATH_W) 'drv_vmmc_event.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_event.c'; fi`
598  
599  drv_vmmc-drv_vmmc_gr909.o: drv_vmmc_gr909.c
600 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" -c -o drv_vmmc-drv_vmmc_gr909.o `test -f 'drv_vmmc_gr909.c' || echo '$(srcdir)/'`drv_vmmc_gr909.c; \
601 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo"; exit 1; fi
602 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo -c -o drv_vmmc-drv_vmmc_gr909.o `test -f 'drv_vmmc_gr909.c' || echo '$(srcdir)/'`drv_vmmc_gr909.c
603 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po
604  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_gr909.c' object='drv_vmmc-drv_vmmc_gr909.o' libtool=no @AMDEPBACKSLASH@
605  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_gr909.o `test -f 'drv_vmmc_gr909.c' || echo '$(srcdir)/'`drv_vmmc_gr909.c
607  
608  drv_vmmc-drv_vmmc_gr909.obj: drv_vmmc_gr909.c
609 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" -c -o drv_vmmc-drv_vmmc_gr909.obj `if test -f 'drv_vmmc_gr909.c'; then $(CYGPATH_W) 'drv_vmmc_gr909.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_gr909.c'; fi`; \
610 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo"; exit 1; fi
611 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_gr909.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo -c -o drv_vmmc-drv_vmmc_gr909.obj `if test -f 'drv_vmmc_gr909.c'; then $(CYGPATH_W) 'drv_vmmc_gr909.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_gr909.c'; fi`
612 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_gr909.Po
613  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_gr909.c' object='drv_vmmc-drv_vmmc_gr909.obj' libtool=no @AMDEPBACKSLASH@
614  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
615  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_gr909.obj `if test -f 'drv_vmmc_gr909.c'; then $(CYGPATH_W) 'drv_vmmc_gr909.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_gr909.c'; fi`
616  
617  drv_vmmc-drv_vmmc_init.o: drv_vmmc_init.c
618 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" -c -o drv_vmmc-drv_vmmc_init.o `test -f 'drv_vmmc_init.c' || echo '$(srcdir)/'`drv_vmmc_init.c; \
619 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo"; exit 1; fi
620 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo -c -o drv_vmmc-drv_vmmc_init.o `test -f 'drv_vmmc_init.c' || echo '$(srcdir)/'`drv_vmmc_init.c
621 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init.Po
622  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_init.c' object='drv_vmmc-drv_vmmc_init.o' libtool=no @AMDEPBACKSLASH@
623  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init.o `test -f 'drv_vmmc_init.c' || echo '$(srcdir)/'`drv_vmmc_init.c
625  
626  drv_vmmc-drv_vmmc_init.obj: drv_vmmc_init.c
627 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" -c -o drv_vmmc-drv_vmmc_init.obj `if test -f 'drv_vmmc_init.c'; then $(CYGPATH_W) 'drv_vmmc_init.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init.c'; fi`; \
628 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo"; exit 1; fi
629 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo -c -o drv_vmmc-drv_vmmc_init.obj `if test -f 'drv_vmmc_init.c'; then $(CYGPATH_W) 'drv_vmmc_init.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init.c'; fi`
630 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init.Po
631  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_init.c' object='drv_vmmc-drv_vmmc_init.obj' libtool=no @AMDEPBACKSLASH@
632  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
633  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init.obj `if test -f 'drv_vmmc_init.c'; then $(CYGPATH_W) 'drv_vmmc_init.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init.c'; fi`
634  
635  drv_vmmc-drv_vmmc_init_cap.o: drv_vmmc_init_cap.c
636 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" -c -o drv_vmmc-drv_vmmc_init_cap.o `test -f 'drv_vmmc_init_cap.c' || echo '$(srcdir)/'`drv_vmmc_init_cap.c; \
637 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo"; exit 1; fi
638 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo -c -o drv_vmmc-drv_vmmc_init_cap.o `test -f 'drv_vmmc_init_cap.c' || echo '$(srcdir)/'`drv_vmmc_init_cap.c
639 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po
640  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_init_cap.c' object='drv_vmmc-drv_vmmc_init_cap.o' libtool=no @AMDEPBACKSLASH@
641  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
642  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init_cap.o `test -f 'drv_vmmc_init_cap.c' || echo '$(srcdir)/'`drv_vmmc_init_cap.c
643  
644  drv_vmmc-drv_vmmc_init_cap.obj: drv_vmmc_init_cap.c
645 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" -c -o drv_vmmc-drv_vmmc_init_cap.obj `if test -f 'drv_vmmc_init_cap.c'; then $(CYGPATH_W) 'drv_vmmc_init_cap.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init_cap.c'; fi`; \
646 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo"; exit 1; fi
647 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_init_cap.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo -c -o drv_vmmc-drv_vmmc_init_cap.obj `if test -f 'drv_vmmc_init_cap.c'; then $(CYGPATH_W) 'drv_vmmc_init_cap.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init_cap.c'; fi`
648 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_init_cap.Po
649  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_init_cap.c' object='drv_vmmc-drv_vmmc_init_cap.obj' libtool=no @AMDEPBACKSLASH@
650  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_init_cap.obj `if test -f 'drv_vmmc_init_cap.c'; then $(CYGPATH_W) 'drv_vmmc_init_cap.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_init_cap.c'; fi`
652  
653  drv_vmmc-drv_vmmc_int.o: drv_vmmc_int.c
654 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" -c -o drv_vmmc-drv_vmmc_int.o `test -f 'drv_vmmc_int.c' || echo '$(srcdir)/'`drv_vmmc_int.c; \
655 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo"; exit 1; fi
656 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo -c -o drv_vmmc-drv_vmmc_int.o `test -f 'drv_vmmc_int.c' || echo '$(srcdir)/'`drv_vmmc_int.c
657 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_int.Po
658  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_int.c' object='drv_vmmc-drv_vmmc_int.o' libtool=no @AMDEPBACKSLASH@
659  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
660  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_int.o `test -f 'drv_vmmc_int.c' || echo '$(srcdir)/'`drv_vmmc_int.c
661  
662  drv_vmmc-drv_vmmc_int.obj: drv_vmmc_int.c
663 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" -c -o drv_vmmc-drv_vmmc_int.obj `if test -f 'drv_vmmc_int.c'; then $(CYGPATH_W) 'drv_vmmc_int.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_int.c'; fi`; \
664 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo"; exit 1; fi
665 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_int.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo -c -o drv_vmmc-drv_vmmc_int.obj `if test -f 'drv_vmmc_int.c'; then $(CYGPATH_W) 'drv_vmmc_int.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_int.c'; fi`
666 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_int.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_int.Po
667  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_int.c' object='drv_vmmc-drv_vmmc_int.obj' libtool=no @AMDEPBACKSLASH@
668  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
669  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_int.obj `if test -f 'drv_vmmc_int.c'; then $(CYGPATH_W) 'drv_vmmc_int.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_int.c'; fi`
670  
671  drv_vmmc-drv_vmmc_ioctl.o: drv_vmmc_ioctl.c
672 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" -c -o drv_vmmc-drv_vmmc_ioctl.o `test -f 'drv_vmmc_ioctl.c' || echo '$(srcdir)/'`drv_vmmc_ioctl.c; \
673 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo"; exit 1; fi
674 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo -c -o drv_vmmc-drv_vmmc_ioctl.o `test -f 'drv_vmmc_ioctl.c' || echo '$(srcdir)/'`drv_vmmc_ioctl.c
675 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po
676  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_ioctl.c' object='drv_vmmc-drv_vmmc_ioctl.o' libtool=no @AMDEPBACKSLASH@
677  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
678  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_ioctl.o `test -f 'drv_vmmc_ioctl.c' || echo '$(srcdir)/'`drv_vmmc_ioctl.c
679  
680  drv_vmmc-drv_vmmc_ioctl.obj: drv_vmmc_ioctl.c
681 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" -c -o drv_vmmc-drv_vmmc_ioctl.obj `if test -f 'drv_vmmc_ioctl.c'; then $(CYGPATH_W) 'drv_vmmc_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_ioctl.c'; fi`; \
682 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo"; exit 1; fi
683 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_ioctl.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo -c -o drv_vmmc-drv_vmmc_ioctl.obj `if test -f 'drv_vmmc_ioctl.c'; then $(CYGPATH_W) 'drv_vmmc_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_ioctl.c'; fi`
684 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_ioctl.Po
685  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_ioctl.c' object='drv_vmmc-drv_vmmc_ioctl.obj' libtool=no @AMDEPBACKSLASH@
686  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_ioctl.obj `if test -f 'drv_vmmc_ioctl.c'; then $(CYGPATH_W) 'drv_vmmc_ioctl.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_ioctl.c'; fi`
688  
689  drv_vmmc-drv_vmmc_linux.o: drv_vmmc_linux.c
690 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" -c -o drv_vmmc-drv_vmmc_linux.o `test -f 'drv_vmmc_linux.c' || echo '$(srcdir)/'`drv_vmmc_linux.c; \
691 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo"; exit 1; fi
692 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo -c -o drv_vmmc-drv_vmmc_linux.o `test -f 'drv_vmmc_linux.c' || echo '$(srcdir)/'`drv_vmmc_linux.c
693 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po
694  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_linux.c' object='drv_vmmc-drv_vmmc_linux.o' libtool=no @AMDEPBACKSLASH@
695  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
696  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_linux.o `test -f 'drv_vmmc_linux.c' || echo '$(srcdir)/'`drv_vmmc_linux.c
697  
698  drv_vmmc-drv_vmmc_linux.obj: drv_vmmc_linux.c
699 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" -c -o drv_vmmc-drv_vmmc_linux.obj `if test -f 'drv_vmmc_linux.c'; then $(CYGPATH_W) 'drv_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_linux.c'; fi`; \
700 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo"; exit 1; fi
701 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_linux.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo -c -o drv_vmmc-drv_vmmc_linux.obj `if test -f 'drv_vmmc_linux.c'; then $(CYGPATH_W) 'drv_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_linux.c'; fi`
702 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_linux.Po
703  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_linux.c' object='drv_vmmc-drv_vmmc_linux.obj' libtool=no @AMDEPBACKSLASH@
704  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_linux.obj `if test -f 'drv_vmmc_linux.c'; then $(CYGPATH_W) 'drv_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_linux.c'; fi`
706  
707  drv_vmmc-drv_vmmc_pcm.o: drv_vmmc_pcm.c
708 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" -c -o drv_vmmc-drv_vmmc_pcm.o `test -f 'drv_vmmc_pcm.c' || echo '$(srcdir)/'`drv_vmmc_pcm.c; \
709 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo"; exit 1; fi
710 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo -c -o drv_vmmc-drv_vmmc_pcm.o `test -f 'drv_vmmc_pcm.c' || echo '$(srcdir)/'`drv_vmmc_pcm.c
711 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po
712  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_pcm.c' object='drv_vmmc-drv_vmmc_pcm.o' libtool=no @AMDEPBACKSLASH@
713  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pcm.o `test -f 'drv_vmmc_pcm.c' || echo '$(srcdir)/'`drv_vmmc_pcm.c
715  
716  drv_vmmc-drv_vmmc_pcm.obj: drv_vmmc_pcm.c
717 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" -c -o drv_vmmc-drv_vmmc_pcm.obj `if test -f 'drv_vmmc_pcm.c'; then $(CYGPATH_W) 'drv_vmmc_pcm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pcm.c'; fi`; \
718 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo"; exit 1; fi
719 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pcm.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo -c -o drv_vmmc-drv_vmmc_pcm.obj `if test -f 'drv_vmmc_pcm.c'; then $(CYGPATH_W) 'drv_vmmc_pcm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pcm.c'; fi`
720 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pcm.Po
721  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_pcm.c' object='drv_vmmc-drv_vmmc_pcm.obj' libtool=no @AMDEPBACKSLASH@
722  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pcm.obj `if test -f 'drv_vmmc_pcm.c'; then $(CYGPATH_W) 'drv_vmmc_pcm.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pcm.c'; fi`
724  
725  drv_vmmc-drv_vmmc_res.o: drv_vmmc_res.c
726 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" -c -o drv_vmmc-drv_vmmc_res.o `test -f 'drv_vmmc_res.c' || echo '$(srcdir)/'`drv_vmmc_res.c; \
727 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo"; exit 1; fi
728 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo -c -o drv_vmmc-drv_vmmc_res.o `test -f 'drv_vmmc_res.c' || echo '$(srcdir)/'`drv_vmmc_res.c
729 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_res.Po
730  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_res.c' object='drv_vmmc-drv_vmmc_res.o' libtool=no @AMDEPBACKSLASH@
731  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
732  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_res.o `test -f 'drv_vmmc_res.c' || echo '$(srcdir)/'`drv_vmmc_res.c
733  
734  drv_vmmc-drv_vmmc_res.obj: drv_vmmc_res.c
735 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" -c -o drv_vmmc-drv_vmmc_res.obj `if test -f 'drv_vmmc_res.c'; then $(CYGPATH_W) 'drv_vmmc_res.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_res.c'; fi`; \
736 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo"; exit 1; fi
737 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_res.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo -c -o drv_vmmc-drv_vmmc_res.obj `if test -f 'drv_vmmc_res.c'; then $(CYGPATH_W) 'drv_vmmc_res.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_res.c'; fi`
738 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_res.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_res.Po
739  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_res.c' object='drv_vmmc-drv_vmmc_res.obj' libtool=no @AMDEPBACKSLASH@
740  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
741  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_res.obj `if test -f 'drv_vmmc_res.c'; then $(CYGPATH_W) 'drv_vmmc_res.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_res.c'; fi`
742  
743  drv_vmmc-drv_vmmc_sig.o: drv_vmmc_sig.c
744 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" -c -o drv_vmmc-drv_vmmc_sig.o `test -f 'drv_vmmc_sig.c' || echo '$(srcdir)/'`drv_vmmc_sig.c; \
745 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo"; exit 1; fi
746 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo -c -o drv_vmmc-drv_vmmc_sig.o `test -f 'drv_vmmc_sig.c' || echo '$(srcdir)/'`drv_vmmc_sig.c
747 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po
748  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig.c' object='drv_vmmc-drv_vmmc_sig.o' libtool=no @AMDEPBACKSLASH@
749  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
750  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig.o `test -f 'drv_vmmc_sig.c' || echo '$(srcdir)/'`drv_vmmc_sig.c
751  
752  drv_vmmc-drv_vmmc_sig.obj: drv_vmmc_sig.c
753 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" -c -o drv_vmmc-drv_vmmc_sig.obj `if test -f 'drv_vmmc_sig.c'; then $(CYGPATH_W) 'drv_vmmc_sig.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig.c'; fi`; \
754 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo"; exit 1; fi
755 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo -c -o drv_vmmc-drv_vmmc_sig.obj `if test -f 'drv_vmmc_sig.c'; then $(CYGPATH_W) 'drv_vmmc_sig.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig.c'; fi`
756 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig.Po
757  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig.c' object='drv_vmmc-drv_vmmc_sig.obj' libtool=no @AMDEPBACKSLASH@
758  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
759  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig.obj `if test -f 'drv_vmmc_sig.c'; then $(CYGPATH_W) 'drv_vmmc_sig.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig.c'; fi`
760  
761  drv_vmmc-drv_vmmc_sig_cid.o: drv_vmmc_sig_cid.c
762 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cid.o `test -f 'drv_vmmc_sig_cid.c' || echo '$(srcdir)/'`drv_vmmc_sig_cid.c; \
763 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo"; exit 1; fi
764 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo -c -o drv_vmmc-drv_vmmc_sig_cid.o `test -f 'drv_vmmc_sig_cid.c' || echo '$(srcdir)/'`drv_vmmc_sig_cid.c
765 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po
766  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_cid.c' object='drv_vmmc-drv_vmmc_sig_cid.o' libtool=no @AMDEPBACKSLASH@
767  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
768  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cid.o `test -f 'drv_vmmc_sig_cid.c' || echo '$(srcdir)/'`drv_vmmc_sig_cid.c
769  
770  drv_vmmc-drv_vmmc_sig_cid.obj: drv_vmmc_sig_cid.c
771 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cid.obj `if test -f 'drv_vmmc_sig_cid.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cid.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cid.c'; fi`; \
772 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo"; exit 1; fi
773 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cid.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo -c -o drv_vmmc-drv_vmmc_sig_cid.obj `if test -f 'drv_vmmc_sig_cid.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cid.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cid.c'; fi`
774 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cid.Po
775  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_cid.c' object='drv_vmmc-drv_vmmc_sig_cid.obj' libtool=no @AMDEPBACKSLASH@
776  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cid.obj `if test -f 'drv_vmmc_sig_cid.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cid.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cid.c'; fi`
778  
779  drv_vmmc-drv_vmmc_sig_cptd.o: drv_vmmc_sig_cptd.c
780 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cptd.o `test -f 'drv_vmmc_sig_cptd.c' || echo '$(srcdir)/'`drv_vmmc_sig_cptd.c; \
781 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo"; exit 1; fi
782 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo -c -o drv_vmmc-drv_vmmc_sig_cptd.o `test -f 'drv_vmmc_sig_cptd.c' || echo '$(srcdir)/'`drv_vmmc_sig_cptd.c
783 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po
784  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_cptd.c' object='drv_vmmc-drv_vmmc_sig_cptd.o' libtool=no @AMDEPBACKSLASH@
785  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
786  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cptd.o `test -f 'drv_vmmc_sig_cptd.c' || echo '$(srcdir)/'`drv_vmmc_sig_cptd.c
787  
788  drv_vmmc-drv_vmmc_sig_cptd.obj: drv_vmmc_sig_cptd.c
789 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_cptd.obj `if test -f 'drv_vmmc_sig_cptd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cptd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cptd.c'; fi`; \
790 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo"; exit 1; fi
791 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_cptd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo -c -o drv_vmmc-drv_vmmc_sig_cptd.obj `if test -f 'drv_vmmc_sig_cptd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cptd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cptd.c'; fi`
792 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_cptd.Po
793  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_cptd.c' object='drv_vmmc-drv_vmmc_sig_cptd.obj' libtool=no @AMDEPBACKSLASH@
794  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_cptd.obj `if test -f 'drv_vmmc_sig_cptd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_cptd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_cptd.c'; fi`
796  
797  drv_vmmc-drv_vmmc_sig_dtmfg.o: drv_vmmc_sig_dtmfg.c
798 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_dtmfg.o `test -f 'drv_vmmc_sig_dtmfg.c' || echo '$(srcdir)/'`drv_vmmc_sig_dtmfg.c; \
799 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo"; exit 1; fi
800 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo -c -o drv_vmmc-drv_vmmc_sig_dtmfg.o `test -f 'drv_vmmc_sig_dtmfg.c' || echo '$(srcdir)/'`drv_vmmc_sig_dtmfg.c
801 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po
802  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_dtmfg.c' object='drv_vmmc-drv_vmmc_sig_dtmfg.o' libtool=no @AMDEPBACKSLASH@
803  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
804  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_dtmfg.o `test -f 'drv_vmmc_sig_dtmfg.c' || echo '$(srcdir)/'`drv_vmmc_sig_dtmfg.c
805  
806  drv_vmmc-drv_vmmc_sig_dtmfg.obj: drv_vmmc_sig_dtmfg.c
807 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_dtmfg.obj `if test -f 'drv_vmmc_sig_dtmfg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_dtmfg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_dtmfg.c'; fi`; \
808 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo"; exit 1; fi
809 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_dtmfg.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo -c -o drv_vmmc-drv_vmmc_sig_dtmfg.obj `if test -f 'drv_vmmc_sig_dtmfg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_dtmfg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_dtmfg.c'; fi`
810 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_dtmfg.Po
811  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_dtmfg.c' object='drv_vmmc-drv_vmmc_sig_dtmfg.obj' libtool=no @AMDEPBACKSLASH@
812  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_dtmfg.obj `if test -f 'drv_vmmc_sig_dtmfg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_dtmfg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_dtmfg.c'; fi`
814  
815  drv_vmmc-drv_vmmc_sig_mftd.o: drv_vmmc_sig_mftd.c
816 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_mftd.o `test -f 'drv_vmmc_sig_mftd.c' || echo '$(srcdir)/'`drv_vmmc_sig_mftd.c; \
817 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo"; exit 1; fi
818 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo -c -o drv_vmmc-drv_vmmc_sig_mftd.o `test -f 'drv_vmmc_sig_mftd.c' || echo '$(srcdir)/'`drv_vmmc_sig_mftd.c
819 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po
820  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_mftd.c' object='drv_vmmc-drv_vmmc_sig_mftd.o' libtool=no @AMDEPBACKSLASH@
821  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
822  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_mftd.o `test -f 'drv_vmmc_sig_mftd.c' || echo '$(srcdir)/'`drv_vmmc_sig_mftd.c
823  
824  drv_vmmc-drv_vmmc_sig_mftd.obj: drv_vmmc_sig_mftd.c
825 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" -c -o drv_vmmc-drv_vmmc_sig_mftd.obj `if test -f 'drv_vmmc_sig_mftd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_mftd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_mftd.c'; fi`; \
826 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo"; exit 1; fi
827 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_mftd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo -c -o drv_vmmc-drv_vmmc_sig_mftd.obj `if test -f 'drv_vmmc_sig_mftd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_mftd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_mftd.c'; fi`
828 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_mftd.Po
829  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_mftd.c' object='drv_vmmc-drv_vmmc_sig_mftd.obj' libtool=no @AMDEPBACKSLASH@
830  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
831  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_mftd.obj `if test -f 'drv_vmmc_sig_mftd.c'; then $(CYGPATH_W) 'drv_vmmc_sig_mftd.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_mftd.c'; fi`
832  
833  drv_vmmc-drv_vmmc_sig_utg.o: drv_vmmc_sig_utg.c
834 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_utg.o `test -f 'drv_vmmc_sig_utg.c' || echo '$(srcdir)/'`drv_vmmc_sig_utg.c; \
835 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo"; exit 1; fi
836 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo -c -o drv_vmmc-drv_vmmc_sig_utg.o `test -f 'drv_vmmc_sig_utg.c' || echo '$(srcdir)/'`drv_vmmc_sig_utg.c
837 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po
838  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_utg.c' object='drv_vmmc-drv_vmmc_sig_utg.o' libtool=no @AMDEPBACKSLASH@
839  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_utg.o `test -f 'drv_vmmc_sig_utg.c' || echo '$(srcdir)/'`drv_vmmc_sig_utg.c
841  
842  drv_vmmc-drv_vmmc_sig_utg.obj: drv_vmmc_sig_utg.c
843 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" -c -o drv_vmmc-drv_vmmc_sig_utg.obj `if test -f 'drv_vmmc_sig_utg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_utg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_utg.c'; fi`; \
844 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo"; exit 1; fi
845 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_sig_utg.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo -c -o drv_vmmc-drv_vmmc_sig_utg.obj `if test -f 'drv_vmmc_sig_utg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_utg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_utg.c'; fi`
846 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_sig_utg.Po
847  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_sig_utg.c' object='drv_vmmc-drv_vmmc_sig_utg.obj' libtool=no @AMDEPBACKSLASH@
848  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
849  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_sig_utg.obj `if test -f 'drv_vmmc_sig_utg.c'; then $(CYGPATH_W) 'drv_vmmc_sig_utg.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_sig_utg.c'; fi`
850  
851  drv_vmmc-drv_vmmc_stream.o: drv_vmmc_stream.c
852 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" -c -o drv_vmmc-drv_vmmc_stream.o `test -f 'drv_vmmc_stream.c' || echo '$(srcdir)/'`drv_vmmc_stream.c; \
853 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo"; exit 1; fi
854 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo -c -o drv_vmmc-drv_vmmc_stream.o `test -f 'drv_vmmc_stream.c' || echo '$(srcdir)/'`drv_vmmc_stream.c
855 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po
856  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_stream.c' object='drv_vmmc-drv_vmmc_stream.o' libtool=no @AMDEPBACKSLASH@
857  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_stream.o `test -f 'drv_vmmc_stream.c' || echo '$(srcdir)/'`drv_vmmc_stream.c
859  
860  drv_vmmc-drv_vmmc_stream.obj: drv_vmmc_stream.c
861 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" -c -o drv_vmmc-drv_vmmc_stream.obj `if test -f 'drv_vmmc_stream.c'; then $(CYGPATH_W) 'drv_vmmc_stream.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_stream.c'; fi`; \
862 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo"; exit 1; fi
863 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_stream.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo -c -o drv_vmmc-drv_vmmc_stream.obj `if test -f 'drv_vmmc_stream.c'; then $(CYGPATH_W) 'drv_vmmc_stream.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_stream.c'; fi`
864 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_stream.Po
865  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_stream.c' object='drv_vmmc-drv_vmmc_stream.obj' libtool=no @AMDEPBACKSLASH@
866  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_stream.obj `if test -f 'drv_vmmc_stream.c'; then $(CYGPATH_W) 'drv_vmmc_stream.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_stream.c'; fi`
868  
869  drv_vmmc-drv_vmmc_audio.o: drv_vmmc_audio.c
870 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" -c -o drv_vmmc-drv_vmmc_audio.o `test -f 'drv_vmmc_audio.c' || echo '$(srcdir)/'`drv_vmmc_audio.c; \
871 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo"; exit 1; fi
872 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo -c -o drv_vmmc-drv_vmmc_audio.o `test -f 'drv_vmmc_audio.c' || echo '$(srcdir)/'`drv_vmmc_audio.c
873 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po
874  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_audio.c' object='drv_vmmc-drv_vmmc_audio.o' libtool=no @AMDEPBACKSLASH@
875  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_audio.o `test -f 'drv_vmmc_audio.c' || echo '$(srcdir)/'`drv_vmmc_audio.c
877  
878  drv_vmmc-drv_vmmc_audio.obj: drv_vmmc_audio.c
879 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" -c -o drv_vmmc-drv_vmmc_audio.obj `if test -f 'drv_vmmc_audio.c'; then $(CYGPATH_W) 'drv_vmmc_audio.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_audio.c'; fi`; \
880 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo"; exit 1; fi
881 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_audio.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo -c -o drv_vmmc-drv_vmmc_audio.obj `if test -f 'drv_vmmc_audio.c'; then $(CYGPATH_W) 'drv_vmmc_audio.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_audio.c'; fi`
882 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_audio.Po
883  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_audio.c' object='drv_vmmc-drv_vmmc_audio.obj' libtool=no @AMDEPBACKSLASH@
884  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
885  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_audio.obj `if test -f 'drv_vmmc_audio.c'; then $(CYGPATH_W) 'drv_vmmc_audio.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_audio.c'; fi`
886  
887  drv_vmmc-lib_bbd.o: lib/lib_bbd/src/lib_bbd.c
888 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" -c -o drv_vmmc-lib_bbd.o `test -f 'lib/lib_bbd/src/lib_bbd.c' || echo '$(srcdir)/'`lib/lib_bbd/src/lib_bbd.c; \
889 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" "$(DEPDIR)/drv_vmmc-lib_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo"; exit 1; fi
890 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.o -MD -MP -MF $(DEPDIR)/drv_vmmc-lib_bbd.Tpo -c -o drv_vmmc-lib_bbd.o `test -f 'lib/lib_bbd/src/lib_bbd.c' || echo '$(srcdir)/'`lib/lib_bbd/src/lib_bbd.c
891 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-lib_bbd.Tpo $(DEPDIR)/drv_vmmc-lib_bbd.Po
892  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='lib/lib_bbd/src/lib_bbd.c' object='drv_vmmc-lib_bbd.o' libtool=no @AMDEPBACKSLASH@
893  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
894  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-lib_bbd.o `test -f 'lib/lib_bbd/src/lib_bbd.c' || echo '$(srcdir)/'`lib/lib_bbd/src/lib_bbd.c
895  
896  drv_vmmc-lib_bbd.obj: lib/lib_bbd/src/lib_bbd.c
897 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" -c -o drv_vmmc-lib_bbd.obj `if test -f 'lib/lib_bbd/src/lib_bbd.c'; then $(CYGPATH_W) 'lib/lib_bbd/src/lib_bbd.c'; else $(CYGPATH_W) '$(srcdir)/lib/lib_bbd/src/lib_bbd.c'; fi`; \
898 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo" "$(DEPDIR)/drv_vmmc-lib_bbd.Po"; else rm -f "$(DEPDIR)/drv_vmmc-lib_bbd.Tpo"; exit 1; fi
899 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-lib_bbd.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-lib_bbd.Tpo -c -o drv_vmmc-lib_bbd.obj `if test -f 'lib/lib_bbd/src/lib_bbd.c'; then $(CYGPATH_W) 'lib/lib_bbd/src/lib_bbd.c'; else $(CYGPATH_W) '$(srcdir)/lib/lib_bbd/src/lib_bbd.c'; fi`
900 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-lib_bbd.Tpo $(DEPDIR)/drv_vmmc-lib_bbd.Po
901  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='lib/lib_bbd/src/lib_bbd.c' object='drv_vmmc-lib_bbd.obj' libtool=no @AMDEPBACKSLASH@
902  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
903  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-lib_bbd.obj `if test -f 'lib/lib_bbd/src/lib_bbd.c'; then $(CYGPATH_W) 'lib/lib_bbd/src/lib_bbd.c'; else $(CYGPATH_W) '$(srcdir)/lib/lib_bbd/src/lib_bbd.c'; fi`
904  
905  drv_vmmc-drv_vmmc_dect.o: drv_vmmc_dect.c
906 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" -c -o drv_vmmc-drv_vmmc_dect.o `test -f 'drv_vmmc_dect.c' || echo '$(srcdir)/'`drv_vmmc_dect.c; \
907 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo"; exit 1; fi
908 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo -c -o drv_vmmc-drv_vmmc_dect.o `test -f 'drv_vmmc_dect.c' || echo '$(srcdir)/'`drv_vmmc_dect.c
909 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po
910  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_dect.c' object='drv_vmmc-drv_vmmc_dect.o' libtool=no @AMDEPBACKSLASH@
911  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
912  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_dect.o `test -f 'drv_vmmc_dect.c' || echo '$(srcdir)/'`drv_vmmc_dect.c
913  
914  drv_vmmc-drv_vmmc_dect.obj: drv_vmmc_dect.c
915 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" -c -o drv_vmmc-drv_vmmc_dect.obj `if test -f 'drv_vmmc_dect.c'; then $(CYGPATH_W) 'drv_vmmc_dect.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_dect.c'; fi`; \
916 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo"; exit 1; fi
917 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_dect.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo -c -o drv_vmmc-drv_vmmc_dect.obj `if test -f 'drv_vmmc_dect.c'; then $(CYGPATH_W) 'drv_vmmc_dect.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_dect.c'; fi`
918 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_dect.Po
919  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_dect.c' object='drv_vmmc-drv_vmmc_dect.obj' libtool=no @AMDEPBACKSLASH@
920  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
921  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_dect.obj `if test -f 'drv_vmmc_dect.c'; then $(CYGPATH_W) 'drv_vmmc_dect.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_dect.c'; fi`
922  
923  drv_vmmc-drv_mps_vmmc_linux.o: mps/drv_mps_vmmc_linux.c
924 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" -c -o drv_vmmc-drv_mps_vmmc_linux.o `test -f 'mps/drv_mps_vmmc_linux.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_linux.c; \
925 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo"; exit 1; fi
926 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo -c -o drv_vmmc-drv_mps_vmmc_linux.o `test -f 'mps/drv_mps_vmmc_linux.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_linux.c
927 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po
928  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_linux.c' object='drv_vmmc-drv_mps_vmmc_linux.o' libtool=no @AMDEPBACKSLASH@
929  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
930  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_linux.o `test -f 'mps/drv_mps_vmmc_linux.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_linux.c
931  
932  drv_vmmc-drv_mps_vmmc_linux.obj: mps/drv_mps_vmmc_linux.c
933 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" -c -o drv_vmmc-drv_mps_vmmc_linux.obj `if test -f 'mps/drv_mps_vmmc_linux.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_linux.c'; fi`; \
934 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo"; exit 1; fi
935 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_linux.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo -c -o drv_vmmc-drv_mps_vmmc_linux.obj `if test -f 'mps/drv_mps_vmmc_linux.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_linux.c'; fi`
936 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_linux.Po
937  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_linux.c' object='drv_vmmc-drv_mps_vmmc_linux.obj' libtool=no @AMDEPBACKSLASH@
938  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
939  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_linux.obj `if test -f 'mps/drv_mps_vmmc_linux.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_linux.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_linux.c'; fi`
940  
941  drv_vmmc-drv_mps_vmmc_common.o: mps/drv_mps_vmmc_common.c
942 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" -c -o drv_vmmc-drv_mps_vmmc_common.o `test -f 'mps/drv_mps_vmmc_common.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_common.c; \
943 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo"; exit 1; fi
944 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo -c -o drv_vmmc-drv_mps_vmmc_common.o `test -f 'mps/drv_mps_vmmc_common.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_common.c
945 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po
946  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_common.c' object='drv_vmmc-drv_mps_vmmc_common.o' libtool=no @AMDEPBACKSLASH@
947  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
948  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_common.o `test -f 'mps/drv_mps_vmmc_common.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_common.c
949  
950  drv_vmmc-drv_mps_vmmc_common.obj: mps/drv_mps_vmmc_common.c
951 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" -c -o drv_vmmc-drv_mps_vmmc_common.obj `if test -f 'mps/drv_mps_vmmc_common.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_common.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_common.c'; fi`; \
952 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo"; exit 1; fi
953 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_common.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo -c -o drv_vmmc-drv_mps_vmmc_common.obj `if test -f 'mps/drv_mps_vmmc_common.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_common.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_common.c'; fi`
954 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_common.Po
955  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_common.c' object='drv_vmmc-drv_mps_vmmc_common.obj' libtool=no @AMDEPBACKSLASH@
956  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_common.obj `if test -f 'mps/drv_mps_vmmc_common.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_common.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_common.c'; fi`
958  
959  drv_vmmc-drv_mps_vmmc_crc32.o: mps/drv_mps_vmmc_crc32.c
960 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" -c -o drv_vmmc-drv_mps_vmmc_crc32.o `test -f 'mps/drv_mps_vmmc_crc32.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_crc32.c; \
961 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo"; exit 1; fi
962 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo -c -o drv_vmmc-drv_mps_vmmc_crc32.o `test -f 'mps/drv_mps_vmmc_crc32.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_crc32.c
963 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po
964  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_crc32.c' object='drv_vmmc-drv_mps_vmmc_crc32.o' libtool=no @AMDEPBACKSLASH@
965  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
966  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_crc32.o `test -f 'mps/drv_mps_vmmc_crc32.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_crc32.c
967  
968  drv_vmmc-drv_mps_vmmc_crc32.obj: mps/drv_mps_vmmc_crc32.c
969 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" -c -o drv_vmmc-drv_mps_vmmc_crc32.obj `if test -f 'mps/drv_mps_vmmc_crc32.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_crc32.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_crc32.c'; fi`; \
970 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo"; exit 1; fi
971 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_crc32.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo -c -o drv_vmmc-drv_mps_vmmc_crc32.obj `if test -f 'mps/drv_mps_vmmc_crc32.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_crc32.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_crc32.c'; fi`
972 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_crc32.Po
973  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_crc32.c' object='drv_vmmc-drv_mps_vmmc_crc32.obj' libtool=no @AMDEPBACKSLASH@
974  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
975  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_crc32.obj `if test -f 'mps/drv_mps_vmmc_crc32.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_crc32.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_crc32.c'; fi`
976  
977  drv_vmmc-drv_mps_vmmc_danube.o: mps/drv_mps_vmmc_danube.c
978 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" -c -o drv_vmmc-drv_mps_vmmc_danube.o `test -f 'mps/drv_mps_vmmc_danube.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_danube.c; \
979 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo"; exit 1; fi
980 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo -c -o drv_vmmc-drv_mps_vmmc_danube.o `test -f 'mps/drv_mps_vmmc_danube.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_danube.c
981 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po
982  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_danube.c' object='drv_vmmc-drv_mps_vmmc_danube.o' libtool=no @AMDEPBACKSLASH@
983  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_danube.o `test -f 'mps/drv_mps_vmmc_danube.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_danube.c
985  
986  drv_vmmc-drv_mps_vmmc_danube.obj: mps/drv_mps_vmmc_danube.c
987 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" -c -o drv_vmmc-drv_mps_vmmc_danube.obj `if test -f 'mps/drv_mps_vmmc_danube.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_danube.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_danube.c'; fi`; \
988 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo"; exit 1; fi
989 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_danube.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo -c -o drv_vmmc-drv_mps_vmmc_danube.obj `if test -f 'mps/drv_mps_vmmc_danube.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_danube.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_danube.c'; fi`
990 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_danube.Po
991  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_danube.c' object='drv_vmmc-drv_mps_vmmc_danube.obj' libtool=no @AMDEPBACKSLASH@
992  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
993  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_danube.obj `if test -f 'mps/drv_mps_vmmc_danube.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_danube.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_danube.c'; fi`
994  
995  drv_vmmc-drv_mps_vmmc_ar9.o: mps/drv_mps_vmmc_ar9.c
996 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" -c -o drv_vmmc-drv_mps_vmmc_ar9.o `test -f 'mps/drv_mps_vmmc_ar9.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_ar9.c; \
997 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo"; exit 1; fi
998 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo -c -o drv_vmmc-drv_mps_vmmc_ar9.o `test -f 'mps/drv_mps_vmmc_ar9.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_ar9.c
999 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po
1000  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_ar9.c' object='drv_vmmc-drv_mps_vmmc_ar9.o' libtool=no @AMDEPBACKSLASH@
1001  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1002  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_ar9.o `test -f 'mps/drv_mps_vmmc_ar9.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_ar9.c
1003  
1004  drv_vmmc-drv_mps_vmmc_ar9.obj: mps/drv_mps_vmmc_ar9.c
1005 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" -c -o drv_vmmc-drv_mps_vmmc_ar9.obj `if test -f 'mps/drv_mps_vmmc_ar9.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_ar9.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_ar9.c'; fi`; \
1006 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo" "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo"; exit 1; fi
1007 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_ar9.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo -c -o drv_vmmc-drv_mps_vmmc_ar9.obj `if test -f 'mps/drv_mps_vmmc_ar9.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_ar9.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_ar9.c'; fi`
1008 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_ar9.Po
1009  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_ar9.c' object='drv_vmmc-drv_mps_vmmc_ar9.obj' libtool=no @AMDEPBACKSLASH@
1010  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1011  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_ar9.obj `if test -f 'mps/drv_mps_vmmc_ar9.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_ar9.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_ar9.c'; fi`
1012  
1013 +drv_vmmc-drv_mps_vmmc_falcon.o: mps/drv_mps_vmmc_falcon.c
1014 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_falcon.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo -c -o drv_vmmc-drv_mps_vmmc_falcon.o `test -f 'mps/drv_mps_vmmc_falcon.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_falcon.c
1015 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Po
1016 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_falcon.c' object='drv_vmmc-drv_mps_vmmc_falcon.o' libtool=no @AMDEPBACKSLASH@
1017 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1018 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_falcon.o `test -f 'mps/drv_mps_vmmc_falcon.c' || echo '$(srcdir)/'`mps/drv_mps_vmmc_falcon.c
1019 +
1020 +drv_vmmc-drv_mps_vmmc_falcon.obj: mps/drv_mps_vmmc_falcon.c
1021 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_mps_vmmc_falcon.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo -c -o drv_vmmc-drv_mps_vmmc_falcon.obj `if test -f 'mps/drv_mps_vmmc_falcon.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_falcon.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_falcon.c'; fi`
1022 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Tpo $(DEPDIR)/drv_vmmc-drv_mps_vmmc_falcon.Po
1023 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='mps/drv_mps_vmmc_falcon.c' object='drv_vmmc-drv_mps_vmmc_falcon.obj' libtool=no @AMDEPBACKSLASH@
1024 +@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1025 +@am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_mps_vmmc_falcon.obj `if test -f 'mps/drv_mps_vmmc_falcon.c'; then $(CYGPATH_W) 'mps/drv_mps_vmmc_falcon.c'; else $(CYGPATH_W) '$(srcdir)/mps/drv_mps_vmmc_falcon.c'; fi`
1026 +
1027  drv_vmmc-drv_vmmc_pmc.o: drv_vmmc_pmc.c
1028 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" -c -o drv_vmmc-drv_vmmc_pmc.o `test -f 'drv_vmmc_pmc.c' || echo '$(srcdir)/'`drv_vmmc_pmc.c; \
1029 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo"; exit 1; fi
1030 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo -c -o drv_vmmc-drv_vmmc_pmc.o `test -f 'drv_vmmc_pmc.c' || echo '$(srcdir)/'`drv_vmmc_pmc.c
1031 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po
1032  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_pmc.c' object='drv_vmmc-drv_vmmc_pmc.o' libtool=no @AMDEPBACKSLASH@
1033  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1034  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pmc.o `test -f 'drv_vmmc_pmc.c' || echo '$(srcdir)/'`drv_vmmc_pmc.c
1035  
1036  drv_vmmc-drv_vmmc_pmc.obj: drv_vmmc_pmc.c
1037 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" -c -o drv_vmmc-drv_vmmc_pmc.obj `if test -f 'drv_vmmc_pmc.c'; then $(CYGPATH_W) 'drv_vmmc_pmc.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pmc.c'; fi`; \
1038 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo"; exit 1; fi
1039 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_pmc.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo -c -o drv_vmmc-drv_vmmc_pmc.obj `if test -f 'drv_vmmc_pmc.c'; then $(CYGPATH_W) 'drv_vmmc_pmc.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pmc.c'; fi`
1040 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_pmc.Po
1041  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_pmc.c' object='drv_vmmc-drv_vmmc_pmc.obj' libtool=no @AMDEPBACKSLASH@
1042  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1043  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_pmc.obj `if test -f 'drv_vmmc_pmc.c'; then $(CYGPATH_W) 'drv_vmmc_pmc.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_pmc.c'; fi`
1044  
1045  drv_vmmc-drv_vmmc_eval.o: drv_vmmc_eval.c
1046 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" -c -o drv_vmmc-drv_vmmc_eval.o `test -f 'drv_vmmc_eval.c' || echo '$(srcdir)/'`drv_vmmc_eval.c; \
1047 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo"; exit 1; fi
1048 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo -c -o drv_vmmc-drv_vmmc_eval.o `test -f 'drv_vmmc_eval.c' || echo '$(srcdir)/'`drv_vmmc_eval.c
1049 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po
1050  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_eval.c' object='drv_vmmc-drv_vmmc_eval.o' libtool=no @AMDEPBACKSLASH@
1051  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1052  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_eval.o `test -f 'drv_vmmc_eval.c' || echo '$(srcdir)/'`drv_vmmc_eval.c
1053  
1054  drv_vmmc-drv_vmmc_eval.obj: drv_vmmc_eval.c
1055 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" -c -o drv_vmmc-drv_vmmc_eval.obj `if test -f 'drv_vmmc_eval.c'; then $(CYGPATH_W) 'drv_vmmc_eval.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_eval.c'; fi`; \
1056 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo"; exit 1; fi
1057 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_eval.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo -c -o drv_vmmc-drv_vmmc_eval.obj `if test -f 'drv_vmmc_eval.c'; then $(CYGPATH_W) 'drv_vmmc_eval.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_eval.c'; fi`
1058 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_eval.Po
1059  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_eval.c' object='drv_vmmc-drv_vmmc_eval.obj' libtool=no @AMDEPBACKSLASH@
1060  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1061  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_eval.obj `if test -f 'drv_vmmc_eval.c'; then $(CYGPATH_W) 'drv_vmmc_eval.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_eval.c'; fi`
1062  
1063  drv_vmmc-drv_vmmc_lin.o: drv_vmmc_lin.c
1064 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.o -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" -c -o drv_vmmc-drv_vmmc_lin.o `test -f 'drv_vmmc_lin.c' || echo '$(srcdir)/'`drv_vmmc_lin.c; \
1065 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo"; exit 1; fi
1066 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.o -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo -c -o drv_vmmc-drv_vmmc_lin.o `test -f 'drv_vmmc_lin.c' || echo '$(srcdir)/'`drv_vmmc_lin.c
1067 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po
1068  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_lin.c' object='drv_vmmc-drv_vmmc_lin.o' libtool=no @AMDEPBACKSLASH@
1069  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1070  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_lin.o `test -f 'drv_vmmc_lin.c' || echo '$(srcdir)/'`drv_vmmc_lin.c
1071  
1072  drv_vmmc-drv_vmmc_lin.obj: drv_vmmc_lin.c
1073 -@am__fastdepCC_TRUE@   if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.obj -MD -MP -MF "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" -c -o drv_vmmc-drv_vmmc_lin.obj `if test -f 'drv_vmmc_lin.c'; then $(CYGPATH_W) 'drv_vmmc_lin.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_lin.c'; fi`; \
1074 -@am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo" "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po"; else rm -f "$(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo"; exit 1; fi
1075 +@am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -MT drv_vmmc-drv_vmmc_lin.obj -MD -MP -MF $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo -c -o drv_vmmc-drv_vmmc_lin.obj `if test -f 'drv_vmmc_lin.c'; then $(CYGPATH_W) 'drv_vmmc_lin.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_lin.c'; fi`
1076 +@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Tpo $(DEPDIR)/drv_vmmc-drv_vmmc_lin.Po
1077  @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='drv_vmmc_lin.c' object='drv_vmmc-drv_vmmc_lin.obj' libtool=no @AMDEPBACKSLASH@
1078  @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1079  @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(drv_vmmc_CFLAGS) $(CFLAGS) -c -o drv_vmmc-drv_vmmc_lin.obj `if test -f 'drv_vmmc_lin.c'; then $(CYGPATH_W) 'drv_vmmc_lin.c'; else $(CYGPATH_W) '$(srcdir)/drv_vmmc_lin.c'; fi`
1080 -uninstall-info-am:
1081  
1082  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1083         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1084         unique=`for i in $$list; do \
1085             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1086           done | \
1087 -         $(AWK) '    { files[$$0] = 1; } \
1088 -              END { for (i in files) print i; }'`; \
1089 +         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1090 +             END { if (nonempty) { for (i in files) print i; }; }'`; \
1091         mkid -fID $$unique
1092  tags: TAGS
1093  
1094  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1095                 $(TAGS_FILES) $(LISP)
1096 -       tags=; \
1097 +       set x; \
1098         here=`pwd`; \
1099         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1100         unique=`for i in $$list; do \
1101             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1102           done | \
1103 -         $(AWK) '    { files[$$0] = 1; } \
1104 -              END { for (i in files) print i; }'`; \
1105 -       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1106 +         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1107 +             END { if (nonempty) { for (i in files) print i; }; }'`; \
1108 +       shift; \
1109 +       if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1110           test -n "$$unique" || unique=$$empty_fix; \
1111 -         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1112 -           $$tags $$unique; \
1113 +         if test $$# -gt 0; then \
1114 +           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1115 +             "$$@" $$unique; \
1116 +         else \
1117 +           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1118 +             $$unique; \
1119 +         fi; \
1120         fi
1121  ctags: CTAGS
1122  CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1123                 $(TAGS_FILES) $(LISP)
1124 -       tags=; \
1125 -       here=`pwd`; \
1126         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1127         unique=`for i in $$list; do \
1128             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1129           done | \
1130 -         $(AWK) '    { files[$$0] = 1; } \
1131 -              END { for (i in files) print i; }'`; \
1132 -       test -z "$(CTAGS_ARGS)$$tags$$unique" \
1133 +         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1134 +             END { if (nonempty) { for (i in files) print i; }; }'`; \
1135 +       test -z "$(CTAGS_ARGS)$$unique" \
1136           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1137 -            $$tags $$unique
1138 +            $$unique
1139  
1140  GTAGS:
1141         here=`$(am__cd) $(top_builddir) && pwd` \
1142 -         && cd $(top_srcdir) \
1143 -         && gtags -i $(GTAGS_ARGS) $$here
1144 +         && $(am__cd) $(top_srcdir) \
1145 +         && gtags -i $(GTAGS_ARGS) "$$here"
1146  
1147  distclean-tags:
1148         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1149  
1150  distdir: $(DISTFILES)
1151 -       $(mkdir_p) $(distdir)/.. $(distdir)/../include $(distdir)/lib/lib_bbd/src $(distdir)/lib/lib_bufferpool $(distdir)/lib/lib_fifo $(distdir)/lib/lib_gr909 $(distdir)/mps
1152 -       @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1153 -       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1154 -       list='$(DISTFILES)'; for file in $$list; do \
1155 -         case $$file in \
1156 -           $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1157 -           $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1158 -         esac; \
1159 +       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1160 +       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1161 +       list='$(DISTFILES)'; \
1162 +         dist_files=`for file in $$list; do echo $$file; done | \
1163 +         sed -e "s|^$$srcdirstrip/||;t" \
1164 +             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1165 +       case $$dist_files in \
1166 +         */*) $(MKDIR_P) `echo "$$dist_files" | \
1167 +                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1168 +                          sort -u` ;; \
1169 +       esac; \
1170 +       for file in $$dist_files; do \
1171           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1172 -         dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1173 -         if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1174 -           dir="/$$dir"; \
1175 -           $(mkdir_p) "$(distdir)$$dir"; \
1176 -         else \
1177 -           dir=''; \
1178 -         fi; \
1179           if test -d $$d/$$file; then \
1180 +           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1181 +           if test -d "$(distdir)/$$file"; then \
1182 +             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1183 +           fi; \
1184             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1185 -             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1186 +             cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1187 +             find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1188             fi; \
1189 -           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1190 +           cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1191           else \
1192 -           test -f $(distdir)/$$file \
1193 -           || cp -p $$d/$$file $(distdir)/$$file \
1194 +           test -f "$(distdir)/$$file" \
1195 +           || cp -p $$d/$$file "$(distdir)/$$file" \
1196             || exit 1; \
1197           fi; \
1198         done
1199 @@ -992,7 +1004,7 @@ check: check-am
1200  all-am: Makefile $(PROGRAMS)
1201  installdirs:
1202         for dir in "$(DESTDIR)$(bindir)"; do \
1203 -         test -z "$$dir" || $(mkdir_p) "$$dir"; \
1204 +         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1205         done
1206  install: install-am
1207  install-exec: install-exec-am
1208 @@ -1014,6 +1026,7 @@ mostlyclean-generic:
1209  
1210  distclean-generic:
1211         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1212 +       -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1213  
1214  maintainer-clean-generic:
1215         @echo "This command is intended for maintainers to use"
1216 @@ -1034,20 +1047,39 @@ dvi-am:
1217  
1218  html: html-am
1219  
1220 +html-am:
1221 +
1222  info: info-am
1223  
1224  info-am:
1225  
1226  install-data-am:
1227  
1228 +install-dvi: install-dvi-am
1229 +
1230 +install-dvi-am:
1231 +
1232  install-exec-am: install-binPROGRAMS
1233         @$(NORMAL_INSTALL)
1234         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1235 +install-html: install-html-am
1236 +
1237 +install-html-am:
1238  
1239  install-info: install-info-am
1240  
1241 +install-info-am:
1242 +
1243  install-man:
1244  
1245 +install-pdf: install-pdf-am
1246 +
1247 +install-pdf-am:
1248 +
1249 +install-ps: install-ps-am
1250 +
1251 +install-ps-am:
1252 +
1253  installcheck-am:
1254  
1255  maintainer-clean: maintainer-clean-am
1256 @@ -1067,19 +1099,22 @@ ps: ps-am
1257  
1258  ps-am:
1259  
1260 -uninstall-am: uninstall-binPROGRAMS uninstall-info-am
1261 +uninstall-am: uninstall-binPROGRAMS
1262 +
1263 +.MAKE: install-am install-exec-am install-strip
1264  
1265  .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
1266         clean-generic ctags distclean distclean-compile \
1267         distclean-generic distclean-tags distdir dvi dvi-am html \
1268         html-am info info-am install install-am install-binPROGRAMS \
1269 -       install-data install-data-am install-exec install-exec-am \
1270 -       install-exec-hook install-info install-info-am install-man \
1271 +       install-data install-data-am install-dvi install-dvi-am \
1272 +       install-exec install-exec-am install-exec-hook install-html \
1273 +       install-html-am install-info install-info-am install-man \
1274 +       install-pdf install-pdf-am install-ps install-ps-am \
1275         install-strip installcheck installcheck-am installdirs \
1276         maintainer-clean maintainer-clean-generic mostlyclean \
1277         mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1278 -       tags uninstall uninstall-am uninstall-binPROGRAMS \
1279 -       uninstall-info-am
1280 +       tags uninstall uninstall-am uninstall-binPROGRAMS
1281  
1282  
1283  lint:
1284 @@ -1097,7 +1132,7 @@ install-exec-hook: $(bin_PROGRAMS)
1285         done
1286  
1287  @KERNEL_2_6_TRUE@drv_vmmc.ko: $(drv_vmmc_SOURCES) $(EXTRA_DIST)
1288 -@KERNEL_2_6_TRUE@      @echo -e "Making Linux 2.6.x kernel object"
1289 +@KERNEL_2_6_TRUE@      @echo "Making Linux 2.6.x kernel object"
1290  @KERNEL_2_6_TRUE@      @for f in $(drv_vmmc_SOURCES) $(nodist_drv_vmmc_SOURCES) ; do \
1291  @KERNEL_2_6_TRUE@              if test ! -e $(PWD)/$$f; then \
1292  @KERNEL_2_6_TRUE@                      echo "  LN      $$f" ; \
1293 @@ -1105,10 +1140,10 @@ install-exec-hook: $(bin_PROGRAMS)
1294  @KERNEL_2_6_TRUE@                      ln -s @abs_srcdir@/$$f $(PWD)/$$f; \
1295  @KERNEL_2_6_TRUE@              fi; \
1296  @KERNEL_2_6_TRUE@      done;
1297 -@KERNEL_2_6_TRUE@      @echo -e "# drv_vmmc: Generated to build Linux 2.6.x kernel object" > $(PWD)/Kbuild
1298 -@KERNEL_2_6_TRUE@      @echo -e "obj-m := $(subst .ko,.o,$@)"                  >> $(PWD)/Kbuild
1299 -@KERNEL_2_6_TRUE@      @echo -e "$(subst .ko,,$@)-y := $(drv_vmmc_OBJS)"       >> $(PWD)/Kbuild
1300 -@KERNEL_2_6_TRUE@      @echo -e "EXTRA_CFLAGS := -DHAVE_CONFIG_H  $(CFLAGS) $(drv_vmmc_CFLAGS) $(INCLUDES)"    >> $(PWD)/Kbuild
1301 +@KERNEL_2_6_TRUE@      @echo "# drv_vmmc: Generated to build Linux 2.6.x kernel object" > $(PWD)/Kbuild
1302 +@KERNEL_2_6_TRUE@      @echo "obj-m := $(subst .ko,.o,$@)"                     >> $(PWD)/Kbuild
1303 +@KERNEL_2_6_TRUE@      @echo "$(subst .ko,,$@)-y := $(drv_vmmc_OBJS)"  >> $(PWD)/Kbuild
1304 +@KERNEL_2_6_TRUE@      @echo "EXTRA_CFLAGS := -DHAVE_CONFIG_H  $(CFLAGS) $(drv_vmmc_CFLAGS) $(INCLUDES)"       >> $(PWD)/Kbuild
1305  @KERNEL_2_6_TRUE@      $(MAKE) ARCH=@KERNEL_ARCH@ -C @KERNEL_BUILD_PATH@ O=@KERNEL_BUILD_PATH@ M=$(PWD) modules
1306  
1307  @KERNEL_2_6_TRUE@clean-generic:
1308 @@ -1117,6 +1152,7 @@ install-exec-hook: $(bin_PROGRAMS)
1309  @KERNEL_2_6_TRUE@      @- find . -name "*.o" | xargs rm -f
1310  @KERNEL_2_6_TRUE@      @- rm -f Module.symvers Kbuild
1311  @KERNEL_2_6_TRUE@      @- rm -rf .tmp_versions drv_vmmc.mod.c
1312 +
1313  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1314  # Otherwise a system limit (for SysV at least) may be exceeded.
1315  .NOEXPORT:
1316 --- a/drv_version.h
1317 +++ b/drv_version.h
1318 @@ -36,6 +36,10 @@
1319  #define MIN_FW_MAJORSTEP   2
1320  #define MIN_FW_MINORSTEP   1
1321  #define MIN_FW_HOTFIXSTEP  0
1322 +#elif  defined(SYSTEM_FALCON)
1323 +#define MIN_FW_MAJORSTEP   0
1324 +#define MIN_FW_MINORSTEP   1
1325 +#define MIN_FW_HOTFIXSTEP  0
1326  #else
1327  #error unknown system
1328  #endif
1329 --- a/src/drv_vmmc_bbd.c
1330 +++ b/src/drv_vmmc_bbd.c
1331 @@ -34,6 +34,7 @@
1332  #define VMMC_WL_SDD_BASIC_CFG       0x04000400
1333  #define VMMC_WL_SDD_RING_CFG        0x04000500
1334  #define VMMC_WL_SDD_DCDC_CFG        0x04000C00
1335 +#define VMMC_WL_SDD_MWI_CFG         0x04000600
1336  
1337  #define IDLE_EXT_TOGGLE_SLEEP_MS    5
1338  
1339 @@ -52,6 +53,8 @@
1340  #define BBD_VMMC_MAGIC                       0x41523921 /* "AR9"  */
1341  #elif defined(SYSTEM_VR9)
1342  #define BBD_VMMC_MAGIC                       0x56523921 /* "VR9"  */
1343 +#elif defined(SYSTEM_FALCON)
1344 +#define BBD_VMMC_MAGIC                       0x46414C43 /* "FALC"  */
1345  #else
1346  #error system undefined
1347  #endif
1348 @@ -525,9 +528,6 @@ static IFX_int32_t VMMC_BBD_BlockHandler
1349     IFX_uint16_t               slic_val;
1350     IFX_int32_t                ret = IFX_SUCCESS;
1351  
1352 -   TRACE(VMMC, DBG_LEVEL_LOW,
1353 -         ("bbd block with tag 0x%04X passed\n", pBBDblock->tag));
1354 -
1355     /* for FXO line allowed blocks are FXO_CRAM and TRANSPARENT */
1356     if (pCh->pALM->line_type_fxs != IFX_TRUE)
1357     {
1358 @@ -686,6 +686,7 @@ static IFX_int32_t VMMC_BBD_BlockHandler
1359              break;
1360        }
1361     } /* if */
1362 +
1363     return ret;
1364  }
1365  
1366 @@ -1026,6 +1027,7 @@ static IFX_int32_t vmmc_BBD_WhiteListedC
1367           }
1368        case VMMC_WL_SDD_RING_CFG:
1369        case VMMC_WL_SDD_DCDC_CFG:
1370 +      case VMMC_WL_SDD_MWI_CFG:
1371           ret = CmdWrite (pCh->pParent, Msg.val, Msg.cmd.LENGTH);
1372           break;
1373  
1374 @@ -1068,7 +1070,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1375     IFX_uint32_t countWords;
1376     IFX_uint32_t posBytes = 0;
1377     IFX_uint8_t  lenBytes, *pByte;
1378 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1379 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1380     IFX_uint8_t  padBytes = 0;
1381  #endif
1382     IFX_uint16_t cram_offset, cram_crc,
1383 @@ -1088,7 +1090,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1384  #ifdef SYSTEM_DANUBE
1385     /* CMD1 is a COP command  */
1386     pCmd[0] = (0x0200) | (pCh->nChannel - 1);
1387 -#elif  defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1388 +#elif  defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1389     /* SDD_Coef command */
1390     pCmd[0] = (0x0400) | (pCh->nChannel - 1);
1391     pCmd[1] = (0x0D00);
1392 @@ -1111,7 +1113,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1393        pCmd[1] = ((cram_offset + (posBytes >> 1)) << 8);
1394        /* set CRAM data while taking care of endianess  */
1395        cpb2w (&pCmd[2], &pByte[posBytes], lenBytes);
1396 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1397 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1398        /* calculate length to download (in words = 16bit),
1399           maximum allowed length for this message is 56 Bytes = 28 Words */
1400        if (countWords > ((MAX_CMD_WORD - CMD_HDR_CNT - 1)))
1401 @@ -1140,7 +1142,7 @@ static IFX_int32_t vmmc_BBD_DownloadChCr
1402        /* write Data */
1403  #if defined SYSTEM_DANUBE
1404        ret = CmdWrite (pCh->pParent, (IFX_uint32_t *) pCmd, lenBytes);
1405 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1406 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1407  #if 1
1408        /* lenBytes + 2 bytes for block offset/length which are not calculated
1409           in the download progress */
1410 --- a/src/mps/drv_mps_version.h
1411 +++ b/src/mps/drv_mps_version.h
1412 @@ -17,7 +17,7 @@
1413  #define VERSIONSTEP  2
1414  #define VERS_TYPE    5
1415  
1416 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1417 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1418  #define IFX_MPS_PLATFORM_NAME "MIPS34KEc"
1419  #elif  defined(SYSTEM_DANUBE)
1420  #define IFX_MPS_PLATFORM_NAME "MIPS24KEc"
1421 --- a/src/mps/drv_mps_vmmc_linux.c
1422 +++ b/src/mps/drv_mps_vmmc_linux.c
1423 @@ -55,6 +55,9 @@
1424  #include "drv_vmmc_init.h"
1425  #  include <lantiq.h>
1426  #  include <irq.h>
1427 +#  ifdef CONFIG_SOC_LANTIQ_FALCON
1428 +#    include <falcon_irq.h>
1429 +#  endif
1430  #else
1431  #  include <asm/ifx/irq.h>
1432  #  include <asm/ifx/ifx_regs.h>
1433 @@ -2197,7 +2200,7 @@ IFX_int32_t __init ifx_mps_init_module (
1434  #if defined(CONFIG_MIPS) && !defined(CONFIG_MIPS_UNCACHED)
1435  #if defined(SYSTEM_DANUBE)
1436     bDoCacheOps = IFX_TRUE; /* on Danube always perform cache ops */
1437 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
1438 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
1439     /* on AR9/VR9 cache is configured by BSP;
1440        here we check whether the D-cache is shared or partitioned;
1441        1) in case of shared D-cache all cache operations are omitted;
1442 @@ -2227,6 +2230,7 @@ IFX_int32_t __init ifx_mps_init_module (
1443  
1444     /* reset the device before initializing the device driver */
1445     ifx_mps_reset ();
1446 +
1447     result = request_irq (INT_NUM_IM4_IRL18,
1448  #ifdef LINUX_2_6
1449                           ifx_mps_ad0_irq, IRQF_DISABLED
1450 --- /dev/null
1451 +++ b/src/mps/drv_mps_vmmc_falcon.c
1452 @@ -0,0 +1,463 @@
1453 +/******************************************************************************
1454 +
1455 +                              Copyright (c) 2009
1456 +                            Lantiq Deutschland GmbH
1457 +                     Am Campeon 3; 85579 Neubiberg, Germany
1458 +
1459 +  For licensing information, see the file 'LICENSE' in the root folder of
1460 +  this software module.
1461 +
1462 +****************************************************************************
1463 +   Module      : drv_mps_vmmc_ar9.c
1464 +   Description : This file contains the implementation of the AR9/VR9 specific
1465 +                 driver functions.
1466 +*******************************************************************************/
1467 +
1468 +/* ============================= */
1469 +/* Includes                      */
1470 +/* ============================= */
1471 +#include "drv_config.h"
1472 +
1473 +#if defined(SYSTEM_FALCON) /* defined in drv_config.h */
1474 +
1475 +/* lib_ifxos headers */
1476 +#include "ifx_types.h"
1477 +#include "ifxos_linux_drv.h"
1478 +#include "ifxos_copy_user_space.h"
1479 +#include "ifxos_event.h"
1480 +#include "ifxos_lock.h"
1481 +#include "ifxos_select.h"
1482 +#include "ifxos_interrupt.h"
1483 +#include <linux/gpio.h>
1484 +#include <sys1_reg.h>
1485 +#include <falcon.h>
1486 +#include <falcon_irq.h>
1487 +#include <vpe.h>
1488 +#include <sysctrl.h>
1489 +void (*ifx_bsp_basic_mps_decrypt)(unsigned int addr, int n) = (void (*)(unsigned int, int))0xbf000290;
1490 +
1491 +#define IFX_MPS_SRAM IFXMIPS_MPS_SRAM
1492 +
1493 +/*#define USE_PLAIN_VOICE_FIRMWARE*/
1494 +/* board specific headers */
1495 +
1496 +/* device specific headers */
1497 +#include "drv_mps_vmmc.h"
1498 +#include "drv_mps_vmmc_dbg.h"
1499 +#include "drv_mps_vmmc_device.h"
1500 +
1501 +/* ============================= */
1502 +/* Local Macros & Definitions    */
1503 +/* ============================= */
1504 +/* Firmware watchdog timer counter address */
1505 +#define VPE1_WDOG_CTR_ADDR ((IFX_uint32_t)((IFX_uint8_t* )IFX_MPS_SRAM + 432))
1506 +
1507 +/* Firmware watchdog timeout range, values in ms */
1508 +#define VPE1_WDOG_TMOUT_MIN 20
1509 +#define VPE1_WDOG_TMOUT_MAX 5000
1510 +
1511 +/* ============================= */
1512 +/* Global variable definition    */
1513 +/* ============================= */
1514 +extern mps_comm_dev *pMPSDev;
1515 +
1516 +/* ============================= */
1517 +/* Global function declaration   */
1518 +/* ============================= */
1519 +IFX_void_t ifx_mps_release (IFX_void_t);
1520 +extern IFX_uint32_t ifx_mps_reset_structures (mps_comm_dev * pMPSDev);
1521 +extern IFX_int32_t ifx_mps_bufman_close (IFX_void_t);
1522 +IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count);
1523 +extern IFXOS_event_t fw_ready_evt;
1524 +/* ============================= */
1525 +/* Local function declaration    */
1526 +/* ============================= */
1527 +static IFX_int32_t ifx_mps_fw_wdog_start_ar9(IFX_void_t);
1528 +
1529 +/* ============================= */
1530 +/* Local variable definition     */
1531 +/* ============================= */
1532 +static IFX_int32_t vpe1_started = 0;
1533 +/* VMMC watchdog timer callback */
1534 +IFX_int32_t (*ifx_wdog_callback) (IFX_uint32_t flags) = IFX_NULL;
1535 +
1536 +/* ============================= */
1537 +/* Local function definition     */
1538 +/* ============================= */
1539 +
1540 +/******************************************************************************
1541 + * AR9 Specific Routines
1542 + ******************************************************************************/
1543 +
1544 +/**
1545 + * Start AR9 EDSP firmware watchdog mechanism.
1546 + * Called after download and startup of VPE1.
1547 + *
1548 + * \param   none
1549 + * \return  0         IFX_SUCCESS
1550 + * \return  -1        IFX_ERROR
1551 + * \ingroup Internal
1552 + */
1553 +IFX_int32_t ifx_mps_fw_wdog_start_ar9()
1554 +{
1555 +   return IFX_SUCCESS;
1556 +}
1557 +
1558 +/**
1559 + * Firmware download to Voice CPU
1560 + * This function performs a firmware download to the coprocessor.
1561 + *
1562 + * \param   pMBDev    Pointer to mailbox device structure
1563 + * \param   pFWDwnld  Pointer to firmware structure
1564 + * \return  0         IFX_SUCCESS, firmware ready
1565 + * \return  -1        IFX_ERROR,   firmware not downloaded.
1566 + * \ingroup Internal
1567 + */
1568 +IFX_int32_t ifx_mps_download_firmware (mps_mbx_dev *pMBDev, mps_fw *pFWDwnld)
1569 +{
1570 +   IFX_uint32_t mem, cksum;
1571 +   IFX_uint8_t crc;
1572 +   IFX_boolean_t bMemReqNotPresent = IFX_FALSE;
1573 +
1574 +   /* VCC register */
1575 +   /* dummy accesss on GTC for GPONC-55, otherwise upper bits are random on read */
1576 +   ltq_r32 ((u32 *)((KSEG1 | 0x1DC000B0)));
1577 +   /* NTR Frequency Select 1536 kHz per default or take existing,
1578 +      NTR Output Enable and NTR8K Output Enable  */
1579 +   if ((ltq_r32 ((u32 *)(GPON_SYS_BASE + 0xBC)) & 7) == 0)
1580 +      ltq_w32_mask (0x10187, 0x183, (u32 *)(GPON_SYS_BASE + 0xBC));
1581 +   else
1582 +      ltq_w32_mask (0x10180, 0x180, (u32 *)(GPON_SYS_BASE + 0xBC));
1583 +#if 0
1584 +   /* BIU-ICU1-IM1_ISR - IM1:FSCT_CMP1=1 and FSC_ROOT=1
1585 +      (0x1f880328 = 0x00002800) */
1586 +   ltq_w32 (0x00002800, (u32 *)(GPON_ICU1_BASE + 0x30));
1587 +#endif
1588 +   /* copy FW footer from user space */
1589 +   if (IFX_NULL == IFXOS_CpyFromUser(pFW_img_data,
1590 +                           pFWDwnld->data+pFWDwnld->length/4-sizeof(*pFW_img_data)/4,
1591 +                           sizeof(*pFW_img_data)))
1592 +   {
1593 +      TRACE (MPS, DBG_LEVEL_HIGH,
1594 +                  (KERN_ERR "[%s %s %d]: copy_from_user error\r\n",
1595 +                   __FILE__, __func__, __LINE__));
1596 +      return IFX_ERROR;
1597 +   }
1598 +
1599 +   mem = pFW_img_data->mem;
1600 +
1601 +   /* memory requirement sanity check */
1602 +   if ((crc = ~((mem >> 16) + (mem >> 8) + mem)) != (mem >> 24))
1603 +   {
1604 +      TRACE (MPS, DBG_LEVEL_HIGH,
1605 +          ("[%s %s %d]: warning, image does not contain size - assuming 1MB!\n",
1606 +           __FILE__, __func__, __LINE__));
1607 +      mem = 1 * 1024 * 1024;
1608 +      bMemReqNotPresent = IFX_TRUE;
1609 +   }
1610 +   else
1611 +   {
1612 +      mem &= 0x00FFFFFF;
1613 +   }
1614 +
1615 +   /* check if FW image fits in available memory space */
1616 +   if (mem > vpe1_get_max_mem(0))
1617 +   {
1618 +      TRACE (MPS, DBG_LEVEL_HIGH,
1619 +      ("[%s %s %d]: error, firmware memory exceeds reserved space (%i > %i)!\n",
1620 +                 __FILE__, __func__, __LINE__, mem, vpe1_get_max_mem(0)));
1621 +      return IFX_ERROR;
1622 +   }
1623 +
1624 +   /* reset the driver */
1625 +   ifx_mps_reset ();
1626 +
1627 +   /* call BSP to get cpu1 base address */
1628 +   cpu1_base_addr = (IFX_uint32_t *)vpe1_get_load_addr(0);
1629 +
1630 +   /* check if CPU1 base address is sane
1631 +      \todo: check if address is 1MB aligned,
1632 +      also make it visible in a /proc fs */
1633 +   if (!cpu1_base_addr)
1634 +   {
1635 +      TRACE (MPS, DBG_LEVEL_HIGH,
1636 +             (KERN_ERR "IFX_MPS: CPU1 base address is invalid!\r\n"));
1637 +      return IFX_ERROR;
1638 +   }
1639 +   /* further use uncached value */
1640 +   cpu1_base_addr = (IFX_uint32_t *)KSEG1ADDR(cpu1_base_addr);
1641 +
1642 +   /* free all data buffers that might be currently used by FW */
1643 +   if (IFX_NULL != ifx_mps_bufman_freeall)
1644 +   {
1645 +      ifx_mps_bufman_freeall();
1646 +   }
1647 +
1648 +   if(FW_FORMAT_NEW)
1649 +   {
1650 +      /* adjust download length */
1651 +      pFWDwnld->length -= (sizeof(*pFW_img_data)-sizeof(IFX_uint32_t));
1652 +   }
1653 +   else
1654 +   {
1655 +      pFWDwnld->length -= sizeof(IFX_uint32_t);
1656 +
1657 +      /* handle unlikely case if FW image does not contain memory requirement -
1658 +         assumed for old format only */
1659 +      if (IFX_TRUE == bMemReqNotPresent)
1660 +         pFWDwnld->length += sizeof(IFX_uint32_t);
1661 +
1662 +      /* in case of old FW format always assume that FW is encrypted;
1663 +         use compile switch USE_PLAIN_VOICE_FIRMWARE for plain FW */
1664 +#ifndef USE_PLAIN_VOICE_FIRMWARE
1665 +      pFW_img_data->enc = 1;
1666 +#else
1667 +#warning Using unencrypted firmware!
1668 +      pFW_img_data->enc = 0;
1669 +#endif /* USE_PLAIN_VOICE_FIRMWARE */
1670 +      /* initializations for the old format */
1671 +      pFW_img_data->st_addr_crc = 2*sizeof(IFX_uint32_t) +
1672 +                                  FW_AR9_OLD_FMT_XCPT_AREA_SZ;
1673 +      pFW_img_data->en_addr_crc = pFWDwnld->length;
1674 +      pFW_img_data->fw_vers = 0;
1675 +      pFW_img_data->magic = 0;
1676 +   }
1677 +
1678 +   /* copy FW image to base address of CPU1 */
1679 +   if (IFX_NULL ==
1680 +       IFXOS_CpyFromUser ((IFX_void_t *)cpu1_base_addr,
1681 +                          (IFX_void_t *)pFWDwnld->data, pFWDwnld->length))
1682 +   {
1683 +      TRACE (MPS, DBG_LEVEL_HIGH,
1684 +             (KERN_ERR "[%s %s %d]: copy_from_user error\r\n", __FILE__,
1685 +              __func__, __LINE__));
1686 +      return IFX_ERROR;
1687 +   }
1688 +
1689 +   /* process firmware decryption */
1690 +   if (pFW_img_data->enc == 1)
1691 +   {
1692 +      if(FW_FORMAT_NEW)
1693 +      {
1694 +         /* adjust decryption length (avoid decrypting CRC32 checksum) */
1695 +         pFWDwnld->length -= sizeof(IFX_uint32_t);
1696 +      }
1697 +      /* BootROM actually decrypts n+4 bytes if n bytes were passed for
1698 +         decryption. Subtract sizeof(u32) from length to avoid decryption
1699 +         of data beyond the FW image code */
1700 +      pFWDwnld->length -= sizeof(IFX_uint32_t);
1701 +      ifx_bsp_basic_mps_decrypt((unsigned int)cpu1_base_addr, pFWDwnld->length);
1702 +   }
1703 +
1704 +   /* calculate CRC32 checksum over downloaded image */
1705 +   cksum = ifx_mps_fw_crc32(cpu1_base_addr, pFW_img_data);
1706 +
1707 +   /* verify the checksum */
1708 +   if(FW_FORMAT_NEW)
1709 +   {
1710 +      if (cksum != pFW_img_data->crc32)
1711 +      {
1712 +         TRACE (MPS, DBG_LEVEL_HIGH,
1713 +                ("MPS: FW checksum error: img=0x%08x calc=0x%08x\r\n",
1714 +                pFW_img_data->crc32, cksum));
1715 +         /*return IFX_ERROR;*/
1716 +      }
1717 +   }
1718 +   else
1719 +   {
1720 +      /* just store self-calculated checksum */
1721 +      pFW_img_data->crc32 = cksum;
1722 +   }
1723 +
1724 +   /* start VPE1 */
1725 +   ifx_mps_release ();
1726 +#if 0
1727 +   /* start FW watchdog mechanism */
1728 +   ifx_mps_fw_wdog_start_ar9();
1729 +#endif
1730 +   /* get FW version */
1731 +   return ifx_mps_get_fw_version (0);
1732 +}
1733 +
1734 +
1735 +/**
1736 + * Restart CPU1
1737 + * This function restarts CPU1 by accessing the reset request register and
1738 + * reinitializes the mailbox.
1739 + *
1740 + * \return  0        IFX_SUCCESS, successful restart
1741 + * \return  -1       IFX_ERROR, if reset failed
1742 + * \ingroup Internal
1743 + */
1744 +IFX_int32_t ifx_mps_restart (IFX_void_t)
1745 +{
1746 +   /* raise reset request for CPU1 and reset driver structures */
1747 +   ifx_mps_reset ();
1748 +   /* Disable GPTC Interrupt to CPU1 */
1749 +   ifx_mps_shutdown_gpt ();
1750 +   /* re-configure GPTC */
1751 +   ifx_mps_init_gpt ();
1752 +   /* let CPU1 run */
1753 +   ifx_mps_release ();
1754 +   /* start FW watchdog mechanism */
1755 +   ifx_mps_fw_wdog_start_ar9();
1756 +   TRACE (MPS, DBG_LEVEL_HIGH, ("IFX_MPS: Restarting firmware..."));
1757 +   return ifx_mps_get_fw_version (0);
1758 +}
1759 +
1760 +/**
1761 + * Shutdown MPS - stop VPE1
1762 + * This function stops VPE1
1763 + *
1764 + * \ingroup Internal
1765 + */
1766 +IFX_void_t ifx_mps_shutdown (IFX_void_t)
1767 +{
1768 +   if (vpe1_started)
1769 +   {
1770 +      /* stop software watchdog timer */
1771 +      vpe1_sw_wdog_stop (0);
1772 +      /* clean up the BSP callback function */
1773 +      vpe1_sw_wdog_register_reset_handler (IFX_NULL);
1774 +      /* stop VPE1 */
1775 +      vpe1_sw_stop (0);
1776 +      vpe1_started = 0;
1777 +   }
1778 +   /* free GPTC */
1779 +   ifx_mps_shutdown_gpt ();
1780 +}
1781 +
1782 +/**
1783 + * Reset CPU1
1784 + * This function causes a reset of CPU1 by clearing the CPU0 boot ready bit
1785 + * in the reset request register RCU_RST_REQ.
1786 + * It does not change the boot configuration registers for CPU0 or CPU1.
1787 + *
1788 + * \return  0        IFX_SUCCESS, cannot fail
1789 + * \ingroup Internal
1790 + */
1791 +IFX_void_t ifx_mps_reset (IFX_void_t)
1792 +{
1793 +   /* if VPE1 is already started, stop it */
1794 +   if (vpe1_started)
1795 +   {
1796 +      /* stop software watchdog timer first */
1797 +      vpe1_sw_wdog_stop (0);
1798 +      vpe1_sw_stop (0);
1799 +      vpe1_started = 0;
1800 +   }
1801 +
1802 +   /* reset driver */
1803 +   ifx_mps_reset_structures (pMPSDev);
1804 +   ifx_mps_bufman_close ();
1805 +   return;
1806 +}
1807 +
1808 +/**
1809 + * Let CPU1 run
1810 + * This function starts VPE1
1811 + *
1812 + * \return  none
1813 + * \ingroup Internal
1814 + */
1815 +IFX_void_t ifx_mps_release (IFX_void_t)
1816 +{
1817 +   IFX_int_t ret;
1818 +   IFX_int32_t RetCode = 0;
1819 +
1820 +   /* Start VPE1 */
1821 +   if (IFX_SUCCESS !=
1822 +       vpe1_sw_start ((IFX_void_t *)cpu1_base_addr, 0, 0))
1823 +   {
1824 +      TRACE (MPS, DBG_LEVEL_HIGH, (KERN_ERR "Error starting VPE1\r\n"));
1825 +      return;
1826 +   }
1827 +   vpe1_started = 1;
1828 +
1829 +   /* sleep 3 seconds until FW is ready */
1830 +   ret = IFXOS_EventWait (&fw_ready_evt, 3000, &RetCode);
1831 +   if ((ret == IFX_ERROR) && (RetCode == 1))
1832 +   {
1833 +      /* timeout */
1834 +      TRACE (MPS, DBG_LEVEL_HIGH,
1835 +             (KERN_ERR "[%s %s %d]: Timeout waiting for firmware ready.\r\n",
1836 +              __FILE__, __func__, __LINE__));
1837 +      /* recalculate and compare the firmware checksum */
1838 +      ifx_mps_fw_crc_compare(cpu1_base_addr, pFW_img_data);
1839 +      /* dump exception area on a console */
1840 +      ifx_mps_dump_fw_xcpt(cpu1_base_addr, pFW_img_data);
1841 +   }
1842 +}
1843 +
1844 +/**
1845 + * WDT callback.
1846 + * This function is called by BSP (module softdog_vpe) in case if software
1847 + * watchdog timer expiration is detected by BSP.
1848 + * This function needs to be registered at BSP as WDT callback using
1849 + * vpe1_sw_wdog_register_reset_handler() API.
1850 + *
1851 + * \return  0        IFX_SUCCESS, cannot fail
1852 + * \ingroup Internal
1853 + */
1854 +IFX_int32_t ifx_mps_wdog_callback (IFX_uint32_t wdog_cleared_ok_count)
1855 +{
1856 +#ifdef DEBUG
1857 +   TRACE (MPS, DBG_LEVEL_HIGH,
1858 +          ("MPS: watchdog callback! arg=0x%08x\r\n", wdog_cleared_ok_count));
1859 +#endif /* DEBUG */
1860 +
1861 +   /* reset SmartSLIC is done by FW */
1862 +   /* recalculate and compare the firmware checksum */
1863 +   ifx_mps_fw_crc_compare(cpu1_base_addr, pFW_img_data);
1864 +
1865 +   /* dump exception area on a console */
1866 +   ifx_mps_dump_fw_xcpt(cpu1_base_addr, pFW_img_data);
1867 +
1868 +   if (IFX_NULL != ifx_wdog_callback)
1869 +   {
1870 +      /* call VMMC driver */
1871 +      ifx_wdog_callback (wdog_cleared_ok_count);
1872 +   }
1873 +   else
1874 +   {
1875 +      TRACE (MPS, DBG_LEVEL_HIGH,
1876 +             (KERN_WARNING "MPS: VMMC watchdog timer callback is NULL.\r\n"));
1877 +   }
1878 +   return 0;
1879 +}
1880 +
1881 +/**
1882 + * Register WDT callback.
1883 + * This function is called by VMMC driver to register its callback in
1884 + * the MPS driver.
1885 + *
1886 + * \return  0        IFX_SUCCESS, cannot fail
1887 + * \ingroup Internal
1888 + */
1889 +IFX_int32_t
1890 +ifx_mps_register_wdog_callback (IFX_int32_t (*pfn) (IFX_uint32_t flags))
1891 +{
1892 +   ifx_wdog_callback = pfn;
1893 +   return 0;
1894 +}
1895 +
1896 +/**
1897 +   Hardware setup on FALC ON
1898 +*/
1899 +void sys_hw_setup (void)
1900 +{
1901 +   /* Set INFRAC register bit 1: clock enable of the GPE primary clock.  */
1902 +   sys_gpe_hw_activate (0);
1903 +   /* enable 1.5 V */
1904 +   ltq_w32_mask (0xf, 0x0b, (u32 *)(GPON_SYS1_BASE | 0xbc));
1905 +   /* SYS1-CLKEN:GPTC = 1 and MPS, no longer FSCT = 1 */
1906 +   sys1_hw_activate (ACTS_MPS | ACTS_GPTC);
1907 +   /* GPTC:CLC:RMC = 1 */
1908 +   ltq_w32 (0x00000100, (u32 *)(KSEG1 | 0x1E100E00));
1909 +}
1910 +
1911 +#ifndef VMMC_WITH_MPS
1912 +EXPORT_SYMBOL (ifx_mps_register_wdog_callback);
1913 +#endif /* !VMMC_WITH_MPS */
1914 +
1915 +#endif /* SYSTEM_FALCON */
1916 --- a/src/mps/drv_mps_vmmc_common.c
1917 +++ b/src/mps/drv_mps_vmmc_common.c
1918 @@ -67,6 +67,10 @@ static void inline bsp_mask_and_ack_irq(
1919  #  include <asm/ifx/ifx_regs.h>
1920  #  include <asm/ifx/ifx_gptu.h>
1921  #endif
1922 +#if defined(SYSTEM_FALCON)
1923 +#include <sys1_reg.h>
1924 +#include <sysctrl.h>
1925 +#endif
1926  
1927  #include "drv_mps_vmmc.h"
1928  #include "drv_mps_vmmc_dbg.h"
1929 @@ -1157,7 +1161,12 @@ IFX_uint32_t ifx_mps_init_structures (mp
1930        mailbox, * upstream and downstream direction. */
1931     memset (
1932         /* avoid to overwrite CPU boot registers */
1933 +#if defined(SYSTEM_FALCON)
1934 +          (IFX_void_t *) MBX_Memory +
1935 +           2 * sizeof (mps_boot_cfg_reg),
1936 +#else
1937            (IFX_void_t *) MBX_Memory,
1938 +#endif
1939             0,
1940             sizeof (mps_mbx_reg) - 2 * sizeof (mps_boot_cfg_reg));
1941     MBX_Memory->MBX_UPSTR_CMD_BASE =
1942 @@ -2670,6 +2679,7 @@ IFX_void_t ifx_mps_disable_mailbox_int (
1943     Ad0Reg.fld.cu_mbx = 0;
1944     Ad0Reg.fld.du_mbx = 0;
1945     *IFX_MPS_AD0ENR = Ad0Reg.val;
1946 +
1947  }
1948  
1949  /**
1950 @@ -2767,11 +2777,13 @@ irqreturn_t ifx_mps_ad0_irq (IFX_int32_t
1951     /* handle only enabled interrupts */
1952     MPS_Ad0StatusReg.val &= *IFX_MPS_AD0ENR;
1953  
1954 +#if !defined(SYSTEM_FALCON)
1955  #ifdef LINUX_2_6
1956     bsp_mask_and_ack_irq (irq);
1957  #else /* */
1958     mask_and_ack_danube_irq (irq);
1959  #endif /* */
1960 +#endif /* !defined(SYSTEM_FALCON) */
1961     /* FW is up and ready to process commands */
1962     if (MPS_Ad0StatusReg.fld.dl_end)
1963     {
1964 @@ -2920,11 +2932,13 @@ irqreturn_t ifx_mps_ad1_irq (IFX_int32_t
1965     /* handle only enabled interrupts */
1966     MPS_Ad1StatusReg.val &= *IFX_MPS_AD1ENR;
1967  
1968 +#if !defined(SYSTEM_FALCON)
1969  #ifdef LINUX_2_6
1970     bsp_mask_and_ack_irq (irq);
1971  #else /* */
1972     mask_and_ack_danube_irq (irq);
1973  #endif /* */
1974 +#endif /* !defined(SYSTEM_FALCON) */
1975     pMPSDev->event.MPS_Ad1Reg.val = MPS_Ad1StatusReg.val;
1976  
1977     /* use callback function or queue wake up to notify about data reception */
1978 @@ -2978,11 +2992,13 @@ irqreturn_t ifx_mps_vc_irq (IFX_int32_t 
1979     IFX_MPS_CVC0SR[chan] = MPS_VCStatusReg.val;
1980     /* handle only enabled interrupts */
1981     MPS_VCStatusReg.val &= IFX_MPS_VC0ENR[chan];
1982 +#if !defined(SYSTEM_FALCON)
1983  #ifdef LINUX_2_6
1984     bsp_mask_and_ack_irq (irq);
1985  #else /* */
1986     mask_and_ack_danube_irq (irq);
1987  #endif /* */
1988 +#endif /* !defined(SYSTEM_FALCON) */
1989  
1990     pMPSDev->event.MPS_VCStatReg[chan].val = MPS_VCStatusReg.val;
1991  #ifdef PRINT_ON_ERR_INTERRUPT
1992 @@ -3127,6 +3143,7 @@ IFX_int32_t ifx_mps_get_fw_version (IFX_
1993   */
1994  IFX_return_t ifx_mps_init_gpt ()
1995  {
1996 +#if !defined(SYSTEM_FALCON)
1997     unsigned long flags;
1998     IFX_uint32_t timer_flags, timer, loops = 0;
1999     IFX_ulong_t count;
2000 @@ -3135,7 +3152,11 @@ IFX_return_t ifx_mps_init_gpt ()
2001  #else /* Danube */
2002     timer = TIMER1B;
2003  #endif /* SYSTEM_AR9 || SYSTEM_VR9 */
2004 +#endif
2005  
2006 +#if defined(SYSTEM_FALCON)
2007 +   sys_hw_setup ();
2008 +#else
2009     /* calibration loop - required to syncronize GPTC interrupt with falling
2010        edge of FSC clock */
2011     timer_flags =
2012 @@ -3180,7 +3201,7 @@ Probably already in use.\r\n", __FILE__,
2013  #endif /* DEBUG */
2014  
2015     IFXOS_UNLOCKINT (flags);
2016 -
2017 +#endif
2018     return IFX_SUCCESS;
2019  }
2020  
2021 @@ -3195,6 +3216,9 @@ Probably already in use.\r\n", __FILE__,
2022   */
2023  IFX_void_t ifx_mps_shutdown_gpt (IFX_void_t)
2024  {
2025 +#if defined(SYSTEM_FALCON)
2026 +   sys1_hw_deactivate (ACTS_MPS);
2027 +#else
2028     IFX_uint32_t timer;
2029  #if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
2030     timer = TIMER1A;
2031 @@ -3203,6 +3227,7 @@ IFX_void_t ifx_mps_shutdown_gpt (IFX_voi
2032  #endif /* SYSTEM_AR9 || SYSTEM_VR9 */
2033  
2034     ifx_gptu_timer_free (timer);
2035 +#endif
2036  }
2037  
2038  /**
2039 --- a/src/mps/drv_mps_vmmc_device.h
2040 +++ b/src/mps/drv_mps_vmmc_device.h
2041 @@ -73,10 +73,11 @@
2042  /* MPS Common defines            */
2043  /* ============================= */
2044  
2045 -#define MPS_BASEADDRESS 0xBF107000
2046 -#define MPS_RAD0SR      MPS_BASEADDRESS + 0x0004
2047 -
2048 +#if defined(SYSTEM_FALCON)
2049 +#define MBX_BASEADDRESS 0xBF200040
2050 +#else
2051  #define MBX_BASEADDRESS 0xBF200000
2052 +#endif
2053  #define VCPU_BASEADDRESS 0xBF208000     /* 0xBF108000 */
2054  /*---------------------------------------------------------------------------*/
2055  #if !defined(CONFIG_LANTIQ)
2056 @@ -118,7 +119,6 @@
2057  /*---------------------------------------------------------------------------*/
2058  
2059  #ifdef CONFIG_MPS_EVENT_MBX
2060 -
2061  #define MBX_CMD_FIFO_SIZE  64 /**< Size of command FIFO in bytes */
2062  #define MBX_DATA_UPSTRM_FIFO_SIZE 64
2063  #define MBX_DATA_DNSTRM_FIFO_SIZE 128
2064 @@ -294,6 +294,10 @@ typedef struct
2065  #ifdef CONFIG_MPS_EVENT_MBX
2066  typedef struct
2067  {
2068 +#if defined(SYSTEM_FALCON)
2069 +   mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2070 +   mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2071 +#endif
2072     volatile IFX_uint32_t *MBX_UPSTR_CMD_BASE;  /**< Upstream Command FIFO Base Address */
2073     volatile IFX_uint32_t MBX_UPSTR_CMD_SIZE;   /**< Upstream Command FIFO size in byte */
2074     volatile IFX_uint32_t *MBX_DNSTR_CMD_BASE;  /**< Downstream Command FIFO Base Address */
2075 @@ -317,13 +321,19 @@ typedef struct
2076     volatile IFX_uint32_t MBX_UPSTR_EVENT_WRITE; /**< Upstream Event FIFO Write Index */
2077     volatile IFX_uint32_t MBX_EVENT[MBX_EVENT_DATA_WORDS];
2078     volatile IFX_uint32_t reserved[4];
2079 +#if !defined(SYSTEM_FALCON)
2080     mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2081     mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2082 +#endif
2083  } mps_mbx_reg;
2084  
2085  #else /* */
2086  typedef struct
2087  {
2088 +#if defined(SYSTEM_FALCON)
2089 +   mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2090 +   mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2091 +#endif
2092     volatile IFX_uint32_t *MBX_UPSTR_CMD_BASE;  /**< Upstream Command FIFO Base Address */
2093     volatile IFX_uint32_t MBX_UPSTR_CMD_SIZE;   /**< Upstream Command FIFO size in byte */
2094     volatile IFX_uint32_t *MBX_DNSTR_CMD_BASE;  /**< Downstream Command FIFO Base Address */
2095 @@ -341,8 +351,10 @@ typedef struct
2096     volatile IFX_uint32_t MBX_DNSTR_DATA_READ;   /**< Downstream Data FIFO Read Index */
2097     volatile IFX_uint32_t MBX_DNSTR_DATA_WRITE;  /**< Downstream Data FIFO Write Index */
2098     volatile IFX_uint32_t MBX_DATA[MBX_DATA_WORDS];
2099 +#if !defined(SYSTEM_FALCON)
2100     mps_boot_cfg_reg MBX_CPU0_BOOT_CFG; /**< CPU0 Boot Configuration */
2101     mps_boot_cfg_reg MBX_CPU1_BOOT_CFG; /**< CPU1 Boot Configuration */
2102 +#endif
2103  } mps_mbx_reg;
2104  #endif /* CONFIG_MPS_EVENT_MBX */
2105  
2106 --- a/configure
2107 +++ b/configure
2108 @@ -1,85 +1,426 @@
2109  #! /bin/sh
2110  # Guess values for system-dependent variables and create Makefiles.
2111 -# Generated by GNU Autoconf 2.59 for VMMC Device Driver 1.9.0.
2112 +# Generated by GNU Autoconf 2.68 for VMMC Device Driver 1.9.0.
2113  #
2114  # Copyright (C) 2009, Lantiq Deutschland GmbH
2115  # For licensing information please see the file 'LICENSE' in the root folder of
2116  # this software module.
2117  #
2118 -# Copyright (C) 2003 Free Software Foundation, Inc.
2119 +#
2120 +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2121 +# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
2122 +# Foundation, Inc.
2123 +#
2124 +#
2125  # This configure script is free software; the Free Software Foundation
2126  # gives unlimited permission to copy, distribute and modify it.
2127 -## --------------------- ##
2128 -## M4sh Initialization.  ##
2129 -## --------------------- ##
2130 +## -------------------- ##
2131 +## M4sh Initialization. ##
2132 +## -------------------- ##
2133  
2134 -# Be Bourne compatible
2135 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2136 +# Be more Bourne compatible
2137 +DUALCASE=1; export DUALCASE # for MKS sh
2138 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2139    emulate sh
2140    NULLCMD=:
2141 -  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2142 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2143    # is contrary to our usage.  Disable this feature.
2144    alias -g '${1+"$@"}'='"$@"'
2145 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
2146 -  set -o posix
2147 +  setopt NO_GLOB_SUBST
2148 +else
2149 +  case `(set -o) 2>/dev/null` in #(
2150 +  *posix*) :
2151 +    set -o posix ;; #(
2152 +  *) :
2153 +     ;;
2154 +esac
2155  fi
2156 -DUALCASE=1; export DUALCASE # for MKS sh
2157  
2158 -# Support unset when possible.
2159 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2160 -  as_unset=unset
2161 -else
2162 -  as_unset=false
2163 +
2164 +as_nl='
2165 +'
2166 +export as_nl
2167 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
2168 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2169 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2170 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2171 +# Prefer a ksh shell builtin over an external printf program on Solaris,
2172 +# but without wasting forks for bash or zsh.
2173 +if test -z "$BASH_VERSION$ZSH_VERSION" \
2174 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2175 +  as_echo='print -r --'
2176 +  as_echo_n='print -rn --'
2177 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2178 +  as_echo='printf %s\n'
2179 +  as_echo_n='printf %s'
2180 +else
2181 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2182 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2183 +    as_echo_n='/usr/ucb/echo -n'
2184 +  else
2185 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2186 +    as_echo_n_body='eval
2187 +      arg=$1;
2188 +      case $arg in #(
2189 +      *"$as_nl"*)
2190 +       expr "X$arg" : "X\\(.*\\)$as_nl";
2191 +       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2192 +      esac;
2193 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2194 +    '
2195 +    export as_echo_n_body
2196 +    as_echo_n='sh -c $as_echo_n_body as_echo'
2197 +  fi
2198 +  export as_echo_body
2199 +  as_echo='sh -c $as_echo_body as_echo'
2200 +fi
2201 +
2202 +# The user is always right.
2203 +if test "${PATH_SEPARATOR+set}" != set; then
2204 +  PATH_SEPARATOR=:
2205 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2206 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2207 +      PATH_SEPARATOR=';'
2208 +  }
2209  fi
2210  
2211  
2212 -# Work around bugs in pre-3.0 UWIN ksh.
2213 -$as_unset ENV MAIL MAILPATH
2214 +# IFS
2215 +# We need space, tab and new line, in precisely that order.  Quoting is
2216 +# there to prevent editors from complaining about space-tab.
2217 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2218 +# splitting by setting IFS to empty value.)
2219 +IFS=" ""       $as_nl"
2220 +
2221 +# Find who we are.  Look in the path if we contain no directory separator.
2222 +as_myself=
2223 +case $0 in #((
2224 +  *[\\/]* ) as_myself=$0 ;;
2225 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2226 +for as_dir in $PATH
2227 +do
2228 +  IFS=$as_save_IFS
2229 +  test -z "$as_dir" && as_dir=.
2230 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2231 +  done
2232 +IFS=$as_save_IFS
2233 +
2234 +     ;;
2235 +esac
2236 +# We did not find ourselves, most probably we were run as `sh COMMAND'
2237 +# in which case we are not to be found in the path.
2238 +if test "x$as_myself" = x; then
2239 +  as_myself=$0
2240 +fi
2241 +if test ! -f "$as_myself"; then
2242 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2243 +  exit 1
2244 +fi
2245 +
2246 +# Unset variables that we do not need and which cause bugs (e.g. in
2247 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
2248 +# suppresses any "Segmentation fault" message there.  '((' could
2249 +# trigger a bug in pdksh 5.2.14.
2250 +for as_var in BASH_ENV ENV MAIL MAILPATH
2251 +do eval test x\${$as_var+set} = xset \
2252 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2253 +done
2254  PS1='$ '
2255  PS2='> '
2256  PS4='+ '
2257  
2258  # NLS nuisances.
2259 -for as_var in \
2260 -  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2261 -  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2262 -  LC_TELEPHONE LC_TIME
2263 +LC_ALL=C
2264 +export LC_ALL
2265 +LANGUAGE=C
2266 +export LANGUAGE
2267 +
2268 +# CDPATH.
2269 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2270 +
2271 +if test "x$CONFIG_SHELL" = x; then
2272 +  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
2273 +  emulate sh
2274 +  NULLCMD=:
2275 +  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
2276 +  # is contrary to our usage.  Disable this feature.
2277 +  alias -g '\${1+\"\$@\"}'='\"\$@\"'
2278 +  setopt NO_GLOB_SUBST
2279 +else
2280 +  case \`(set -o) 2>/dev/null\` in #(
2281 +  *posix*) :
2282 +    set -o posix ;; #(
2283 +  *) :
2284 +     ;;
2285 +esac
2286 +fi
2287 +"
2288 +  as_required="as_fn_return () { (exit \$1); }
2289 +as_fn_success () { as_fn_return 0; }
2290 +as_fn_failure () { as_fn_return 1; }
2291 +as_fn_ret_success () { return 0; }
2292 +as_fn_ret_failure () { return 1; }
2293 +
2294 +exitcode=0
2295 +as_fn_success || { exitcode=1; echo as_fn_success failed.; }
2296 +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
2297 +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
2298 +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
2299 +if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
2300 +
2301 +else
2302 +  exitcode=1; echo positional parameters were not saved.
2303 +fi
2304 +test x\$exitcode = x0 || exit 1"
2305 +  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
2306 +  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
2307 +  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
2308 +  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
2309 +  if (eval "$as_required") 2>/dev/null; then :
2310 +  as_have_required=yes
2311 +else
2312 +  as_have_required=no
2313 +fi
2314 +  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
2315 +
2316 +else
2317 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2318 +as_found=false
2319 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2320  do
2321 -  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2322 -    eval $as_var=C; export $as_var
2323 +  IFS=$as_save_IFS
2324 +  test -z "$as_dir" && as_dir=.
2325 +  as_found=:
2326 +  case $as_dir in #(
2327 +        /*)
2328 +          for as_base in sh bash ksh sh5; do
2329 +            # Try only shells that exist, to save several forks.
2330 +            as_shell=$as_dir/$as_base
2331 +            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
2332 +                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
2333 +  CONFIG_SHELL=$as_shell as_have_required=yes
2334 +                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
2335 +  break 2
2336 +fi
2337 +fi
2338 +          done;;
2339 +       esac
2340 +  as_found=false
2341 +done
2342 +$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
2343 +             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
2344 +  CONFIG_SHELL=$SHELL as_have_required=yes
2345 +fi; }
2346 +IFS=$as_save_IFS
2347 +
2348 +
2349 +      if test "x$CONFIG_SHELL" != x; then :
2350 +  # We cannot yet assume a decent shell, so we have to provide a
2351 +       # neutralization value for shells without unset; and this also
2352 +       # works around shells that cannot unset nonexistent variables.
2353 +       # Preserve -v and -x to the replacement shell.
2354 +       BASH_ENV=/dev/null
2355 +       ENV=/dev/null
2356 +       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
2357 +       export CONFIG_SHELL
2358 +       case $- in # ((((
2359 +         *v*x* | *x*v* ) as_opts=-vx ;;
2360 +         *v* ) as_opts=-v ;;
2361 +         *x* ) as_opts=-x ;;
2362 +         * ) as_opts= ;;
2363 +       esac
2364 +       exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
2365 +fi
2366 +
2367 +    if test x$as_have_required = xno; then :
2368 +  $as_echo "$0: This script requires a shell more modern than all"
2369 +  $as_echo "$0: the shells that I found on your system."
2370 +  if test x${ZSH_VERSION+set} = xset ; then
2371 +    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
2372 +    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
2373    else
2374 -    $as_unset $as_var
2375 +    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
2376 +$0: including any error possibly output before this
2377 +$0: message. Then install a modern shell, or manually run
2378 +$0: the script under such a shell if you do have one."
2379    fi
2380 -done
2381 +  exit 1
2382 +fi
2383 +fi
2384 +fi
2385 +SHELL=${CONFIG_SHELL-/bin/sh}
2386 +export SHELL
2387 +# Unset more variables known to interfere with behavior of common tools.
2388 +CLICOLOR_FORCE= GREP_OPTIONS=
2389 +unset CLICOLOR_FORCE GREP_OPTIONS
2390 +
2391 +## --------------------- ##
2392 +## M4sh Shell Functions. ##
2393 +## --------------------- ##
2394 +# as_fn_unset VAR
2395 +# ---------------
2396 +# Portably unset VAR.
2397 +as_fn_unset ()
2398 +{
2399 +  { eval $1=; unset $1;}
2400 +}
2401 +as_unset=as_fn_unset
2402 +
2403 +# as_fn_set_status STATUS
2404 +# -----------------------
2405 +# Set $? to STATUS, without forking.
2406 +as_fn_set_status ()
2407 +{
2408 +  return $1
2409 +} # as_fn_set_status
2410 +
2411 +# as_fn_exit STATUS
2412 +# -----------------
2413 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2414 +as_fn_exit ()
2415 +{
2416 +  set +e
2417 +  as_fn_set_status $1
2418 +  exit $1
2419 +} # as_fn_exit
2420 +
2421 +# as_fn_mkdir_p
2422 +# -------------
2423 +# Create "$as_dir" as a directory, including parents if necessary.
2424 +as_fn_mkdir_p ()
2425 +{
2426 +
2427 +  case $as_dir in #(
2428 +  -*) as_dir=./$as_dir;;
2429 +  esac
2430 +  test -d "$as_dir" || eval $as_mkdir_p || {
2431 +    as_dirs=
2432 +    while :; do
2433 +      case $as_dir in #(
2434 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2435 +      *) as_qdir=$as_dir;;
2436 +      esac
2437 +      as_dirs="'$as_qdir' $as_dirs"
2438 +      as_dir=`$as_dirname -- "$as_dir" ||
2439 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2440 +        X"$as_dir" : 'X\(//\)[^/]' \| \
2441 +        X"$as_dir" : 'X\(//\)$' \| \
2442 +        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2443 +$as_echo X"$as_dir" |
2444 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2445 +           s//\1/
2446 +           q
2447 +         }
2448 +         /^X\(\/\/\)[^/].*/{
2449 +           s//\1/
2450 +           q
2451 +         }
2452 +         /^X\(\/\/\)$/{
2453 +           s//\1/
2454 +           q
2455 +         }
2456 +         /^X\(\/\).*/{
2457 +           s//\1/
2458 +           q
2459 +         }
2460 +         s/.*/./; q'`
2461 +      test -d "$as_dir" && break
2462 +    done
2463 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
2464 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2465 +
2466 +
2467 +} # as_fn_mkdir_p
2468 +# as_fn_append VAR VALUE
2469 +# ----------------------
2470 +# Append the text in VALUE to the end of the definition contained in VAR. Take
2471 +# advantage of any shell optimizations that allow amortized linear growth over
2472 +# repeated appends, instead of the typical quadratic growth present in naive
2473 +# implementations.
2474 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2475 +  eval 'as_fn_append ()
2476 +  {
2477 +    eval $1+=\$2
2478 +  }'
2479 +else
2480 +  as_fn_append ()
2481 +  {
2482 +    eval $1=\$$1\$2
2483 +  }
2484 +fi # as_fn_append
2485 +
2486 +# as_fn_arith ARG...
2487 +# ------------------
2488 +# Perform arithmetic evaluation on the ARGs, and store the result in the
2489 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
2490 +# must be portable across $(()) and expr.
2491 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2492 +  eval 'as_fn_arith ()
2493 +  {
2494 +    as_val=$(( $* ))
2495 +  }'
2496 +else
2497 +  as_fn_arith ()
2498 +  {
2499 +    as_val=`expr "$@" || test $? -eq 1`
2500 +  }
2501 +fi # as_fn_arith
2502  
2503 -# Required to use basename.
2504 -if expr a : '\(a\)' >/dev/null 2>&1; then
2505 +
2506 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
2507 +# ----------------------------------------
2508 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2509 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2510 +# script with STATUS, using 1 if that was 0.
2511 +as_fn_error ()
2512 +{
2513 +  as_status=$1; test $as_status -eq 0 && as_status=1
2514 +  if test "$4"; then
2515 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2516 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2517 +  fi
2518 +  $as_echo "$as_me: error: $2" >&2
2519 +  as_fn_exit $as_status
2520 +} # as_fn_error
2521 +
2522 +if expr a : '\(a\)' >/dev/null 2>&1 &&
2523 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2524    as_expr=expr
2525  else
2526    as_expr=false
2527  fi
2528  
2529 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
2530 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2531    as_basename=basename
2532  else
2533    as_basename=false
2534  fi
2535  
2536 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2537 +  as_dirname=dirname
2538 +else
2539 +  as_dirname=false
2540 +fi
2541  
2542 -# Name of the executable.
2543 -as_me=`$as_basename "$0" ||
2544 +as_me=`$as_basename -- "$0" ||
2545  $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2546          X"$0" : 'X\(//\)$' \| \
2547 -        X"$0" : 'X\(/\)$' \| \
2548 -        .     : '\(.\)' 2>/dev/null ||
2549 -echo X/"$0" |
2550 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
2551 -         /^X\/\(\/\/\)$/{ s//\1/; q; }
2552 -         /^X\/\(\/\).*/{ s//\1/; q; }
2553 -         s/.*/./; q'`
2554 -
2555 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2556 +$as_echo X/"$0" |
2557 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
2558 +           s//\1/
2559 +           q
2560 +         }
2561 +         /^X\/\(\/\/\)$/{
2562 +           s//\1/
2563 +           q
2564 +         }
2565 +         /^X\/\(\/\).*/{
2566 +           s//\1/
2567 +           q
2568 +         }
2569 +         s/.*/./; q'`
2570  
2571 -# PATH needs CR, and LINENO needs CR and PATH.
2572  # Avoid depending upon Character Ranges.
2573  as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2574  as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2575 @@ -87,146 +428,107 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE
2576  as_cr_digits='0123456789'
2577  as_cr_alnum=$as_cr_Letters$as_cr_digits
2578  
2579 -# The user is always right.
2580 -if test "${PATH_SEPARATOR+set}" != set; then
2581 -  echo "#! /bin/sh" >conf$$.sh
2582 -  echo  "exit 0"   >>conf$$.sh
2583 -  chmod +x conf$$.sh
2584 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2585 -    PATH_SEPARATOR=';'
2586 -  else
2587 -    PATH_SEPARATOR=:
2588 -  fi
2589 -  rm -f conf$$.sh
2590 -fi
2591 -
2592  
2593 -  as_lineno_1=$LINENO
2594 -  as_lineno_2=$LINENO
2595 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2596 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
2597 -  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
2598 -  # Find who we are.  Look in the path if we contain no path at all
2599 -  # relative or not.
2600 -  case $0 in
2601 -    *[\\/]* ) as_myself=$0 ;;
2602 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2603 -for as_dir in $PATH
2604 -do
2605 -  IFS=$as_save_IFS
2606 -  test -z "$as_dir" && as_dir=.
2607 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2608 -done
2609 -
2610 -       ;;
2611 -  esac
2612 -  # We did not find ourselves, most probably we were run as `sh COMMAND'
2613 -  # in which case we are not to be found in the path.
2614 -  if test "x$as_myself" = x; then
2615 -    as_myself=$0
2616 -  fi
2617 -  if test ! -f "$as_myself"; then
2618 -    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
2619 -   { (exit 1); exit 1; }; }
2620 -  fi
2621 -  case $CONFIG_SHELL in
2622 -  '')
2623 -    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2625 -do
2626 -  IFS=$as_save_IFS
2627 -  test -z "$as_dir" && as_dir=.
2628 -  for as_base in sh bash ksh sh5; do
2629 -        case $as_dir in
2630 -        /*)
2631 -          if ("$as_dir/$as_base" -c '
2632 -  as_lineno_1=$LINENO
2633 -  as_lineno_2=$LINENO
2634 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
2635 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
2636 -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
2637 -            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
2638 -            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
2639 -            CONFIG_SHELL=$as_dir/$as_base
2640 -            export CONFIG_SHELL
2641 -            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
2642 -          fi;;
2643 -        esac
2644 -       done
2645 -done
2646 -;;
2647 -  esac
2648 -
2649 -  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2650 -  # uniformly replaced by the line number.  The first 'sed' inserts a
2651 -  # line-number line before each line; the second 'sed' does the real
2652 -  # work.  The second script uses 'N' to pair each line-number line
2653 -  # with the numbered line, and appends trailing '-' during
2654 -  # substitution so that $LINENO is not a special case at line end.
2655 -  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2656 -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
2657 -  sed '=' <$as_myself |
2658 +  as_lineno_1=$LINENO as_lineno_1a=$LINENO
2659 +  as_lineno_2=$LINENO as_lineno_2a=$LINENO
2660 +  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
2661 +  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
2662 +  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
2663 +  sed -n '
2664 +    p
2665 +    /[$]LINENO/=
2666 +  ' <$as_myself |
2667      sed '
2668 +      s/[$]LINENO.*/&-/
2669 +      t lineno
2670 +      b
2671 +      :lineno
2672        N
2673 -      s,$,-,
2674 -      : loop
2675 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
2676 +      :loop
2677 +      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2678        t loop
2679 -      s,-$,,
2680 -      s,^['$as_cr_digits']*\n,,
2681 +      s/-\n.*//
2682      ' >$as_me.lineno &&
2683 -  chmod +x $as_me.lineno ||
2684 -    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2685 -   { (exit 1); exit 1; }; }
2686 +  chmod +x "$as_me.lineno" ||
2687 +    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
2688  
2689    # Don't try to exec as it changes $[0], causing all sort of problems
2690    # (the dirname of $[0] is not the place where we might find the
2691 -  # original and so on.  Autoconf is especially sensible to this).
2692 -  . ./$as_me.lineno
2693 +  # original and so on.  Autoconf is especially sensitive to this).
2694 +  . "./$as_me.lineno"
2695    # Exit status is that of the last command.
2696    exit
2697  }
2698  
2699 -
2700 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
2701 -  *c*,-n*) ECHO_N= ECHO_C='
2702 -' ECHO_T='     ' ;;
2703 -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
2704 -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
2705 +ECHO_C= ECHO_N= ECHO_T=
2706 +case `echo -n x` in #(((((
2707 +-n*)
2708 +  case `echo 'xy\c'` in
2709 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
2710 +  xy)  ECHO_C='\c';;
2711 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
2712 +       ECHO_T='        ';;
2713 +  esac;;
2714 +*)
2715 +  ECHO_N='-n';;
2716  esac
2717  
2718 -if expr a : '\(a\)' >/dev/null 2>&1; then
2719 -  as_expr=expr
2720 +rm -f conf$$ conf$$.exe conf$$.file
2721 +if test -d conf$$.dir; then
2722 +  rm -f conf$$.dir/conf$$.file
2723  else
2724 -  as_expr=false
2725 +  rm -f conf$$.dir
2726 +  mkdir conf$$.dir 2>/dev/null
2727  fi
2728 -
2729 -rm -f conf$$ conf$$.exe conf$$.file
2730 -echo >conf$$.file
2731 -if ln -s conf$$.file conf$$ 2>/dev/null; then
2732 -  # We could just check for DJGPP; but this test a) works b) is more generic
2733 -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
2734 -  if test -f conf$$.exe; then
2735 -    # Don't use ln at all; we don't have any links
2736 -    as_ln_s='cp -p'
2737 -  else
2738 +if (echo >conf$$.file) 2>/dev/null; then
2739 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
2740      as_ln_s='ln -s'
2741 +    # ... but there are two gotchas:
2742 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2743 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2744 +    # In both cases, we have to default to `cp -p'.
2745 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2746 +      as_ln_s='cp -p'
2747 +  elif ln conf$$.file conf$$ 2>/dev/null; then
2748 +    as_ln_s=ln
2749 +  else
2750 +    as_ln_s='cp -p'
2751    fi
2752 -elif ln conf$$.file conf$$ 2>/dev/null; then
2753 -  as_ln_s=ln
2754  else
2755    as_ln_s='cp -p'
2756  fi
2757 -rm -f conf$$ conf$$.exe conf$$.file
2758 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2759 +rmdir conf$$.dir 2>/dev/null
2760  
2761  if mkdir -p . 2>/dev/null; then
2762 -  as_mkdir_p=:
2763 +  as_mkdir_p='mkdir -p "$as_dir"'
2764  else
2765    test -d ./-p && rmdir ./-p
2766    as_mkdir_p=false
2767  fi
2768  
2769 -as_executable_p="test -f"
2770 +if test -x / >/dev/null 2>&1; then
2771 +  as_test_x='test -x'
2772 +else
2773 +  if ls -dL / >/dev/null 2>&1; then
2774 +    as_ls_L_option=L
2775 +  else
2776 +    as_ls_L_option=
2777 +  fi
2778 +  as_test_x='
2779 +    eval sh -c '\''
2780 +      if test -d "$1"; then
2781 +       test -d "$1/.";
2782 +      else
2783 +       case $1 in #(
2784 +       -*)set "./$1";;
2785 +       esac;
2786 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
2787 +       ???[sx]*):;;*)false;;esac;fi
2788 +    '\'' sh
2789 +  '
2790 +fi
2791 +as_executable_p=$as_test_x
2792  
2793  # Sed expression to map a string onto a valid CPP name.
2794  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2795 @@ -235,38 +537,25 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
2796  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2797  
2798  
2799 -# IFS
2800 -# We need space, tab and new line, in precisely that order.
2801 -as_nl='
2802 -'
2803 -IFS="  $as_nl"
2804 -
2805 -# CDPATH.
2806 -$as_unset CDPATH
2807 -
2808 +test -n "$DJDIR" || exec 7<&0 </dev/null
2809 +exec 6>&1
2810  
2811  # Name of the host.
2812 -# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
2813 +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
2814  # so uname gets run too.
2815  ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
2816  
2817 -exec 6>&1
2818 -
2819  #
2820  # Initializations.
2821  #
2822  ac_default_prefix=/usr/local
2823 +ac_clean_files=
2824  ac_config_libobj_dir=.
2825 +LIBOBJS=
2826  cross_compiling=no
2827  subdirs=
2828  MFLAGS=
2829  MAKEFLAGS=
2830 -SHELL=${CONFIG_SHELL-/bin/sh}
2831 -
2832 -# Maximum number of lines to put in a shell here document.
2833 -# This variable seems obsolete.  It should probably be removed, and
2834 -# only ac_max_sed_lines should be used.
2835 -: ${ac_max_here_lines=38}
2836  
2837  # Identity of this package.
2838  PACKAGE_NAME='VMMC Device Driver'
2839 @@ -274,14 +563,206 @@ PACKAGE_TARNAME='drv_vmmc'
2840  PACKAGE_VERSION='1.9.0'
2841  PACKAGE_STRING='VMMC Device Driver 1.9.0'
2842  PACKAGE_BUGREPORT=''
2843 +PACKAGE_URL=''
2844  
2845  ac_unique_file="src/drv_vmmc_int.c"
2846 -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 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 CONFIGURE_OPTIONS 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 KERNEL_2_6_TRUE KERNEL_2_6_FALSE KERNEL_ARCH KERNEL_INCL_PATH KERNEL_BUILD_PATH IFXOS_INCL_PATH ENABLE_OBSOLETE_PREMAPPING_TRUE ENABLE_OBSOLETE_PREMAPPING_FALSE WARNINGS_TRUE WARNINGS_FALSE DEBUG_TRUE DEBUG_FALSE HL_TAPI_INCL_PATH_SET_TRUE HL_TAPI_INCL_PATH_SET_FALSE HL_TAPI_INCL_PATH MPS_INCL_PATH_SET_TRUE MPS_INCL_PATH_SET_FALSE MPS_INCL_PATH EVALUATION_TRUE EVALUATION_FALSE USE_MODULE_TRUE USE_MODULE_FALSE USE_BUFFERPOOL_TRUE USE_BUFFERPOOL_FALSE TAPI_TRUE TAPI_FALSE IPP_EVAL_SYSTEM_PARAMETERS_TRUE IPP_EVAL_SYSTEM_PARAMETERS_FALSE EVENT_LOGGER_DEBUG_TRUE EVENT_LOGGER_DEBUG_FALSE KPI_SUPPORT_TRUE KPI_SUPPORT_FALSE DECT_SUPPORT_TRUE DECT_SUPPORT_FALSE LIN_SUPPORT_TRUE LIN_SUPPORT_FALSE PMU_SUPPORT_TRUE PMU_SUPPORT_FALSE PMC_SUPPORT_TRUE PMC_SUPPORT_FALSE DANUBE_TRUE DANUBE_FALSE AR9_TRUE AR9_FALSE VR9_TRUE VR9_FALSE VMMC_WITH_MPS_TRUE VMMC_WITH_MPS_FALSE LIBOBJS LTLIBOBJS'
2847 +ac_subst_vars='am__EXEEXT_FALSE
2848 +am__EXEEXT_TRUE
2849 +LTLIBOBJS
2850 +LIBOBJS
2851 +VMMC_WITH_MPS_FALSE
2852 +VMMC_WITH_MPS_TRUE
2853 +FALCON_FALSE
2854 +FALCON_TRUE
2855 +VR9_FALSE
2856 +VR9_TRUE
2857 +AR9_FALSE
2858 +AR9_TRUE
2859 +DANUBE_FALSE
2860 +DANUBE_TRUE
2861 +PMC_SUPPORT_FALSE
2862 +PMC_SUPPORT_TRUE
2863 +PMU_SUPPORT_FALSE
2864 +PMU_SUPPORT_TRUE
2865 +LIN_SUPPORT_FALSE
2866 +LIN_SUPPORT_TRUE
2867 +DECT_SUPPORT_FALSE
2868 +DECT_SUPPORT_TRUE
2869 +KPI_SUPPORT_FALSE
2870 +KPI_SUPPORT_TRUE
2871 +EVENT_LOGGER_DEBUG_FALSE
2872 +EVENT_LOGGER_DEBUG_TRUE
2873 +IPP_EVAL_SYSTEM_PARAMETERS_FALSE
2874 +IPP_EVAL_SYSTEM_PARAMETERS_TRUE
2875 +TAPI_FALSE
2876 +TAPI_TRUE
2877 +USE_BUFFERPOOL_FALSE
2878 +USE_BUFFERPOOL_TRUE
2879 +USE_MODULE_FALSE
2880 +USE_MODULE_TRUE
2881 +EVALUATION_FALSE
2882 +EVALUATION_TRUE
2883 +MPS_INCL_PATH
2884 +MPS_INCL_PATH_SET_FALSE
2885 +MPS_INCL_PATH_SET_TRUE
2886 +HL_TAPI_INCL_PATH
2887 +HL_TAPI_INCL_PATH_SET_FALSE
2888 +HL_TAPI_INCL_PATH_SET_TRUE
2889 +DEBUG_FALSE
2890 +DEBUG_TRUE
2891 +WARNINGS_FALSE
2892 +WARNINGS_TRUE
2893 +ENABLE_OBSOLETE_PREMAPPING_FALSE
2894 +ENABLE_OBSOLETE_PREMAPPING_TRUE
2895 +IFXOS_INCL_PATH
2896 +KERNEL_BUILD_PATH
2897 +KERNEL_INCL_PATH
2898 +KERNEL_ARCH
2899 +KERNEL_2_6_FALSE
2900 +KERNEL_2_6_TRUE
2901 +am__fastdepCC_FALSE
2902 +am__fastdepCC_TRUE
2903 +CCDEPMODE
2904 +AMDEPBACKSLASH
2905 +AMDEP_FALSE
2906 +AMDEP_TRUE
2907 +am__quote
2908 +am__include
2909 +DEPDIR
2910 +OBJEXT
2911 +EXEEXT
2912 +ac_ct_CC
2913 +CPPFLAGS
2914 +LDFLAGS
2915 +CFLAGS
2916 +CC
2917 +CONFIGURE_OPTIONS
2918 +am__untar
2919 +am__tar
2920 +AMTAR
2921 +am__leading_dot
2922 +SET_MAKE
2923 +AWK
2924 +mkdir_p
2925 +MKDIR_P
2926 +INSTALL_STRIP_PROGRAM
2927 +STRIP
2928 +install_sh
2929 +MAKEINFO
2930 +AUTOHEADER
2931 +AUTOMAKE
2932 +AUTOCONF
2933 +ACLOCAL
2934 +VERSION
2935 +PACKAGE
2936 +CYGPATH_W
2937 +am__isrc
2938 +INSTALL_DATA
2939 +INSTALL_SCRIPT
2940 +INSTALL_PROGRAM
2941 +target_alias
2942 +host_alias
2943 +build_alias
2944 +LIBS
2945 +ECHO_T
2946 +ECHO_N
2947 +ECHO_C
2948 +DEFS
2949 +mandir
2950 +localedir
2951 +libdir
2952 +psdir
2953 +pdfdir
2954 +dvidir
2955 +htmldir
2956 +infodir
2957 +docdir
2958 +oldincludedir
2959 +includedir
2960 +localstatedir
2961 +sharedstatedir
2962 +sysconfdir
2963 +datadir
2964 +datarootdir
2965 +libexecdir
2966 +sbindir
2967 +bindir
2968 +program_transform_name
2969 +prefix
2970 +exec_prefix
2971 +PACKAGE_URL
2972 +PACKAGE_BUGREPORT
2973 +PACKAGE_STRING
2974 +PACKAGE_VERSION
2975 +PACKAGE_TARNAME
2976 +PACKAGE_NAME
2977 +PATH_SEPARATOR
2978 +SHELL'
2979  ac_subst_files=''
2980 +ac_user_opts='
2981 +enable_option_checking
2982 +enable_dependency_tracking
2983 +enable_linux_26
2984 +enable_kernelincl
2985 +enable_kernelbuild
2986 +with_ifxos_incl
2987 +enable_ifxos_incl
2988 +enable_obsolete_premapping
2989 +enable_warnings
2990 +enable_debug
2991 +enable_proc
2992 +enable_user_config
2993 +enable_tapiincl
2994 +enable_mpsincl
2995 +with_max_devices
2996 +enable_eval
2997 +enable_trace
2998 +enable_module
2999 +enable_bufferhandling
3000 +enable_packet_owner_id
3001 +enable_lt
3002 +enable_hdlc
3003 +enable_hdlc_idle_patt
3004 +enable_voice
3005 +enable_dtmf
3006 +enable_cid
3007 +enable_fax
3008 +enable_t38
3009 +enable_cont_measurement
3010 +enable_phone_detection
3011 +enable_audio
3012 +enable_ipp_eval_system
3013 +enable_el_debug
3014 +enable_alm
3015 +enable_kpi
3016 +enable_dect
3017 +enable_dect_nibble_swap
3018 +enable_lin
3019 +enable_pmu
3020 +enable_pmc
3021 +enable_calibration
3022 +enable_history_buf
3023 +enable_announcements
3024 +enable_fxo_act
3025 +with_device
3026 +with_cflags
3027 +with_mps
3028 +'
3029 +      ac_precious_vars='build_alias
3030 +host_alias
3031 +target_alias
3032 +CC
3033 +CFLAGS
3034 +LDFLAGS
3035 +LIBS
3036 +CPPFLAGS'
3037 +
3038  
3039  # Initialize some variables set by options.
3040  ac_init_help=
3041  ac_init_version=false
3042 +ac_unrecognized_opts=
3043 +ac_unrecognized_sep=
3044  # The variables have the same names as the options, with
3045  # dashes changed to underlines.
3046  cache_file=/dev/null
3047 @@ -304,34 +785,49 @@ x_libraries=NONE
3048  # and all the variables that are supposed to be based on exec_prefix
3049  # by default will actually change.
3050  # Use braces instead of parens because sh, perl, etc. also accept them.
3051 +# (The list follows the same order as the GNU Coding Standards.)
3052  bindir='${exec_prefix}/bin'
3053  sbindir='${exec_prefix}/sbin'
3054  libexecdir='${exec_prefix}/libexec'
3055 -datadir='${prefix}/share'
3056 +datarootdir='${prefix}/share'
3057 +datadir='${datarootdir}'
3058  sysconfdir='${prefix}/etc'
3059  sharedstatedir='${prefix}/com'
3060  localstatedir='${prefix}/var'
3061 -libdir='${exec_prefix}/lib'
3062  includedir='${prefix}/include'
3063  oldincludedir='/usr/include'
3064 -infodir='${prefix}/info'
3065 -mandir='${prefix}/man'
3066 +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
3067 +infodir='${datarootdir}/info'
3068 +htmldir='${docdir}'
3069 +dvidir='${docdir}'
3070 +pdfdir='${docdir}'
3071 +psdir='${docdir}'
3072 +libdir='${exec_prefix}/lib'
3073 +localedir='${datarootdir}/locale'
3074 +mandir='${datarootdir}/man'
3075  
3076  ac_prev=
3077 +ac_dashdash=
3078  for ac_option
3079  do
3080    # If the previous option needs an argument, assign it.
3081    if test -n "$ac_prev"; then
3082 -    eval "$ac_prev=\$ac_option"
3083 +    eval $ac_prev=\$ac_option
3084      ac_prev=
3085      continue
3086    fi
3087  
3088 -  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
3089 +  case $ac_option in
3090 +  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
3091 +  *=)   ac_optarg= ;;
3092 +  *)    ac_optarg=yes ;;
3093 +  esac
3094  
3095    # Accept the important Cygnus configure options, so we can diagnose typos.
3096  
3097 -  case $ac_option in
3098 +  case $ac_dashdash$ac_option in
3099 +  --)
3100 +    ac_dashdash=yes ;;
3101  
3102    -bindir | --bindir | --bindi | --bind | --bin | --bi)
3103      ac_prev=bindir ;;
3104 @@ -353,33 +849,59 @@ do
3105    --config-cache | -C)
3106      cache_file=config.cache ;;
3107  
3108 -  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
3109 +  -datadir | --datadir | --datadi | --datad)
3110      ac_prev=datadir ;;
3111 -  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
3112 -  | --da=*)
3113 +  -datadir=* | --datadir=* | --datadi=* | --datad=*)
3114      datadir=$ac_optarg ;;
3115  
3116 +  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
3117 +  | --dataroo | --dataro | --datar)
3118 +    ac_prev=datarootdir ;;
3119 +  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
3120 +  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
3121 +    datarootdir=$ac_optarg ;;
3122 +
3123    -disable-* | --disable-*)
3124 -    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3125 +    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
3126      # Reject names that are not valid shell variable names.
3127 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3128 -      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
3129 -   { (exit 1); exit 1; }; }
3130 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
3131 -    eval "enable_$ac_feature=no" ;;
3132 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3133 +      as_fn_error $? "invalid feature name: $ac_useropt"
3134 +    ac_useropt_orig=$ac_useropt
3135 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3136 +    case $ac_user_opts in
3137 +      *"
3138 +"enable_$ac_useropt"
3139 +"*) ;;
3140 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
3141 +        ac_unrecognized_sep=', ';;
3142 +    esac
3143 +    eval enable_$ac_useropt=no ;;
3144 +
3145 +  -docdir | --docdir | --docdi | --doc | --do)
3146 +    ac_prev=docdir ;;
3147 +  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
3148 +    docdir=$ac_optarg ;;
3149 +
3150 +  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
3151 +    ac_prev=dvidir ;;
3152 +  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
3153 +    dvidir=$ac_optarg ;;
3154  
3155    -enable-* | --enable-*)
3156 -    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3157 +    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
3158      # Reject names that are not valid shell variable names.
3159 -    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3160 -      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
3161 -   { (exit 1); exit 1; }; }
3162 -    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
3163 -    case $ac_option in
3164 -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
3165 -      *) ac_optarg=yes ;;
3166 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3167 +      as_fn_error $? "invalid feature name: $ac_useropt"
3168 +    ac_useropt_orig=$ac_useropt
3169 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3170 +    case $ac_user_opts in
3171 +      *"
3172 +"enable_$ac_useropt"
3173 +"*) ;;
3174 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
3175 +        ac_unrecognized_sep=', ';;
3176      esac
3177 -    eval "enable_$ac_feature='$ac_optarg'" ;;
3178 +    eval enable_$ac_useropt=\$ac_optarg ;;
3179  
3180    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
3181    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
3182 @@ -406,6 +928,12 @@ do
3183    -host=* | --host=* | --hos=* | --ho=*)
3184      host_alias=$ac_optarg ;;
3185  
3186 +  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
3187 +    ac_prev=htmldir ;;
3188 +  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
3189 +  | --ht=*)
3190 +    htmldir=$ac_optarg ;;
3191 +
3192    -includedir | --includedir | --includedi | --included | --include \
3193    | --includ | --inclu | --incl | --inc)
3194      ac_prev=includedir ;;
3195 @@ -430,13 +958,16 @@ do
3196    | --libexe=* | --libex=* | --libe=*)
3197      libexecdir=$ac_optarg ;;
3198  
3199 +  -localedir | --localedir | --localedi | --localed | --locale)
3200 +    ac_prev=localedir ;;
3201 +  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
3202 +    localedir=$ac_optarg ;;
3203 +
3204    -localstatedir | --localstatedir | --localstatedi | --localstated \
3205 -  | --localstate | --localstat | --localsta | --localst \
3206 -  | --locals | --local | --loca | --loc | --lo)
3207 +  | --localstate | --localstat | --localsta | --localst | --locals)
3208      ac_prev=localstatedir ;;
3209    -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
3210 -  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
3211 -  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
3212 +  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
3213      localstatedir=$ac_optarg ;;
3214  
3215    -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
3216 @@ -501,6 +1032,16 @@ do
3217    | --progr-tra=* | --program-tr=* | --program-t=*)
3218      program_transform_name=$ac_optarg ;;
3219  
3220 +  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
3221 +    ac_prev=pdfdir ;;
3222 +  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
3223 +    pdfdir=$ac_optarg ;;
3224 +
3225 +  -psdir | --psdir | --psdi | --psd | --ps)
3226 +    ac_prev=psdir ;;
3227 +  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
3228 +    psdir=$ac_optarg ;;
3229 +
3230    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3231    | -silent | --silent | --silen | --sile | --sil)
3232      silent=yes ;;
3233 @@ -551,26 +1092,36 @@ do
3234      ac_init_version=: ;;
3235  
3236    -with-* | --with-*)
3237 -    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3238 +    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3239      # Reject names that are not valid shell variable names.
3240 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3241 -      { echo "$as_me: error: invalid package name: $ac_package" >&2
3242 -   { (exit 1); exit 1; }; }
3243 -    ac_package=`echo $ac_package| sed 's/-/_/g'`
3244 -    case $ac_option in
3245 -      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
3246 -      *) ac_optarg=yes ;;
3247 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3248 +      as_fn_error $? "invalid package name: $ac_useropt"
3249 +    ac_useropt_orig=$ac_useropt
3250 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3251 +    case $ac_user_opts in
3252 +      *"
3253 +"with_$ac_useropt"
3254 +"*) ;;
3255 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
3256 +        ac_unrecognized_sep=', ';;
3257      esac
3258 -    eval "with_$ac_package='$ac_optarg'" ;;
3259 +    eval with_$ac_useropt=\$ac_optarg ;;
3260  
3261    -without-* | --without-*)
3262 -    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3263 +    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3264      # Reject names that are not valid shell variable names.
3265 -    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
3266 -      { echo "$as_me: error: invalid package name: $ac_package" >&2
3267 -   { (exit 1); exit 1; }; }
3268 -    ac_package=`echo $ac_package | sed 's/-/_/g'`
3269 -    eval "with_$ac_package=no" ;;
3270 +    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3271 +      as_fn_error $? "invalid package name: $ac_useropt"
3272 +    ac_useropt_orig=$ac_useropt
3273 +    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3274 +    case $ac_user_opts in
3275 +      *"
3276 +"with_$ac_useropt"
3277 +"*) ;;
3278 +      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
3279 +        ac_unrecognized_sep=', ';;
3280 +    esac
3281 +    eval with_$ac_useropt=no ;;
3282  
3283    --x)
3284      # Obsolete; use --with-x.
3285 @@ -590,27 +1141,26 @@ do
3286    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
3287      x_libraries=$ac_optarg ;;
3288  
3289 -  -*) { echo "$as_me: error: unrecognized option: $ac_option
3290 -Try \`$0 --help' for more information." >&2
3291 -   { (exit 1); exit 1; }; }
3292 +  -*) as_fn_error $? "unrecognized option: \`$ac_option'
3293 +Try \`$0 --help' for more information"
3294      ;;
3295  
3296    *=*)
3297      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
3298      # Reject names that are not valid shell variable names.
3299 -    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
3300 -      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
3301 -   { (exit 1); exit 1; }; }
3302 -    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
3303 -    eval "$ac_envvar='$ac_optarg'"
3304 +    case $ac_envvar in #(
3305 +      '' | [0-9]* | *[!_$as_cr_alnum]* )
3306 +      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
3307 +    esac
3308 +    eval $ac_envvar=\$ac_optarg
3309      export $ac_envvar ;;
3310  
3311    *)
3312      # FIXME: should be removed in autoconf 3.0.
3313 -    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
3314 +    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
3315      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3316 -      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
3317 -    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
3318 +      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
3319 +    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
3320      ;;
3321  
3322    esac
3323 @@ -618,31 +1168,36 @@ done
3324  
3325  if test -n "$ac_prev"; then
3326    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
3327 -  { echo "$as_me: error: missing argument to $ac_option" >&2
3328 -   { (exit 1); exit 1; }; }
3329 +  as_fn_error $? "missing argument to $ac_option"
3330  fi
3331  
3332 -# Be sure to have absolute paths.
3333 -for ac_var in exec_prefix prefix
3334 -do
3335 -  eval ac_val=$`echo $ac_var`
3336 -  case $ac_val in
3337 -    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
3338 -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
3339 -   { (exit 1); exit 1; }; };;
3340 +if test -n "$ac_unrecognized_opts"; then
3341 +  case $enable_option_checking in
3342 +    no) ;;
3343 +    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
3344 +    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
3345    esac
3346 -done
3347 +fi
3348  
3349 -# Be sure to have absolute paths.
3350 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
3351 -             localstatedir libdir includedir oldincludedir infodir mandir
3352 +# Check all directory arguments for consistency.
3353 +for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
3354 +               datadir sysconfdir sharedstatedir localstatedir includedir \
3355 +               oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
3356 +               libdir localedir mandir
3357  do
3358 -  eval ac_val=$`echo $ac_var`
3359 +  eval ac_val=\$$ac_var
3360 +  # Remove trailing slashes.
3361    case $ac_val in
3362 -    [\\/$]* | ?:[\\/]* ) ;;
3363 -    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
3364 -   { (exit 1); exit 1; }; };;
3365 +    */ )
3366 +      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
3367 +      eval $ac_var=\$ac_val;;
3368    esac
3369 +  # Be sure to have absolute directory names.
3370 +  case $ac_val in
3371 +    [\\/$]* | ?:[\\/]* )  continue;;
3372 +    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
3373 +  esac
3374 +  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
3375  done
3376  
3377  # There might be people who depend on the old broken behavior: `$host'
3378 @@ -656,8 +1211,8 @@ target=$target_alias
3379  if test "x$host_alias" != x; then
3380    if test "x$build_alias" = x; then
3381      cross_compiling=maybe
3382 -    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
3383 -    If a cross compiler is detected then cross compile mode will be used." >&2
3384 +    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
3385 +    If a cross compiler is detected then cross compile mode will be used" >&2
3386    elif test "x$build_alias" != "x$host_alias"; then
3387      cross_compiling=yes
3388    fi
3389 @@ -669,70 +1224,72 @@ test -n "$host_alias" && ac_tool_prefix=
3390  test "$silent" = yes && exec 6>/dev/null
3391  
3392  
3393 +ac_pwd=`pwd` && test -n "$ac_pwd" &&
3394 +ac_ls_di=`ls -di .` &&
3395 +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
3396 +  as_fn_error $? "working directory cannot be determined"
3397 +test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
3398 +  as_fn_error $? "pwd does not report name of working directory"
3399 +
3400 +
3401  # Find the source files, if location was not specified.
3402  if test -z "$srcdir"; then
3403    ac_srcdir_defaulted=yes
3404 -  # Try the directory containing this script, then its parent.
3405 -  ac_confdir=`(dirname "$0") 2>/dev/null ||
3406 -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3407 -        X"$0" : 'X\(//\)[^/]' \| \
3408 -        X"$0" : 'X\(//\)$' \| \
3409 -        X"$0" : 'X\(/\)' \| \
3410 -        .     : '\(.\)' 2>/dev/null ||
3411 -echo X"$0" |
3412 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
3413 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
3414 -         /^X\(\/\/\)$/{ s//\1/; q; }
3415 -         /^X\(\/\).*/{ s//\1/; q; }
3416 -         s/.*/./; q'`
3417 +  # Try the directory containing this script, then the parent directory.
3418 +  ac_confdir=`$as_dirname -- "$as_myself" ||
3419 +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3420 +        X"$as_myself" : 'X\(//\)[^/]' \| \
3421 +        X"$as_myself" : 'X\(//\)$' \| \
3422 +        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
3423 +$as_echo X"$as_myself" |
3424 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3425 +           s//\1/
3426 +           q
3427 +         }
3428 +         /^X\(\/\/\)[^/].*/{
3429 +           s//\1/
3430 +           q
3431 +         }
3432 +         /^X\(\/\/\)$/{
3433 +           s//\1/
3434 +           q
3435 +         }
3436 +         /^X\(\/\).*/{
3437 +           s//\1/
3438 +           q
3439 +         }
3440 +         s/.*/./; q'`
3441    srcdir=$ac_confdir
3442 -  if test ! -r $srcdir/$ac_unique_file; then
3443 +  if test ! -r "$srcdir/$ac_unique_file"; then
3444      srcdir=..
3445    fi
3446  else
3447    ac_srcdir_defaulted=no
3448  fi
3449 -if test ! -r $srcdir/$ac_unique_file; then
3450 -  if test "$ac_srcdir_defaulted" = yes; then
3451 -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
3452 -   { (exit 1); exit 1; }; }
3453 -  else
3454 -    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
3455 -   { (exit 1); exit 1; }; }
3456 -  fi
3457 -fi
3458 -(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
3459 -  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
3460 -   { (exit 1); exit 1; }; }
3461 -srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
3462 -ac_env_build_alias_set=${build_alias+set}
3463 -ac_env_build_alias_value=$build_alias
3464 -ac_cv_env_build_alias_set=${build_alias+set}
3465 -ac_cv_env_build_alias_value=$build_alias
3466 -ac_env_host_alias_set=${host_alias+set}
3467 -ac_env_host_alias_value=$host_alias
3468 -ac_cv_env_host_alias_set=${host_alias+set}
3469 -ac_cv_env_host_alias_value=$host_alias
3470 -ac_env_target_alias_set=${target_alias+set}
3471 -ac_env_target_alias_value=$target_alias
3472 -ac_cv_env_target_alias_set=${target_alias+set}
3473 -ac_cv_env_target_alias_value=$target_alias
3474 -ac_env_CC_set=${CC+set}
3475 -ac_env_CC_value=$CC
3476 -ac_cv_env_CC_set=${CC+set}
3477 -ac_cv_env_CC_value=$CC
3478 -ac_env_CFLAGS_set=${CFLAGS+set}
3479 -ac_env_CFLAGS_value=$CFLAGS
3480 -ac_cv_env_CFLAGS_set=${CFLAGS+set}
3481 -ac_cv_env_CFLAGS_value=$CFLAGS
3482 -ac_env_LDFLAGS_set=${LDFLAGS+set}
3483 -ac_env_LDFLAGS_value=$LDFLAGS
3484 -ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
3485 -ac_cv_env_LDFLAGS_value=$LDFLAGS
3486 -ac_env_CPPFLAGS_set=${CPPFLAGS+set}
3487 -ac_env_CPPFLAGS_value=$CPPFLAGS
3488 -ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
3489 -ac_cv_env_CPPFLAGS_value=$CPPFLAGS
3490 +if test ! -r "$srcdir/$ac_unique_file"; then
3491 +  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
3492 +  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
3493 +fi
3494 +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
3495 +ac_abs_confdir=`(
3496 +       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
3497 +       pwd)`
3498 +# When building in place, set srcdir=.
3499 +if test "$ac_abs_confdir" = "$ac_pwd"; then
3500 +  srcdir=.
3501 +fi
3502 +# Remove unnecessary trailing slashes from srcdir.
3503 +# Double slashes in file names in object file debugging info
3504 +# mess up M-x gdb in Emacs.
3505 +case $srcdir in
3506 +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
3507 +esac
3508 +for ac_var in $ac_precious_vars; do
3509 +  eval ac_env_${ac_var}_set=\${${ac_var}+set}
3510 +  eval ac_env_${ac_var}_value=\$${ac_var}
3511 +  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
3512 +  eval ac_cv_env_${ac_var}_value=\$${ac_var}
3513 +done
3514  
3515  #
3516  # Report the --help message.
3517 @@ -755,20 +1312,17 @@ Configuration:
3518        --help=short        display options specific to this package
3519        --help=recursive    display the short help of all the included packages
3520    -V, --version           display version information and exit
3521 -  -q, --quiet, --silent   do not print \`checking...' messages
3522 +  -q, --quiet, --silent   do not print \`checking ...' messages
3523        --cache-file=FILE   cache test results in FILE [disabled]
3524    -C, --config-cache      alias for \`--cache-file=config.cache'
3525    -n, --no-create         do not create output files
3526        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
3527  
3528 -_ACEOF
3529 -
3530 -  cat <<_ACEOF
3531  Installation directories:
3532    --prefix=PREFIX         install architecture-independent files in PREFIX
3533 -                         [$ac_default_prefix]
3534 +                          [$ac_default_prefix]
3535    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
3536 -                         [PREFIX]
3537 +                          [PREFIX]
3538  
3539  By default, \`make install' will install all the files in
3540  \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
3541 @@ -778,18 +1332,25 @@ for instance \`--prefix=\$HOME'.
3542  For better control, use the options below.
3543  
3544  Fine tuning of the installation directories:
3545 -  --bindir=DIR           user executables [EPREFIX/bin]
3546 -  --sbindir=DIR          system admin executables [EPREFIX/sbin]
3547 -  --libexecdir=DIR       program executables [EPREFIX/libexec]
3548 -  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
3549 -  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
3550 -  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
3551 -  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
3552 -  --libdir=DIR           object code libraries [EPREFIX/lib]
3553 -  --includedir=DIR       C header files [PREFIX/include]
3554 -  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
3555 -  --infodir=DIR          info documentation [PREFIX/info]
3556 -  --mandir=DIR           man documentation [PREFIX/man]
3557 +  --bindir=DIR            user executables [EPREFIX/bin]
3558 +  --sbindir=DIR           system admin executables [EPREFIX/sbin]
3559 +  --libexecdir=DIR        program executables [EPREFIX/libexec]
3560 +  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
3561 +  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
3562 +  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
3563 +  --libdir=DIR            object code libraries [EPREFIX/lib]
3564 +  --includedir=DIR        C header files [PREFIX/include]
3565 +  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
3566 +  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
3567 +  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
3568 +  --infodir=DIR           info documentation [DATAROOTDIR/info]
3569 +  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
3570 +  --mandir=DIR            man documentation [DATAROOTDIR/man]
3571 +  --docdir=DIR            documentation root [DATAROOTDIR/doc/drv_vmmc]
3572 +  --htmldir=DIR           html documentation [DOCDIR]
3573 +  --dvidir=DIR            dvi documentation [DOCDIR]
3574 +  --pdfdir=DIR            pdf documentation [DOCDIR]
3575 +  --psdir=DIR             ps documentation [DOCDIR]
3576  _ACEOF
3577  
3578    cat <<\_ACEOF
3579 @@ -808,6 +1369,7 @@ if test -n "$ac_init_help"; then
3580    cat <<\_ACEOF
3581  
3582  Optional Features:
3583 +  --disable-option-checking  ignore unrecognized --enable/--with options
3584    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
3585    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
3586    --disable-dependency-tracking  speeds up one-time build
3587 @@ -890,111 +1452,80 @@ Some influential environment variables:
3588    CFLAGS      C compiler flags
3589    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
3590                nonstandard directory <lib dir>
3591 -  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
3592 -              headers in a nonstandard directory <include dir>
3593 +  LIBS        libraries to pass to the linker, e.g. -l<library>
3594 +  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
3595 +              you have headers in a nonstandard directory <include dir>
3596  
3597  Use these variables to override the choices made by `configure' or to help
3598  it to find libraries and programs with nonstandard names/locations.
3599  
3600 +Report bugs to the package provider.
3601  _ACEOF
3602 +ac_status=$?
3603  fi
3604  
3605  if test "$ac_init_help" = "recursive"; then
3606    # If there are subdirs, report their specific --help.
3607 -  ac_popdir=`pwd`
3608    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
3609 -    test -d $ac_dir || continue
3610 +    test -d "$ac_dir" ||
3611 +      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
3612 +      continue
3613      ac_builddir=.
3614  
3615 -if test "$ac_dir" != .; then
3616 -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3617 -  # A "../" for each directory in $ac_dir_suffix.
3618 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
3619 -else
3620 -  ac_dir_suffix= ac_top_builddir=
3621 -fi
3622 +case "$ac_dir" in
3623 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3624 +*)
3625 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3626 +  # A ".." for each directory in $ac_dir_suffix.
3627 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3628 +  case $ac_top_builddir_sub in
3629 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3630 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3631 +  esac ;;
3632 +esac
3633 +ac_abs_top_builddir=$ac_pwd
3634 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
3635 +# for backward compatibility:
3636 +ac_top_builddir=$ac_top_build_prefix
3637  
3638  case $srcdir in
3639 -  .)  # No --srcdir option.  We are building in place.
3640 +  .)  # We are building in place.
3641      ac_srcdir=.
3642 -    if test -z "$ac_top_builddir"; then
3643 -       ac_top_srcdir=.
3644 -    else
3645 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
3646 -    fi ;;
3647 -  [\\/]* | ?:[\\/]* )  # Absolute path.
3648 +    ac_top_srcdir=$ac_top_builddir_sub
3649 +    ac_abs_top_srcdir=$ac_pwd ;;
3650 +  [\\/]* | ?:[\\/]* )  # Absolute name.
3651      ac_srcdir=$srcdir$ac_dir_suffix;
3652 -    ac_top_srcdir=$srcdir ;;
3653 -  *) # Relative path.
3654 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
3655 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
3656 -esac
3657 -
3658 -# Do not use `cd foo && pwd` to compute absolute paths, because
3659 -# the directories may not exist.
3660 -case `pwd` in
3661 -.) ac_abs_builddir="$ac_dir";;
3662 -*)
3663 -  case "$ac_dir" in
3664 -  .) ac_abs_builddir=`pwd`;;
3665 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
3666 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
3667 -  esac;;
3668 -esac
3669 -case $ac_abs_builddir in
3670 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
3671 -*)
3672 -  case ${ac_top_builddir}. in
3673 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
3674 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
3675 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
3676 -  esac;;
3677 -esac
3678 -case $ac_abs_builddir in
3679 -.) ac_abs_srcdir=$ac_srcdir;;
3680 -*)
3681 -  case $ac_srcdir in
3682 -  .) ac_abs_srcdir=$ac_abs_builddir;;
3683 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
3684 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
3685 -  esac;;
3686 -esac
3687 -case $ac_abs_builddir in
3688 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
3689 -*)
3690 -  case $ac_top_srcdir in
3691 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
3692 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
3693 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
3694 -  esac;;
3695 +    ac_top_srcdir=$srcdir
3696 +    ac_abs_top_srcdir=$srcdir ;;
3697 +  *) # Relative name.
3698 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3699 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
3700 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3701  esac
3702 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3703  
3704 -    cd $ac_dir
3705 -    # Check for guested configure; otherwise get Cygnus style configure.
3706 -    if test -f $ac_srcdir/configure.gnu; then
3707 -      echo
3708 -      $SHELL $ac_srcdir/configure.gnu  --help=recursive
3709 -    elif test -f $ac_srcdir/configure; then
3710 -      echo
3711 -      $SHELL $ac_srcdir/configure  --help=recursive
3712 -    elif test -f $ac_srcdir/configure.ac ||
3713 -          test -f $ac_srcdir/configure.in; then
3714 -      echo
3715 -      $ac_configure --help
3716 +    cd "$ac_dir" || { ac_status=$?; continue; }
3717 +    # Check for guested configure.
3718 +    if test -f "$ac_srcdir/configure.gnu"; then
3719 +      echo &&
3720 +      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
3721 +    elif test -f "$ac_srcdir/configure"; then
3722 +      echo &&
3723 +      $SHELL "$ac_srcdir/configure" --help=recursive
3724      else
3725 -      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3726 -    fi
3727 -    cd $ac_popdir
3728 +      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3729 +    fi || ac_status=$?
3730 +    cd "$ac_pwd" || { ac_status=$?; break; }
3731    done
3732  fi
3733  
3734 -test -n "$ac_init_help" && exit 0
3735 +test -n "$ac_init_help" && exit $ac_status
3736  if $ac_init_version; then
3737    cat <<\_ACEOF
3738  VMMC Device Driver configure 1.9.0
3739 -generated by GNU Autoconf 2.59
3740 +generated by GNU Autoconf 2.68
3741  
3742 -Copyright (C) 2003 Free Software Foundation, Inc.
3743 +Copyright (C) 2010 Free Software Foundation, Inc.
3744  This configure script is free software; the Free Software Foundation
3745  gives unlimited permission to copy, distribute and modify it.
3746  
3747 @@ -1002,19 +1533,61 @@ Copyright (C) 2009, Lantiq Deutschland G
3748  For licensing information please see the file 'LICENSE' in the root folder of
3749  this software module.
3750  _ACEOF
3751 -  exit 0
3752 +  exit
3753  fi
3754 -exec 5>config.log
3755 -cat >&5 <<_ACEOF
3756 +
3757 +## ------------------------ ##
3758 +## Autoconf initialization. ##
3759 +## ------------------------ ##
3760 +
3761 +# ac_fn_c_try_compile LINENO
3762 +# --------------------------
3763 +# Try to compile conftest.$ac_ext, and return whether this succeeded.
3764 +ac_fn_c_try_compile ()
3765 +{
3766 +  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
3767 +  rm -f conftest.$ac_objext
3768 +  if { { ac_try="$ac_compile"
3769 +case "(($ac_try" in
3770 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3771 +  *) ac_try_echo=$ac_try;;
3772 +esac
3773 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3774 +$as_echo "$ac_try_echo"; } >&5
3775 +  (eval "$ac_compile") 2>conftest.err
3776 +  ac_status=$?
3777 +  if test -s conftest.err; then
3778 +    grep -v '^ *+' conftest.err >conftest.er1
3779 +    cat conftest.er1 >&5
3780 +    mv -f conftest.er1 conftest.err
3781 +  fi
3782 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3783 +  test $ac_status = 0; } && {
3784 +        test -z "$ac_c_werror_flag" ||
3785 +        test ! -s conftest.err
3786 +       } && test -s conftest.$ac_objext; then :
3787 +  ac_retval=0
3788 +else
3789 +  $as_echo "$as_me: failed program was:" >&5
3790 +sed 's/^/| /' conftest.$ac_ext >&5
3791 +
3792 +       ac_retval=1
3793 +fi
3794 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
3795 +  as_fn_set_status $ac_retval
3796 +
3797 +} # ac_fn_c_try_compile
3798 +cat >config.log <<_ACEOF
3799  This file contains any messages produced by compilers while
3800  running configure, to aid debugging if configure makes a mistake.
3801  
3802  It was created by VMMC Device Driver $as_me 1.9.0, which was
3803 -generated by GNU Autoconf 2.59.  Invocation command line was
3804 +generated by GNU Autoconf 2.68.  Invocation command line was
3805  
3806    $ $0 $@
3807  
3808  _ACEOF
3809 +exec 5>>config.log
3810  {
3811  cat <<_ASUNAME
3812  ## --------- ##
3813 @@ -1033,7 +1606,7 @@ uname -v = `(uname -v) 2>/dev/null || ec
3814  /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
3815  /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
3816  /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3817 -hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
3818 +/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
3819  /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
3820  /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
3821  /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
3822 @@ -1045,8 +1618,9 @@ for as_dir in $PATH
3823  do
3824    IFS=$as_save_IFS
3825    test -z "$as_dir" && as_dir=.
3826 -  echo "PATH: $as_dir"
3827 -done
3828 +    $as_echo "PATH: $as_dir"
3829 +  done
3830 +IFS=$as_save_IFS
3831  
3832  } >&5
3833  
3834 @@ -1068,7 +1642,6 @@ _ACEOF
3835  ac_configure_args=
3836  ac_configure_args0=
3837  ac_configure_args1=
3838 -ac_sep=
3839  ac_must_keep_next=false
3840  for ac_pass in 1 2
3841  do
3842 @@ -1079,13 +1652,13 @@ do
3843      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3844      | -silent | --silent | --silen | --sile | --sil)
3845        continue ;;
3846 -    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
3847 -      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3848 +    *\'*)
3849 +      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3850      esac
3851      case $ac_pass in
3852 -    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
3853 +    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3854      2)
3855 -      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
3856 +      as_fn_append ac_configure_args1 " '$ac_arg'"
3857        if test $ac_must_keep_next = true; then
3858         ac_must_keep_next=false # Got value, back to normal.
3859        else
3860 @@ -1101,104 +1674,115 @@ do
3861           -* ) ac_must_keep_next=true ;;
3862         esac
3863        fi
3864 -      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
3865 -      # Get rid of the leading space.
3866 -      ac_sep=" "
3867 +      as_fn_append ac_configure_args " '$ac_arg'"
3868        ;;
3869      esac
3870    done
3871  done
3872 -$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
3873 -$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
3874 +{ ac_configure_args0=; unset ac_configure_args0;}
3875 +{ ac_configure_args1=; unset ac_configure_args1;}
3876  
3877  # When interrupted or exit'd, cleanup temporary files, and complete
3878  # config.log.  We remove comments because anyway the quotes in there
3879  # would cause problems or look ugly.
3880 -# WARNING: Be sure not to use single quotes in there, as some shells,
3881 -# such as our DU 5.0 friend, will then `close' the trap.
3882 +# WARNING: Use '\'' to represent an apostrophe within the trap.
3883 +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3884  trap 'exit_status=$?
3885    # Save into config.log some information that might help in debugging.
3886    {
3887      echo
3888  
3889 -    cat <<\_ASBOX
3890 -## ---------------- ##
3891 +    $as_echo "## ---------------- ##
3892  ## Cache variables. ##
3893 -## ---------------- ##
3894 -_ASBOX
3895 +## ---------------- ##"
3896      echo
3897      # The following way of writing the cache mishandles newlines in values,
3898 -{
3899 +(
3900 +  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3901 +    eval ac_val=\$$ac_var
3902 +    case $ac_val in #(
3903 +    *${as_nl}*)
3904 +      case $ac_var in #(
3905 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3906 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3907 +      esac
3908 +      case $ac_var in #(
3909 +      _ | IFS | as_nl) ;; #(
3910 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3911 +      *) { eval $ac_var=; unset $ac_var;} ;;
3912 +      esac ;;
3913 +    esac
3914 +  done
3915    (set) 2>&1 |
3916 -    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
3917 -    *ac_space=\ *)
3918 +    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3919 +    *${as_nl}ac_space=\ *)
3920        sed -n \
3921 -       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
3922 -         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
3923 -      ;;
3924 +       "s/'\''/'\''\\\\'\'''\''/g;
3925 +         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3926 +      ;; #(
3927      *)
3928 -      sed -n \
3929 -       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3930 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3931        ;;
3932 -    esac;
3933 -}
3934 +    esac |
3935 +    sort
3936 +)
3937      echo
3938  
3939 -    cat <<\_ASBOX
3940 -## ----------------- ##
3941 +    $as_echo "## ----------------- ##
3942  ## Output variables. ##
3943 -## ----------------- ##
3944 -_ASBOX
3945 +## ----------------- ##"
3946      echo
3947      for ac_var in $ac_subst_vars
3948      do
3949 -      eval ac_val=$`echo $ac_var`
3950 -      echo "$ac_var='"'"'$ac_val'"'"'"
3951 +      eval ac_val=\$$ac_var
3952 +      case $ac_val in
3953 +      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3954 +      esac
3955 +      $as_echo "$ac_var='\''$ac_val'\''"
3956      done | sort
3957      echo
3958  
3959      if test -n "$ac_subst_files"; then
3960 -      cat <<\_ASBOX
3961 -## ------------- ##
3962 -## Output files. ##
3963 -## ------------- ##
3964 -_ASBOX
3965 +      $as_echo "## ------------------- ##
3966 +## File substitutions. ##
3967 +## ------------------- ##"
3968        echo
3969        for ac_var in $ac_subst_files
3970        do
3971 -       eval ac_val=$`echo $ac_var`
3972 -       echo "$ac_var='"'"'$ac_val'"'"'"
3973 +       eval ac_val=\$$ac_var
3974 +       case $ac_val in
3975 +       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3976 +       esac
3977 +       $as_echo "$ac_var='\''$ac_val'\''"
3978        done | sort
3979        echo
3980      fi
3981  
3982      if test -s confdefs.h; then
3983 -      cat <<\_ASBOX
3984 -## ----------- ##
3985 +      $as_echo "## ----------- ##
3986  ## confdefs.h. ##
3987 -## ----------- ##
3988 -_ASBOX
3989 +## ----------- ##"
3990        echo
3991 -      sed "/^$/d" confdefs.h | sort
3992 +      cat confdefs.h
3993        echo
3994      fi
3995      test "$ac_signal" != 0 &&
3996 -      echo "$as_me: caught signal $ac_signal"
3997 -    echo "$as_me: exit $exit_status"
3998 +      $as_echo "$as_me: caught signal $ac_signal"
3999 +    $as_echo "$as_me: exit $exit_status"
4000    } >&5
4001 -  rm -f core *.core &&
4002 -  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
4003 +  rm -f core *.core core.conftest.* &&
4004 +    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
4005      exit $exit_status
4006 -     ' 0
4007 +' 0
4008  for ac_signal in 1 2 13 15; do
4009 -  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
4010 +  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
4011  done
4012  ac_signal=0
4013  
4014  # confdefs.h avoids OS command line length limits that DEFS can exceed.
4015 -rm -rf conftest* confdefs.h
4016 -# AIX cpp loses on an empty file, so make sure it contains at least a newline.
4017 -echo >confdefs.h
4018 +rm -f -r conftest* confdefs.h
4019 +
4020 +$as_echo "/* confdefs.h */" > confdefs.h
4021  
4022  # Predefined preprocessor variables.
4023  
4024 @@ -1206,112 +1790,137 @@ cat >>confdefs.h <<_ACEOF
4025  #define PACKAGE_NAME "$PACKAGE_NAME"
4026  _ACEOF
4027  
4028 -
4029  cat >>confdefs.h <<_ACEOF
4030  #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
4031  _ACEOF
4032  
4033 -
4034  cat >>confdefs.h <<_ACEOF
4035  #define PACKAGE_VERSION "$PACKAGE_VERSION"
4036  _ACEOF
4037  
4038 -
4039  cat >>confdefs.h <<_ACEOF
4040  #define PACKAGE_STRING "$PACKAGE_STRING"
4041  _ACEOF
4042  
4043 -
4044  cat >>confdefs.h <<_ACEOF
4045  #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
4046  _ACEOF
4047  
4048 +cat >>confdefs.h <<_ACEOF
4049 +#define PACKAGE_URL "$PACKAGE_URL"
4050 +_ACEOF
4051 +
4052  
4053  # Let the site file select an alternate cache file if it wants to.
4054 -# Prefer explicitly selected file to automatically selected ones.
4055 -if test -z "$CONFIG_SITE"; then
4056 -  if test "x$prefix" != xNONE; then
4057 -    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
4058 -  else
4059 -    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
4060 -  fi
4061 +# Prefer an explicitly selected file to automatically selected ones.
4062 +ac_site_file1=NONE
4063 +ac_site_file2=NONE
4064 +if test -n "$CONFIG_SITE"; then
4065 +  # We do not want a PATH search for config.site.
4066 +  case $CONFIG_SITE in #((
4067 +    -*)  ac_site_file1=./$CONFIG_SITE;;
4068 +    */*) ac_site_file1=$CONFIG_SITE;;
4069 +    *)   ac_site_file1=./$CONFIG_SITE;;
4070 +  esac
4071 +elif test "x$prefix" != xNONE; then
4072 +  ac_site_file1=$prefix/share/config.site
4073 +  ac_site_file2=$prefix/etc/config.site
4074 +else
4075 +  ac_site_file1=$ac_default_prefix/share/config.site
4076 +  ac_site_file2=$ac_default_prefix/etc/config.site
4077  fi
4078 -for ac_site_file in $CONFIG_SITE; do
4079 -  if test -r "$ac_site_file"; then
4080 -    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
4081 -echo "$as_me: loading site script $ac_site_file" >&6;}
4082 +for ac_site_file in "$ac_site_file1" "$ac_site_file2"
4083 +do
4084 +  test "x$ac_site_file" = xNONE && continue
4085 +  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
4086 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
4087 +$as_echo "$as_me: loading site script $ac_site_file" >&6;}
4088      sed 's/^/| /' "$ac_site_file" >&5
4089 -    . "$ac_site_file"
4090 +    . "$ac_site_file" \
4091 +      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4092 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4093 +as_fn_error $? "failed to load site script $ac_site_file
4094 +See \`config.log' for more details" "$LINENO" 5; }
4095    fi
4096  done
4097  
4098  if test -r "$cache_file"; then
4099 -  # Some versions of bash will fail to source /dev/null (special
4100 -  # files actually), so we avoid doing that.
4101 -  if test -f "$cache_file"; then
4102 -    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4103 -echo "$as_me: loading cache $cache_file" >&6;}
4104 +  # Some versions of bash will fail to source /dev/null (special files
4105 +  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
4106 +  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
4107 +    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
4108 +$as_echo "$as_me: loading cache $cache_file" >&6;}
4109      case $cache_file in
4110 -      [\\/]* | ?:[\\/]* ) . $cache_file;;
4111 -      *)                      . ./$cache_file;;
4112 +      [\\/]* | ?:[\\/]* ) . "$cache_file";;
4113 +      *)                      . "./$cache_file";;
4114      esac
4115    fi
4116  else
4117 -  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4118 -echo "$as_me: creating cache $cache_file" >&6;}
4119 +  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
4120 +$as_echo "$as_me: creating cache $cache_file" >&6;}
4121    >$cache_file
4122  fi
4123  
4124  # Check that the precious variables saved in the cache have kept the same
4125  # value.
4126  ac_cache_corrupted=false
4127 -for ac_var in `(set) 2>&1 |
4128 -              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
4129 +for ac_var in $ac_precious_vars; do
4130    eval ac_old_set=\$ac_cv_env_${ac_var}_set
4131    eval ac_new_set=\$ac_env_${ac_var}_set
4132 -  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
4133 -  eval ac_new_val="\$ac_env_${ac_var}_value"
4134 +  eval ac_old_val=\$ac_cv_env_${ac_var}_value
4135 +  eval ac_new_val=\$ac_env_${ac_var}_value
4136    case $ac_old_set,$ac_new_set in
4137      set,)
4138 -      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4139 -echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4140 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
4141 +$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
4142        ac_cache_corrupted=: ;;
4143      ,set)
4144 -      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
4145 -echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4146 +      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
4147 +$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
4148        ac_cache_corrupted=: ;;
4149      ,);;
4150      *)
4151        if test "x$ac_old_val" != "x$ac_new_val"; then
4152 -       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
4153 -echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4154 -       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
4155 -echo "$as_me:   former value:  $ac_old_val" >&2;}
4156 -       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
4157 -echo "$as_me:   current value: $ac_new_val" >&2;}
4158 -       ac_cache_corrupted=:
4159 +       # differences in whitespace do not lead to failure.
4160 +       ac_old_val_w=`echo x $ac_old_val`
4161 +       ac_new_val_w=`echo x $ac_new_val`
4162 +       if test "$ac_old_val_w" != "$ac_new_val_w"; then
4163 +         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
4164 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
4165 +         ac_cache_corrupted=:
4166 +       else
4167 +         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
4168 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
4169 +         eval $ac_var=\$ac_old_val
4170 +       fi
4171 +       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
4172 +$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
4173 +       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
4174 +$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
4175        fi;;
4176    esac
4177    # Pass precious variables to config.status.
4178    if test "$ac_new_set" = set; then
4179      case $ac_new_val in
4180 -    *" "*|*"   "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
4181 -      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4182 +    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
4183      *) ac_arg=$ac_var=$ac_new_val ;;
4184      esac
4185      case " $ac_configure_args " in
4186        *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
4187 -      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
4188 +      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
4189      esac
4190    fi
4191  done
4192  if $ac_cache_corrupted; then
4193 -  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
4194 -echo "$as_me: error: changes in the environment can compromise the build" >&2;}
4195 -  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
4196 -echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
4197 -   { (exit 1); exit 1; }; }
4198 -fi
4199 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4200 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4201 +  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
4202 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
4203 +  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
4204 +fi
4205 +## -------------------- ##
4206 +## Main body of script. ##
4207 +## -------------------- ##
4208  
4209  ac_ext=c
4210  ac_cpp='$CPP $CPPFLAGS'
4211 @@ -1321,57 +1930,37 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4212  
4213  
4214  
4215 +am__api_version='1.11'
4216  
4217 +ac_aux_dir=
4218 +for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4219 +  if test -f "$ac_dir/install-sh"; then
4220 +    ac_aux_dir=$ac_dir
4221 +    ac_install_sh="$ac_aux_dir/install-sh -c"
4222 +    break
4223 +  elif test -f "$ac_dir/install.sh"; then
4224 +    ac_aux_dir=$ac_dir
4225 +    ac_install_sh="$ac_aux_dir/install.sh -c"
4226 +    break
4227 +  elif test -f "$ac_dir/shtool"; then
4228 +    ac_aux_dir=$ac_dir
4229 +    ac_install_sh="$ac_aux_dir/shtool install -c"
4230 +    break
4231 +  fi
4232 +done
4233 +if test -z "$ac_aux_dir"; then
4234 +  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4235 +fi
4236  
4237 +# These three variables are undocumented and unsupported,
4238 +# and are intended to be withdrawn in a future Autoconf release.
4239 +# They can cause serious problems if a builder's source tree is in a directory
4240 +# whose full name contains unusual characters.
4241 +ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
4242 +ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
4243 +ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
4244  
4245  
4246 -
4247 -
4248 -
4249 -
4250 -
4251 -
4252 -
4253 -
4254 -
4255 -
4256 -
4257 -
4258 -
4259 -
4260 -
4261 -
4262 -
4263 -
4264 -
4265 -
4266 -
4267 -am__api_version="1.9"
4268 -ac_aux_dir=
4269 -for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
4270 -  if test -f $ac_dir/install-sh; then
4271 -    ac_aux_dir=$ac_dir
4272 -    ac_install_sh="$ac_aux_dir/install-sh -c"
4273 -    break
4274 -  elif test -f $ac_dir/install.sh; then
4275 -    ac_aux_dir=$ac_dir
4276 -    ac_install_sh="$ac_aux_dir/install.sh -c"
4277 -    break
4278 -  elif test -f $ac_dir/shtool; then
4279 -    ac_aux_dir=$ac_dir
4280 -    ac_install_sh="$ac_aux_dir/shtool install -c"
4281 -    break
4282 -  fi
4283 -done
4284 -if test -z "$ac_aux_dir"; then
4285 -  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
4286 -echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
4287 -   { (exit 1); exit 1; }; }
4288 -fi
4289 -ac_config_guess="$SHELL $ac_aux_dir/config.guess"
4290 -ac_config_sub="$SHELL $ac_aux_dir/config.sub"
4291 -ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
4292 -
4293  # Find a good install program.  We prefer a C program (faster),
4294  # so one script is as good as another.  But avoid the broken or
4295  # incompatible versions:
4296 @@ -1385,22 +1974,23 @@ ac_configure="$SHELL $ac_aux_dir/configu
4297  # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4298  # OS/2's system install, which has a completely different semantic
4299  # ./install, which can be erroneously created by make from ./install.sh.
4300 -echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4301 -echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4302 +# Reject install programs that cannot install multiple files.
4303 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4304 +$as_echo_n "checking for a BSD-compatible install... " >&6; }
4305  if test -z "$INSTALL"; then
4306 -if test "${ac_cv_path_install+set}" = set; then
4307 -  echo $ECHO_N "(cached) $ECHO_C" >&6
4308 +if ${ac_cv_path_install+:} false; then :
4309 +  $as_echo_n "(cached) " >&6
4310  else
4311    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312  for as_dir in $PATH
4313  do
4314    IFS=$as_save_IFS
4315    test -z "$as_dir" && as_dir=.
4316 -  # Account for people who put trailing slashes in PATH elements.
4317 -case $as_dir/ in
4318 -  ./ | .// | /cC/* | \
4319 +    # Account for people who put trailing slashes in PATH elements.
4320 +case $as_dir/ in #((
4321 +  ./ | .// | /[cC]/* | \
4322    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4323 -  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4324 +  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4325    /usr/ucb/* ) ;;
4326    *)
4327      # OSF1 and SCO ODT 3.0 have their own names for install.
4328 @@ -1408,7 +1998,7 @@ case $as_dir/ in
4329      # by default.
4330      for ac_prog in ginstall scoinst install; do
4331        for ac_exec_ext in '' $ac_executable_extensions; do
4332 -       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4333 +       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4334           if test $ac_prog = install &&
4335             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4336             # AIX install.  It has an incompatible calling convention.
4337 @@ -1418,30 +2008,43 @@ case $as_dir/ in
4338             # program-specific install script used by HP pwplus--don't use.
4339             :
4340           else
4341 -           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4342 -           break 3
4343 +           rm -rf conftest.one conftest.two conftest.dir
4344 +           echo one > conftest.one
4345 +           echo two > conftest.two
4346 +           mkdir conftest.dir
4347 +           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4348 +             test -s conftest.one && test -s conftest.two &&
4349 +             test -s conftest.dir/conftest.one &&
4350 +             test -s conftest.dir/conftest.two
4351 +           then
4352 +             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4353 +             break 3
4354 +           fi
4355           fi
4356         fi
4357        done
4358      done
4359      ;;
4360  esac
4361 -done
4362  
4363 +  done
4364 +IFS=$as_save_IFS
4365 +
4366 +rm -rf conftest.one conftest.two conftest.dir
4367  
4368  fi
4369    if test "${ac_cv_path_install+set}" = set; then
4370      INSTALL=$ac_cv_path_install
4371    else
4372 -    # As a last resort, use the slow shell script.  We don't cache a
4373 -    # path for INSTALL within a source directory, because that will
4374 +    # As a last resort, use the slow shell script.  Don't cache a
4375 +    # value for INSTALL within a source directory, because that will
4376      # break other packages using the cache if that directory is
4377 -    # removed, or if the path is relative.
4378 +    # removed, or if the value is a relative name.
4379      INSTALL=$ac_install_sh
4380    fi
4381  fi
4382 -echo "$as_me:$LINENO: result: $INSTALL" >&5
4383 -echo "${ECHO_T}$INSTALL" >&6
4384 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4385 +$as_echo "$INSTALL" >&6; }
4386  
4387  # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4388  # It thinks the first close brace ends the variable substitution.
4389 @@ -1451,21 +2054,34 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
4390  
4391  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4392  
4393 -echo "$as_me:$LINENO: checking whether build environment is sane" >&5
4394 -echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
4395 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
4396 +$as_echo_n "checking whether build environment is sane... " >&6; }
4397  # Just in case
4398  sleep 1
4399  echo timestamp > conftest.file
4400 +# Reject unsafe characters in $srcdir or the absolute working directory
4401 +# name.  Accept space and tab only in the latter.
4402 +am_lf='
4403 +'
4404 +case `pwd` in
4405 +  *[\\\"\#\$\&\'\`$am_lf]*)
4406 +    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
4407 +esac
4408 +case $srcdir in
4409 +  *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
4410 +    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
4411 +esac
4412 +
4413  # Do `set' in a subshell so we don't clobber the current shell's
4414  # arguments.  Must try -L first in case configure is actually a
4415  # symlink; some systems play weird games with the mod time of symlinks
4416  # (eg FreeBSD returns the mod time of the symlink's containing
4417  # directory).
4418  if (
4419 -   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
4420 +   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
4421     if test "$*" = "X"; then
4422        # -L didn't work.
4423 -      set X `ls -t $srcdir/configure conftest.file`
4424 +      set X `ls -t "$srcdir/configure" conftest.file`
4425     fi
4426     rm -f conftest.file
4427     if test "$*" != "X $srcdir/configure conftest.file" \
4428 @@ -1475,11 +2091,8 @@ if (
4429        # if, for instance, CONFIG_SHELL is bash and it inherits a
4430        # broken ls alias from the environment.  This has actually
4431        # happened.  Such a system could not be considered "sane".
4432 -      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
4433 -alias in your environment" >&5
4434 -echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
4435 -alias in your environment" >&2;}
4436 -   { (exit 1); exit 1; }; }
4437 +      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
4438 +alias in your environment" "$LINENO" 5
4439     fi
4440  
4441     test "$2" = conftest.file
4442 @@ -1488,81 +2101,206 @@ then
4443     # Ok.
4444     :
4445  else
4446 -   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
4447 -Check your system clock" >&5
4448 -echo "$as_me: error: newly created file is older than distributed files!
4449 -Check your system clock" >&2;}
4450 -   { (exit 1); exit 1; }; }
4451 +   as_fn_error $? "newly created file is older than distributed files!
4452 +Check your system clock" "$LINENO" 5
4453  fi
4454 -echo "$as_me:$LINENO: result: yes" >&5
4455 -echo "${ECHO_T}yes" >&6
4456 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4457 +$as_echo "yes" >&6; }
4458  test "$program_prefix" != NONE &&
4459 -  program_transform_name="s,^,$program_prefix,;$program_transform_name"
4460 +  program_transform_name="s&^&$program_prefix&;$program_transform_name"
4461  # Use a double $ so make ignores it.
4462  test "$program_suffix" != NONE &&
4463 -  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
4464 -# Double any \ or $.  echo might interpret backslashes.
4465 +  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
4466 +# Double any \ or $.
4467  # By default was `s,x,x', remove it if useless.
4468 -cat <<\_ACEOF >conftest.sed
4469 -s/[\\$]/&&/g;s/;s,x,x,$//
4470 -_ACEOF
4471 -program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
4472 -rm conftest.sed
4473 +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
4474 +program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
4475  
4476  # expand $ac_aux_dir to an absolute path
4477  am_aux_dir=`cd $ac_aux_dir && pwd`
4478  
4479 -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
4480 +if test x"${MISSING+set}" != xset; then
4481 +  case $am_aux_dir in
4482 +  *\ * | *\    *)
4483 +    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
4484 +  *)
4485 +    MISSING="\${SHELL} $am_aux_dir/missing" ;;
4486 +  esac
4487 +fi
4488  # Use eval to expand $SHELL
4489  if eval "$MISSING --run true"; then
4490    am_missing_run="$MISSING --run "
4491  else
4492    am_missing_run=
4493 -  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
4494 -echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
4495 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
4496 +$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
4497  fi
4498  
4499 -if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
4500 -  # We used to keeping the `.' as first argument, in order to
4501 -  # allow $(mkdir_p) to be used without argument.  As in
4502 -  #   $(mkdir_p) $(somedir)
4503 -  # where $(somedir) is conditionally defined.  However this is wrong
4504 -  # for two reasons:
4505 -  #  1. if the package is installed by a user who cannot write `.'
4506 -  #     make install will fail,
4507 -  #  2. the above comment should most certainly read
4508 -  #     $(mkdir_p) $(DESTDIR)$(somedir)
4509 -  #     so it does not work when $(somedir) is undefined and
4510 -  #     $(DESTDIR) is not.
4511 -  #  To support the latter case, we have to write
4512 -  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
4513 -  #  so the `.' trick is pointless.
4514 -  mkdir_p='mkdir -p --'
4515 -else
4516 -  # On NextStep and OpenStep, the `mkdir' command does not
4517 -  # recognize any option.  It will interpret all options as
4518 -  # directories to create, and then abort because `.' already
4519 -  # exists.
4520 -  for d in ./-p ./--version;
4521 -  do
4522 -    test -d $d && rmdir $d
4523 +if test x"${install_sh}" != xset; then
4524 +  case $am_aux_dir in
4525 +  *\ * | *\    *)
4526 +    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4527 +  *)
4528 +    install_sh="\${SHELL} $am_aux_dir/install-sh"
4529 +  esac
4530 +fi
4531 +
4532 +# Installed binaries are usually stripped using `strip' when the user
4533 +# run `make install-strip'.  However `strip' might not be the right
4534 +# tool to use in cross-compilation environments, therefore Automake
4535 +# will honor the `STRIP' environment variable to overrule this program.
4536 +if test "$cross_compiling" != no; then
4537 +  if test -n "$ac_tool_prefix"; then
4538 +  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4539 +set dummy ${ac_tool_prefix}strip; ac_word=$2
4540 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4541 +$as_echo_n "checking for $ac_word... " >&6; }
4542 +if ${ac_cv_prog_STRIP+:} false; then :
4543 +  $as_echo_n "(cached) " >&6
4544 +else
4545 +  if test -n "$STRIP"; then
4546 +  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4547 +else
4548 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4549 +for as_dir in $PATH
4550 +do
4551 +  IFS=$as_save_IFS
4552 +  test -z "$as_dir" && as_dir=.
4553 +    for ac_exec_ext in '' $ac_executable_extensions; do
4554 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4555 +    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4556 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4557 +    break 2
4558 +  fi
4559 +done
4560 +  done
4561 +IFS=$as_save_IFS
4562 +
4563 +fi
4564 +fi
4565 +STRIP=$ac_cv_prog_STRIP
4566 +if test -n "$STRIP"; then
4567 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4568 +$as_echo "$STRIP" >&6; }
4569 +else
4570 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571 +$as_echo "no" >&6; }
4572 +fi
4573 +
4574 +
4575 +fi
4576 +if test -z "$ac_cv_prog_STRIP"; then
4577 +  ac_ct_STRIP=$STRIP
4578 +  # Extract the first word of "strip", so it can be a program name with args.
4579 +set dummy strip; ac_word=$2
4580 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4581 +$as_echo_n "checking for $ac_word... " >&6; }
4582 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4583 +  $as_echo_n "(cached) " >&6
4584 +else
4585 +  if test -n "$ac_ct_STRIP"; then
4586 +  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4587 +else
4588 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 +for as_dir in $PATH
4590 +do
4591 +  IFS=$as_save_IFS
4592 +  test -z "$as_dir" && as_dir=.
4593 +    for ac_exec_ext in '' $ac_executable_extensions; do
4594 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 +    ac_cv_prog_ac_ct_STRIP="strip"
4596 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 +    break 2
4598 +  fi
4599 +done
4600 +  done
4601 +IFS=$as_save_IFS
4602 +
4603 +fi
4604 +fi
4605 +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4606 +if test -n "$ac_ct_STRIP"; then
4607 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4608 +$as_echo "$ac_ct_STRIP" >&6; }
4609 +else
4610 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4611 +$as_echo "no" >&6; }
4612 +fi
4613 +
4614 +  if test "x$ac_ct_STRIP" = x; then
4615 +    STRIP=":"
4616 +  else
4617 +    case $cross_compiling:$ac_tool_warned in
4618 +yes:)
4619 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4620 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4621 +ac_tool_warned=yes ;;
4622 +esac
4623 +    STRIP=$ac_ct_STRIP
4624 +  fi
4625 +else
4626 +  STRIP="$ac_cv_prog_STRIP"
4627 +fi
4628 +
4629 +fi
4630 +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4631 +
4632 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4633 +$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4634 +if test -z "$MKDIR_P"; then
4635 +  if ${ac_cv_path_mkdir+:} false; then :
4636 +  $as_echo_n "(cached) " >&6
4637 +else
4638 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639 +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4640 +do
4641 +  IFS=$as_save_IFS
4642 +  test -z "$as_dir" && as_dir=.
4643 +    for ac_prog in mkdir gmkdir; do
4644 +        for ac_exec_ext in '' $ac_executable_extensions; do
4645 +          { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
4646 +          case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4647 +            'mkdir (GNU coreutils) '* | \
4648 +            'mkdir (coreutils) '* | \
4649 +            'mkdir (fileutils) '4.1*)
4650 +              ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4651 +              break 3;;
4652 +          esac
4653 +        done
4654 +       done
4655    done
4656 -  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
4657 -  if test -f "$ac_aux_dir/mkinstalldirs"; then
4658 -    mkdir_p='$(mkinstalldirs)'
4659 +IFS=$as_save_IFS
4660 +
4661 +fi
4662 +
4663 +  test -d ./--version && rmdir ./--version
4664 +  if test "${ac_cv_path_mkdir+set}" = set; then
4665 +    MKDIR_P="$ac_cv_path_mkdir -p"
4666    else
4667 -    mkdir_p='$(install_sh) -d'
4668 +    # As a last resort, use the slow shell script.  Don't cache a
4669 +    # value for MKDIR_P within a source directory, because that will
4670 +    # break other packages using the cache if that directory is
4671 +    # removed, or if the value is a relative name.
4672 +    MKDIR_P="$ac_install_sh -d"
4673    fi
4674  fi
4675 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4676 +$as_echo "$MKDIR_P" >&6; }
4677 +
4678 +mkdir_p="$MKDIR_P"
4679 +case $mkdir_p in
4680 +  [\\/$]* | ?:[\\/]*) ;;
4681 +  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
4682 +esac
4683  
4684  for ac_prog in gawk mawk nawk awk
4685  do
4686    # Extract the first word of "$ac_prog", so it can be a program name with args.
4687  set dummy $ac_prog; ac_word=$2
4688 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4689 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4690 -if test "${ac_cv_prog_AWK+set}" = set; then
4691 -  echo $ECHO_N "(cached) $ECHO_C" >&6
4692 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4693 +$as_echo_n "checking for $ac_word... " >&6; }
4694 +if ${ac_cv_prog_AWK+:} false; then :
4695 +  $as_echo_n "(cached) " >&6
4696  else
4697    if test -n "$AWK"; then
4698    ac_cv_prog_AWK="$AWK" # Let the user override the test.
4699 @@ -1572,55 +2310,59 @@ for as_dir in $PATH
4700  do
4701    IFS=$as_save_IFS
4702    test -z "$as_dir" && as_dir=.
4703 -  for ac_exec_ext in '' $ac_executable_extensions; do
4704 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4705 +    for ac_exec_ext in '' $ac_executable_extensions; do
4706 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4707      ac_cv_prog_AWK="$ac_prog"
4708 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4709 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4710      break 2
4711    fi
4712  done
4713 -done
4714 +  done
4715 +IFS=$as_save_IFS
4716  
4717  fi
4718  fi
4719  AWK=$ac_cv_prog_AWK
4720  if test -n "$AWK"; then
4721 -  echo "$as_me:$LINENO: result: $AWK" >&5
4722 -echo "${ECHO_T}$AWK" >&6
4723 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4724 +$as_echo "$AWK" >&6; }
4725  else
4726 -  echo "$as_me:$LINENO: result: no" >&5
4727 -echo "${ECHO_T}no" >&6
4728 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4729 +$as_echo "no" >&6; }
4730  fi
4731  
4732 +
4733    test -n "$AWK" && break
4734  done
4735  
4736 -echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4737 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
4738 -set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
4739 -if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
4740 -  echo $ECHO_N "(cached) $ECHO_C" >&6
4741 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4742 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4743 +set x ${MAKE-make}
4744 +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4745 +if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4746 +  $as_echo_n "(cached) " >&6
4747  else
4748    cat >conftest.make <<\_ACEOF
4749 +SHELL = /bin/sh
4750  all:
4751 -       @echo 'ac_maketemp="$(MAKE)"'
4752 +       @echo '@@@%%%=$(MAKE)=@@@%%%'
4753  _ACEOF
4754 -# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4755 -eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
4756 -if test -n "$ac_maketemp"; then
4757 -  eval ac_cv_prog_make_${ac_make}_set=yes
4758 -else
4759 -  eval ac_cv_prog_make_${ac_make}_set=no
4760 -fi
4761 +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4762 +case `${MAKE-make} -f conftest.make 2>/dev/null` in
4763 +  *@@@%%%=?*=@@@%%%*)
4764 +    eval ac_cv_prog_make_${ac_make}_set=yes;;
4765 +  *)
4766 +    eval ac_cv_prog_make_${ac_make}_set=no;;
4767 +esac
4768  rm -f conftest.make
4769  fi
4770 -if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
4771 -  echo "$as_me:$LINENO: result: yes" >&5
4772 -echo "${ECHO_T}yes" >&6
4773 +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4774 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4775 +$as_echo "yes" >&6; }
4776    SET_MAKE=
4777  else
4778 -  echo "$as_me:$LINENO: result: no" >&5
4779 -echo "${ECHO_T}no" >&6
4780 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4781 +$as_echo "no" >&6; }
4782    SET_MAKE="MAKE=${MAKE-make}"
4783  fi
4784  
4785 @@ -1633,12 +2375,14 @@ else
4786  fi
4787  rmdir .tst 2>/dev/null
4788  
4789 -# test to see if srcdir already configured
4790 -if test "`cd $srcdir && pwd`" != "`pwd`" &&
4791 -   test -f $srcdir/config.status; then
4792 -  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
4793 -echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
4794 -   { (exit 1); exit 1; }; }
4795 +if test "`cd $srcdir && pwd`" != "`pwd`"; then
4796 +  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4797 +  # is not polluted with repeated "-I."
4798 +  am__isrc=' -I$(srcdir)'
4799 +  # test to see if srcdir already configured
4800 +  if test -f $srcdir/config.status; then
4801 +    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4802 +  fi
4803  fi
4804  
4805  # test whether we have cygpath
4806 @@ -1681,96 +2425,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_ru
4807  
4808  MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4809  
4810 -install_sh=${install_sh-"$am_aux_dir/install-sh"}
4811 -
4812 -# Installed binaries are usually stripped using `strip' when the user
4813 -# run `make install-strip'.  However `strip' might not be the right
4814 -# tool to use in cross-compilation environments, therefore Automake
4815 -# will honor the `STRIP' environment variable to overrule this program.
4816 -if test "$cross_compiling" != no; then
4817 -  if test -n "$ac_tool_prefix"; then
4818 -  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4819 -set dummy ${ac_tool_prefix}strip; ac_word=$2
4820 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4821 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4822 -if test "${ac_cv_prog_STRIP+set}" = set; then
4823 -  echo $ECHO_N "(cached) $ECHO_C" >&6
4824 -else
4825 -  if test -n "$STRIP"; then
4826 -  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4827 -else
4828 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4829 -for as_dir in $PATH
4830 -do
4831 -  IFS=$as_save_IFS
4832 -  test -z "$as_dir" && as_dir=.
4833 -  for ac_exec_ext in '' $ac_executable_extensions; do
4834 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4835 -    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4836 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4837 -    break 2
4838 -  fi
4839 -done
4840 -done
4841 -
4842 -fi
4843 -fi
4844 -STRIP=$ac_cv_prog_STRIP
4845 -if test -n "$STRIP"; then
4846 -  echo "$as_me:$LINENO: result: $STRIP" >&5
4847 -echo "${ECHO_T}$STRIP" >&6
4848 -else
4849 -  echo "$as_me:$LINENO: result: no" >&5
4850 -echo "${ECHO_T}no" >&6
4851 -fi
4852 -
4853 -fi
4854 -if test -z "$ac_cv_prog_STRIP"; then
4855 -  ac_ct_STRIP=$STRIP
4856 -  # Extract the first word of "strip", so it can be a program name with args.
4857 -set dummy strip; ac_word=$2
4858 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4859 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4860 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4861 -  echo $ECHO_N "(cached) $ECHO_C" >&6
4862 -else
4863 -  if test -n "$ac_ct_STRIP"; then
4864 -  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4865 -else
4866 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867 -for as_dir in $PATH
4868 -do
4869 -  IFS=$as_save_IFS
4870 -  test -z "$as_dir" && as_dir=.
4871 -  for ac_exec_ext in '' $ac_executable_extensions; do
4872 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4873 -    ac_cv_prog_ac_ct_STRIP="strip"
4874 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4875 -    break 2
4876 -  fi
4877 -done
4878 -done
4879 -
4880 -  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
4881 -fi
4882 -fi
4883 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4884 -if test -n "$ac_ct_STRIP"; then
4885 -  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4886 -echo "${ECHO_T}$ac_ct_STRIP" >&6
4887 -else
4888 -  echo "$as_me:$LINENO: result: no" >&5
4889 -echo "${ECHO_T}no" >&6
4890 -fi
4891 -
4892 -  STRIP=$ac_ct_STRIP
4893 -else
4894 -  STRIP="$ac_cv_prog_STRIP"
4895 -fi
4896 -
4897 -fi
4898 -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
4899 -
4900  # We need awk for the "check" target.  The system "awk" is bad on
4901  # some platforms.
4902  # Always define AMTAR for backward compatibility.
4903 @@ -1804,7 +2458,7 @@ for c_arg in $ac_configure_args; do
4904  done
4905  
4906  
4907 -          ac_config_headers="$ac_config_headers drv_config.h"
4908 +ac_config_headers="$ac_config_headers drv_config.h"
4909  
4910  
4911  if [ "$CFLAGS" == "" ] ; then
4912 @@ -1819,10 +2473,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
4913  if test -n "$ac_tool_prefix"; then
4914    # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4915  set dummy ${ac_tool_prefix}gcc; ac_word=$2
4916 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4917 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4918 -if test "${ac_cv_prog_CC+set}" = set; then
4919 -  echo $ECHO_N "(cached) $ECHO_C" >&6
4920 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4921 +$as_echo_n "checking for $ac_word... " >&6; }
4922 +if ${ac_cv_prog_CC+:} false; then :
4923 +  $as_echo_n "(cached) " >&6
4924  else
4925    if test -n "$CC"; then
4926    ac_cv_prog_CC="$CC" # Let the user override the test.
4927 @@ -1832,35 +2486,37 @@ for as_dir in $PATH
4928  do
4929    IFS=$as_save_IFS
4930    test -z "$as_dir" && as_dir=.
4931 -  for ac_exec_ext in '' $ac_executable_extensions; do
4932 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4933 +    for ac_exec_ext in '' $ac_executable_extensions; do
4934 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4935      ac_cv_prog_CC="${ac_tool_prefix}gcc"
4936 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4937 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938      break 2
4939    fi
4940  done
4941 -done
4942 +  done
4943 +IFS=$as_save_IFS
4944  
4945  fi
4946  fi
4947  CC=$ac_cv_prog_CC
4948  if test -n "$CC"; then
4949 -  echo "$as_me:$LINENO: result: $CC" >&5
4950 -echo "${ECHO_T}$CC" >&6
4951 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4952 +$as_echo "$CC" >&6; }
4953  else
4954 -  echo "$as_me:$LINENO: result: no" >&5
4955 -echo "${ECHO_T}no" >&6
4956 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4957 +$as_echo "no" >&6; }
4958  fi
4959  
4960 +
4961  fi
4962  if test -z "$ac_cv_prog_CC"; then
4963    ac_ct_CC=$CC
4964    # Extract the first word of "gcc", so it can be a program name with args.
4965  set dummy gcc; ac_word=$2
4966 -echo "$as_me:$LINENO: checking for $ac_word" >&5
4967 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4968 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4969 -  echo $ECHO_N "(cached) $ECHO_C" >&6
4970 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4971 +$as_echo_n "checking for $ac_word... " >&6; }
4972 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
4973 +  $as_echo_n "(cached) " >&6
4974  else
4975    if test -n "$ac_ct_CC"; then
4976    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4977 @@ -1870,39 +2526,50 @@ for as_dir in $PATH
4978  do
4979    IFS=$as_save_IFS
4980    test -z "$as_dir" && as_dir=.
4981 -  for ac_exec_ext in '' $ac_executable_extensions; do
4982 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4983 +    for ac_exec_ext in '' $ac_executable_extensions; do
4984 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4985      ac_cv_prog_ac_ct_CC="gcc"
4986 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4987 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4988      break 2
4989    fi
4990  done
4991 -done
4992 +  done
4993 +IFS=$as_save_IFS
4994  
4995  fi
4996  fi
4997  ac_ct_CC=$ac_cv_prog_ac_ct_CC
4998  if test -n "$ac_ct_CC"; then
4999 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5000 -echo "${ECHO_T}$ac_ct_CC" >&6
5001 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5002 +$as_echo "$ac_ct_CC" >&6; }
5003  else
5004 -  echo "$as_me:$LINENO: result: no" >&5
5005 -echo "${ECHO_T}no" >&6
5006 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5007 +$as_echo "no" >&6; }
5008  fi
5009  
5010 -  CC=$ac_ct_CC
5011 +  if test "x$ac_ct_CC" = x; then
5012 +    CC=""
5013 +  else
5014 +    case $cross_compiling:$ac_tool_warned in
5015 +yes:)
5016 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5017 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5018 +ac_tool_warned=yes ;;
5019 +esac
5020 +    CC=$ac_ct_CC
5021 +  fi
5022  else
5023    CC="$ac_cv_prog_CC"
5024  fi
5025  
5026  if test -z "$CC"; then
5027 -  if test -n "$ac_tool_prefix"; then
5028 -  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5029 +          if test -n "$ac_tool_prefix"; then
5030 +    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
5031  set dummy ${ac_tool_prefix}cc; ac_word=$2
5032 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5033 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5034 -if test "${ac_cv_prog_CC+set}" = set; then
5035 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5036 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5037 +$as_echo_n "checking for $ac_word... " >&6; }
5038 +if ${ac_cv_prog_CC+:} false; then :
5039 +  $as_echo_n "(cached) " >&6
5040  else
5041    if test -n "$CC"; then
5042    ac_cv_prog_CC="$CC" # Let the user override the test.
5043 @@ -1912,77 +2579,37 @@ for as_dir in $PATH
5044  do
5045    IFS=$as_save_IFS
5046    test -z "$as_dir" && as_dir=.
5047 -  for ac_exec_ext in '' $ac_executable_extensions; do
5048 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5049 +    for ac_exec_ext in '' $ac_executable_extensions; do
5050 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5051      ac_cv_prog_CC="${ac_tool_prefix}cc"
5052 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5054      break 2
5055    fi
5056  done
5057 -done
5058 +  done
5059 +IFS=$as_save_IFS
5060  
5061  fi
5062  fi
5063  CC=$ac_cv_prog_CC
5064  if test -n "$CC"; then
5065 -  echo "$as_me:$LINENO: result: $CC" >&5
5066 -echo "${ECHO_T}$CC" >&6
5067 -else
5068 -  echo "$as_me:$LINENO: result: no" >&5
5069 -echo "${ECHO_T}no" >&6
5070 -fi
5071 -
5072 -fi
5073 -if test -z "$ac_cv_prog_CC"; then
5074 -  ac_ct_CC=$CC
5075 -  # Extract the first word of "cc", so it can be a program name with args.
5076 -set dummy cc; ac_word=$2
5077 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5078 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5079 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5080 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5081 -else
5082 -  if test -n "$ac_ct_CC"; then
5083 -  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5084 -else
5085 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5086 -for as_dir in $PATH
5087 -do
5088 -  IFS=$as_save_IFS
5089 -  test -z "$as_dir" && as_dir=.
5090 -  for ac_exec_ext in '' $ac_executable_extensions; do
5091 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5092 -    ac_cv_prog_ac_ct_CC="cc"
5093 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5094 -    break 2
5095 -  fi
5096 -done
5097 -done
5098 -
5099 -fi
5100 -fi
5101 -ac_ct_CC=$ac_cv_prog_ac_ct_CC
5102 -if test -n "$ac_ct_CC"; then
5103 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5104 -echo "${ECHO_T}$ac_ct_CC" >&6
5105 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5106 +$as_echo "$CC" >&6; }
5107  else
5108 -  echo "$as_me:$LINENO: result: no" >&5
5109 -echo "${ECHO_T}no" >&6
5110 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111 +$as_echo "no" >&6; }
5112  fi
5113  
5114 -  CC=$ac_ct_CC
5115 -else
5116 -  CC="$ac_cv_prog_CC"
5117 -fi
5118  
5119 +  fi
5120  fi
5121  if test -z "$CC"; then
5122    # Extract the first word of "cc", so it can be a program name with args.
5123  set dummy cc; ac_word=$2
5124 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5125 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5126 -if test "${ac_cv_prog_CC+set}" = set; then
5127 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5128 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5129 +$as_echo_n "checking for $ac_word... " >&6; }
5130 +if ${ac_cv_prog_CC+:} false; then :
5131 +  $as_echo_n "(cached) " >&6
5132  else
5133    if test -n "$CC"; then
5134    ac_cv_prog_CC="$CC" # Let the user override the test.
5135 @@ -1993,18 +2620,19 @@ for as_dir in $PATH
5136  do
5137    IFS=$as_save_IFS
5138    test -z "$as_dir" && as_dir=.
5139 -  for ac_exec_ext in '' $ac_executable_extensions; do
5140 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5141 +    for ac_exec_ext in '' $ac_executable_extensions; do
5142 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5143      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
5144         ac_prog_rejected=yes
5145         continue
5146       fi
5147      ac_cv_prog_CC="cc"
5148 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5149 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5150      break 2
5151    fi
5152  done
5153 -done
5154 +  done
5155 +IFS=$as_save_IFS
5156  
5157  if test $ac_prog_rejected = yes; then
5158    # We found a bogon in the path, so make sure we never use it.
5159 @@ -2022,24 +2650,25 @@ fi
5160  fi
5161  CC=$ac_cv_prog_CC
5162  if test -n "$CC"; then
5163 -  echo "$as_me:$LINENO: result: $CC" >&5
5164 -echo "${ECHO_T}$CC" >&6
5165 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5166 +$as_echo "$CC" >&6; }
5167  else
5168 -  echo "$as_me:$LINENO: result: no" >&5
5169 -echo "${ECHO_T}no" >&6
5170 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5171 +$as_echo "no" >&6; }
5172  fi
5173  
5174 +
5175  fi
5176  if test -z "$CC"; then
5177    if test -n "$ac_tool_prefix"; then
5178 -  for ac_prog in cl
5179 +  for ac_prog in cl.exe
5180    do
5181      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5182  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5183 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5184 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5185 -if test "${ac_cv_prog_CC+set}" = set; then
5186 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5187 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5188 +$as_echo_n "checking for $ac_word... " >&6; }
5189 +if ${ac_cv_prog_CC+:} false; then :
5190 +  $as_echo_n "(cached) " >&6
5191  else
5192    if test -n "$CC"; then
5193    ac_cv_prog_CC="$CC" # Let the user override the test.
5194 @@ -2049,39 +2678,41 @@ for as_dir in $PATH
5195  do
5196    IFS=$as_save_IFS
5197    test -z "$as_dir" && as_dir=.
5198 -  for ac_exec_ext in '' $ac_executable_extensions; do
5199 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5200 +    for ac_exec_ext in '' $ac_executable_extensions; do
5201 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5202      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5203 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5204 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5205      break 2
5206    fi
5207  done
5208 -done
5209 +  done
5210 +IFS=$as_save_IFS
5211  
5212  fi
5213  fi
5214  CC=$ac_cv_prog_CC
5215  if test -n "$CC"; then
5216 -  echo "$as_me:$LINENO: result: $CC" >&5
5217 -echo "${ECHO_T}$CC" >&6
5218 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
5219 +$as_echo "$CC" >&6; }
5220  else
5221 -  echo "$as_me:$LINENO: result: no" >&5
5222 -echo "${ECHO_T}no" >&6
5223 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5224 +$as_echo "no" >&6; }
5225  fi
5226  
5227 +
5228      test -n "$CC" && break
5229    done
5230  fi
5231  if test -z "$CC"; then
5232    ac_ct_CC=$CC
5233 -  for ac_prog in cl
5234 +  for ac_prog in cl.exe
5235  do
5236    # Extract the first word of "$ac_prog", so it can be a program name with args.
5237  set dummy $ac_prog; ac_word=$2
5238 -echo "$as_me:$LINENO: checking for $ac_word" >&5
5239 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5240 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
5241 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5242 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5243 +$as_echo_n "checking for $ac_word... " >&6; }
5244 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
5245 +  $as_echo_n "(cached) " >&6
5246  else
5247    if test -n "$ac_ct_CC"; then
5248    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
5249 @@ -2091,66 +2722,78 @@ for as_dir in $PATH
5250  do
5251    IFS=$as_save_IFS
5252    test -z "$as_dir" && as_dir=.
5253 -  for ac_exec_ext in '' $ac_executable_extensions; do
5254 -  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5255 +    for ac_exec_ext in '' $ac_executable_extensions; do
5256 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5257      ac_cv_prog_ac_ct_CC="$ac_prog"
5258 -    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5259 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5260      break 2
5261    fi
5262  done
5263 -done
5264 +  done
5265 +IFS=$as_save_IFS
5266  
5267  fi
5268  fi
5269  ac_ct_CC=$ac_cv_prog_ac_ct_CC
5270  if test -n "$ac_ct_CC"; then
5271 -  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
5272 -echo "${ECHO_T}$ac_ct_CC" >&6
5273 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
5274 +$as_echo "$ac_ct_CC" >&6; }
5275  else
5276 -  echo "$as_me:$LINENO: result: no" >&5
5277 -echo "${ECHO_T}no" >&6
5278 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5279 +$as_echo "no" >&6; }
5280  fi
5281  
5282 +
5283    test -n "$ac_ct_CC" && break
5284  done
5285  
5286 -  CC=$ac_ct_CC
5287 -fi
5288 -
5289 +  if test "x$ac_ct_CC" = x; then
5290 +    CC=""
5291 +  else
5292 +    case $cross_compiling:$ac_tool_warned in
5293 +yes:)
5294 +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5295 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5296 +ac_tool_warned=yes ;;
5297 +esac
5298 +    CC=$ac_ct_CC
5299 +  fi
5300 +fi
5301 +
5302  fi
5303  
5304  
5305 -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
5306 -See \`config.log' for more details." >&5
5307 -echo "$as_me: error: no acceptable C compiler found in \$PATH
5308 -See \`config.log' for more details." >&2;}
5309 -   { (exit 1); exit 1; }; }
5310 +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5311 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5312 +as_fn_error $? "no acceptable C compiler found in \$PATH
5313 +See \`config.log' for more details" "$LINENO" 5; }
5314  
5315  # Provide some information about the compiler.
5316 -echo "$as_me:$LINENO:" \
5317 -     "checking for C compiler version" >&5
5318 -ac_compiler=`set X $ac_compile; echo $2`
5319 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
5320 -  (eval $ac_compiler --version </dev/null >&5) 2>&5
5321 -  ac_status=$?
5322 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5323 -  (exit $ac_status); }
5324 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
5325 -  (eval $ac_compiler -v </dev/null >&5) 2>&5
5326 -  ac_status=$?
5327 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 -  (exit $ac_status); }
5329 -{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
5330 -  (eval $ac_compiler -V </dev/null >&5) 2>&5
5331 +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
5332 +set X $ac_compile
5333 +ac_compiler=$2
5334 +for ac_option in --version -v -V -qversion; do
5335 +  { { ac_try="$ac_compiler $ac_option >&5"
5336 +case "(($ac_try" in
5337 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5338 +  *) ac_try_echo=$ac_try;;
5339 +esac
5340 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5341 +$as_echo "$ac_try_echo"; } >&5
5342 +  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5343    ac_status=$?
5344 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5345 -  (exit $ac_status); }
5346 +  if test -s conftest.err; then
5347 +    sed '10a\
5348 +... rest of stderr output deleted ...
5349 +         10q' conftest.err >conftest.er1
5350 +    cat conftest.er1 >&5
5351 +  fi
5352 +  rm -f conftest.er1 conftest.err
5353 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5354 +  test $ac_status = 0; }
5355 +done
5356  
5357 -cat >conftest.$ac_ext <<_ACEOF
5358 -/* confdefs.h.  */
5359 -_ACEOF
5360 -cat confdefs.h >>conftest.$ac_ext
5361 -cat >>conftest.$ac_ext <<_ACEOF
5362 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363  /* end confdefs.h.  */
5364  
5365  int
5366 @@ -2162,112 +2805,108 @@ main ()
5367  }
5368  _ACEOF
5369  ac_clean_files_save=$ac_clean_files
5370 -ac_clean_files="$ac_clean_files a.out a.exe b.out"
5371 +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5372  # Try to create an executable without -o first, disregard a.out.
5373  # It will help us diagnose broken compilers, and finding out an intuition
5374  # of exeext.
5375 -echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
5376 -echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
5377 -ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5378 -if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
5379 -  (eval $ac_link_default) 2>&5
5380 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
5381 +$as_echo_n "checking whether the C compiler works... " >&6; }
5382 +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
5383 +
5384 +# The possible output files:
5385 +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
5386 +
5387 +ac_rmfiles=
5388 +for ac_file in $ac_files
5389 +do
5390 +  case $ac_file in
5391 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5392 +    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
5393 +  esac
5394 +done
5395 +rm -f $ac_rmfiles
5396 +
5397 +if { { ac_try="$ac_link_default"
5398 +case "(($ac_try" in
5399 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5400 +  *) ac_try_echo=$ac_try;;
5401 +esac
5402 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5403 +$as_echo "$ac_try_echo"; } >&5
5404 +  (eval "$ac_link_default") 2>&5
5405    ac_status=$?
5406 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407 -  (exit $ac_status); }; then
5408 -  # Find the output, starting from the most likely.  This scheme is
5409 -# not robust to junk in `.', hence go to wildcards (a.*) only as a last
5410 -# resort.
5411 -
5412 -# Be careful to initialize this variable, since it used to be cached.
5413 -# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
5414 -ac_cv_exeext=
5415 -# b.out is created by i960 compilers.
5416 -for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
5417 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5418 +  test $ac_status = 0; }; then :
5419 +  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
5420 +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
5421 +# in a Makefile.  We should not override ac_cv_exeext if it was cached,
5422 +# so that the user can short-circuit this test for compilers unknown to
5423 +# Autoconf.
5424 +for ac_file in $ac_files ''
5425  do
5426    test -f "$ac_file" || continue
5427    case $ac_file in
5428 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
5429 -       ;;
5430 -    conftest.$ac_ext )
5431 -       # This is the source file.
5432 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5433         ;;
5434      [ab].out )
5435         # We found the default executable, but exeext='' is most
5436         # certainly right.
5437         break;;
5438      *.* )
5439 -       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5440 -       # FIXME: I believe we export ac_cv_exeext for Libtool,
5441 -       # but it would be cool to find out if it's true.  Does anybody
5442 -       # maintain Libtool? --akim.
5443 -       export ac_cv_exeext
5444 +       if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
5445 +       then :; else
5446 +          ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5447 +       fi
5448 +       # We set ac_cv_exeext here because the later test for it is not
5449 +       # safe: cross compilers may not add the suffix if given an `-o'
5450 +       # argument, so we may need to know it at that point already.
5451 +       # Even if this section looks crufty: it has the advantage of
5452 +       # actually working.
5453         break;;
5454      * )
5455         break;;
5456    esac
5457  done
5458 -else
5459 -  echo "$as_me: failed program was:" >&5
5460 -sed 's/^/| /' conftest.$ac_ext >&5
5461 +test "$ac_cv_exeext" = no && ac_cv_exeext=
5462  
5463 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
5464 -See \`config.log' for more details." >&5
5465 -echo "$as_me: error: C compiler cannot create executables
5466 -See \`config.log' for more details." >&2;}
5467 -   { (exit 77); exit 77; }; }
5468 +else
5469 +  ac_file=''
5470  fi
5471 +if test -z "$ac_file"; then :
5472 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5473 +$as_echo "no" >&6; }
5474 +$as_echo "$as_me: failed program was:" >&5
5475 +sed 's/^/| /' conftest.$ac_ext >&5
5476  
5477 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5478 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5479 +as_fn_error 77 "C compiler cannot create executables
5480 +See \`config.log' for more details" "$LINENO" 5; }
5481 +else
5482 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5483 +$as_echo "yes" >&6; }
5484 +fi
5485 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
5486 +$as_echo_n "checking for C compiler default output file name... " >&6; }
5487 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
5488 +$as_echo "$ac_file" >&6; }
5489  ac_exeext=$ac_cv_exeext
5490 -echo "$as_me:$LINENO: result: $ac_file" >&5
5491 -echo "${ECHO_T}$ac_file" >&6
5492 -
5493 -# Check the compiler produces executables we can run.  If not, either
5494 -# the compiler is broken, or we cross compile.
5495 -echo "$as_me:$LINENO: checking whether the C compiler works" >&5
5496 -echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
5497 -# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
5498 -# If not cross compiling, check that we can run a simple program.
5499 -if test "$cross_compiling" != yes; then
5500 -  if { ac_try='./$ac_file'
5501 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5502 -  (eval $ac_try) 2>&5
5503 -  ac_status=$?
5504 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5505 -  (exit $ac_status); }; }; then
5506 -    cross_compiling=no
5507 -  else
5508 -    if test "$cross_compiling" = maybe; then
5509 -       cross_compiling=yes
5510 -    else
5511 -       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
5512 -If you meant to cross compile, use \`--host'.
5513 -See \`config.log' for more details." >&5
5514 -echo "$as_me: error: cannot run C compiled programs.
5515 -If you meant to cross compile, use \`--host'.
5516 -See \`config.log' for more details." >&2;}
5517 -   { (exit 1); exit 1; }; }
5518 -    fi
5519 -  fi
5520 -fi
5521 -echo "$as_me:$LINENO: result: yes" >&5
5522 -echo "${ECHO_T}yes" >&6
5523  
5524 -rm -f a.out a.exe conftest$ac_cv_exeext b.out
5525 +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5526  ac_clean_files=$ac_clean_files_save
5527 -# Check the compiler produces executables we can run.  If not, either
5528 -# the compiler is broken, or we cross compile.
5529 -echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
5530 -echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
5531 -echo "$as_me:$LINENO: result: $cross_compiling" >&5
5532 -echo "${ECHO_T}$cross_compiling" >&6
5533 -
5534 -echo "$as_me:$LINENO: checking for suffix of executables" >&5
5535 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
5536 -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5537 -  (eval $ac_link) 2>&5
5538 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
5539 +$as_echo_n "checking for suffix of executables... " >&6; }
5540 +if { { ac_try="$ac_link"
5541 +case "(($ac_try" in
5542 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5543 +  *) ac_try_echo=$ac_try;;
5544 +esac
5545 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5546 +$as_echo "$ac_try_echo"; } >&5
5547 +  (eval "$ac_link") 2>&5
5548    ac_status=$?
5549 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550 -  (exit $ac_status); }; then
5551 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5552 +  test $ac_status = 0; }; then :
5553    # If both `conftest.exe' and `conftest' are `present' (well, observable)
5554  # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
5555  # work properly (i.e., refer to `conftest.exe'), while it won't with
5556 @@ -2275,38 +2914,90 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
5557  for ac_file in conftest.exe conftest conftest.*; do
5558    test -f "$ac_file" || continue
5559    case $ac_file in
5560 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
5561 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5562      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5563 -         export ac_cv_exeext
5564           break;;
5565      * ) break;;
5566    esac
5567  done
5568  else
5569 -  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
5570 -See \`config.log' for more details." >&5
5571 -echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
5572 -See \`config.log' for more details." >&2;}
5573 -   { (exit 1); exit 1; }; }
5574 -fi
5575 -
5576 -rm -f conftest$ac_cv_exeext
5577 -echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
5578 -echo "${ECHO_T}$ac_cv_exeext" >&6
5579 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5580 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5581 +as_fn_error $? "cannot compute suffix of executables: cannot compile and link
5582 +See \`config.log' for more details" "$LINENO" 5; }
5583 +fi
5584 +rm -f conftest conftest$ac_cv_exeext
5585 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
5586 +$as_echo "$ac_cv_exeext" >&6; }
5587  
5588  rm -f conftest.$ac_ext
5589  EXEEXT=$ac_cv_exeext
5590  ac_exeext=$EXEEXT
5591 -echo "$as_me:$LINENO: checking for suffix of object files" >&5
5592 -echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
5593 -if test "${ac_cv_objext+set}" = set; then
5594 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5595 -else
5596 -  cat >conftest.$ac_ext <<_ACEOF
5597 -/* confdefs.h.  */
5598 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5599 +/* end confdefs.h.  */
5600 +#include <stdio.h>
5601 +int
5602 +main ()
5603 +{
5604 +FILE *f = fopen ("conftest.out", "w");
5605 + return ferror (f) || fclose (f) != 0;
5606 +
5607 +  ;
5608 +  return 0;
5609 +}
5610  _ACEOF
5611 -cat confdefs.h >>conftest.$ac_ext
5612 -cat >>conftest.$ac_ext <<_ACEOF
5613 +ac_clean_files="$ac_clean_files conftest.out"
5614 +# Check that the compiler produces executables we can run.  If not, either
5615 +# the compiler is broken, or we cross compile.
5616 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
5617 +$as_echo_n "checking whether we are cross compiling... " >&6; }
5618 +if test "$cross_compiling" != yes; then
5619 +  { { ac_try="$ac_link"
5620 +case "(($ac_try" in
5621 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5622 +  *) ac_try_echo=$ac_try;;
5623 +esac
5624 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5625 +$as_echo "$ac_try_echo"; } >&5
5626 +  (eval "$ac_link") 2>&5
5627 +  ac_status=$?
5628 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5629 +  test $ac_status = 0; }
5630 +  if { ac_try='./conftest$ac_cv_exeext'
5631 +  { { case "(($ac_try" in
5632 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5633 +  *) ac_try_echo=$ac_try;;
5634 +esac
5635 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5636 +$as_echo "$ac_try_echo"; } >&5
5637 +  (eval "$ac_try") 2>&5
5638 +  ac_status=$?
5639 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5640 +  test $ac_status = 0; }; }; then
5641 +    cross_compiling=no
5642 +  else
5643 +    if test "$cross_compiling" = maybe; then
5644 +       cross_compiling=yes
5645 +    else
5646 +       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5647 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5648 +as_fn_error $? "cannot run C compiled programs.
5649 +If you meant to cross compile, use \`--host'.
5650 +See \`config.log' for more details" "$LINENO" 5; }
5651 +    fi
5652 +  fi
5653 +fi
5654 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
5655 +$as_echo "$cross_compiling" >&6; }
5656 +
5657 +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
5658 +ac_clean_files=$ac_clean_files_save
5659 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
5660 +$as_echo_n "checking for suffix of object files... " >&6; }
5661 +if ${ac_cv_objext+:} false; then :
5662 +  $as_echo_n "(cached) " >&6
5663 +else
5664 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5665  /* end confdefs.h.  */
5666  
5667  int
5668 @@ -2318,45 +3009,46 @@ main ()
5669  }
5670  _ACEOF
5671  rm -f conftest.o conftest.obj
5672 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5673 -  (eval $ac_compile) 2>&5
5674 +if { { ac_try="$ac_compile"
5675 +case "(($ac_try" in
5676 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5677 +  *) ac_try_echo=$ac_try;;
5678 +esac
5679 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
5680 +$as_echo "$ac_try_echo"; } >&5
5681 +  (eval "$ac_compile") 2>&5
5682    ac_status=$?
5683 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5684 -  (exit $ac_status); }; then
5685 -  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
5686 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5687 +  test $ac_status = 0; }; then :
5688 +  for ac_file in conftest.o conftest.obj conftest.*; do
5689 +  test -f "$ac_file" || continue;
5690    case $ac_file in
5691 -    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
5692 +    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5693      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
5694         break;;
5695    esac
5696  done
5697  else
5698 -  echo "$as_me: failed program was:" >&5
5699 +  $as_echo "$as_me: failed program was:" >&5
5700  sed 's/^/| /' conftest.$ac_ext >&5
5701  
5702 -{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
5703 -See \`config.log' for more details." >&5
5704 -echo "$as_me: error: cannot compute suffix of object files: cannot compile
5705 -See \`config.log' for more details." >&2;}
5706 -   { (exit 1); exit 1; }; }
5707 +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5708 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5709 +as_fn_error $? "cannot compute suffix of object files: cannot compile
5710 +See \`config.log' for more details" "$LINENO" 5; }
5711  fi
5712 -
5713  rm -f conftest.$ac_cv_objext conftest.$ac_ext
5714  fi
5715 -echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
5716 -echo "${ECHO_T}$ac_cv_objext" >&6
5717 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
5718 +$as_echo "$ac_cv_objext" >&6; }
5719  OBJEXT=$ac_cv_objext
5720  ac_objext=$OBJEXT
5721 -echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
5722 -echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
5723 -if test "${ac_cv_c_compiler_gnu+set}" = set; then
5724 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5725 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
5726 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
5727 +if ${ac_cv_c_compiler_gnu+:} false; then :
5728 +  $as_echo_n "(cached) " >&6
5729  else
5730 -  cat >conftest.$ac_ext <<_ACEOF
5731 -/* confdefs.h.  */
5732 -_ACEOF
5733 -cat confdefs.h >>conftest.$ac_ext
5734 -cat >>conftest.$ac_ext <<_ACEOF
5735 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5736  /* end confdefs.h.  */
5737  
5738  int
5739 @@ -2370,55 +3062,34 @@ main ()
5740    return 0;
5741  }
5742  _ACEOF
5743 -rm -f conftest.$ac_objext
5744 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5745 -  (eval $ac_compile) 2>conftest.er1
5746 -  ac_status=$?
5747 -  grep -v '^ *+' conftest.er1 >conftest.err
5748 -  rm -f conftest.er1
5749 -  cat conftest.err >&5
5750 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5751 -  (exit $ac_status); } &&
5752 -        { ac_try='test -z "$ac_c_werror_flag"
5753 -                        || test ! -s conftest.err'
5754 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5755 -  (eval $ac_try) 2>&5
5756 -  ac_status=$?
5757 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5758 -  (exit $ac_status); }; } &&
5759 -        { ac_try='test -s conftest.$ac_objext'
5760 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5761 -  (eval $ac_try) 2>&5
5762 -  ac_status=$?
5763 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5764 -  (exit $ac_status); }; }; then
5765 +if ac_fn_c_try_compile "$LINENO"; then :
5766    ac_compiler_gnu=yes
5767  else
5768 -  echo "$as_me: failed program was:" >&5
5769 -sed 's/^/| /' conftest.$ac_ext >&5
5770 -
5771 -ac_compiler_gnu=no
5772 +  ac_compiler_gnu=no
5773  fi
5774 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5775 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5776  ac_cv_c_compiler_gnu=$ac_compiler_gnu
5777  
5778  fi
5779 -echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
5780 -echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
5781 -GCC=`test $ac_compiler_gnu = yes && echo yes`
5782 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
5783 +$as_echo "$ac_cv_c_compiler_gnu" >&6; }
5784 +if test $ac_compiler_gnu = yes; then
5785 +  GCC=yes
5786 +else
5787 +  GCC=
5788 +fi
5789  ac_test_CFLAGS=${CFLAGS+set}
5790  ac_save_CFLAGS=$CFLAGS
5791 -CFLAGS="-g"
5792 -echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
5793 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
5794 -if test "${ac_cv_prog_cc_g+set}" = set; then
5795 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5796 -else
5797 -  cat >conftest.$ac_ext <<_ACEOF
5798 -/* confdefs.h.  */
5799 -_ACEOF
5800 -cat confdefs.h >>conftest.$ac_ext
5801 -cat >>conftest.$ac_ext <<_ACEOF
5802 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5803 +$as_echo_n "checking whether $CC accepts -g... " >&6; }
5804 +if ${ac_cv_prog_cc_g+:} false; then :
5805 +  $as_echo_n "(cached) " >&6
5806 +else
5807 +  ac_save_c_werror_flag=$ac_c_werror_flag
5808 +   ac_c_werror_flag=yes
5809 +   ac_cv_prog_cc_g=no
5810 +   CFLAGS="-g"
5811 +   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5812  /* end confdefs.h.  */
5813  
5814  int
5815 @@ -2429,39 +3100,49 @@ main ()
5816    return 0;
5817  }
5818  _ACEOF
5819 -rm -f conftest.$ac_objext
5820 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5821 -  (eval $ac_compile) 2>conftest.er1
5822 -  ac_status=$?
5823 -  grep -v '^ *+' conftest.er1 >conftest.err
5824 -  rm -f conftest.er1
5825 -  cat conftest.err >&5
5826 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5827 -  (exit $ac_status); } &&
5828 -        { ac_try='test -z "$ac_c_werror_flag"
5829 -                        || test ! -s conftest.err'
5830 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5831 -  (eval $ac_try) 2>&5
5832 -  ac_status=$?
5833 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5834 -  (exit $ac_status); }; } &&
5835 -        { ac_try='test -s conftest.$ac_objext'
5836 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5837 -  (eval $ac_try) 2>&5
5838 -  ac_status=$?
5839 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5840 -  (exit $ac_status); }; }; then
5841 +if ac_fn_c_try_compile "$LINENO"; then :
5842    ac_cv_prog_cc_g=yes
5843  else
5844 -  echo "$as_me: failed program was:" >&5
5845 -sed 's/^/| /' conftest.$ac_ext >&5
5846 +  CFLAGS=""
5847 +      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5848 +/* end confdefs.h.  */
5849 +
5850 +int
5851 +main ()
5852 +{
5853 +
5854 +  ;
5855 +  return 0;
5856 +}
5857 +_ACEOF
5858 +if ac_fn_c_try_compile "$LINENO"; then :
5859  
5860 -ac_cv_prog_cc_g=no
5861 +else
5862 +  ac_c_werror_flag=$ac_save_c_werror_flag
5863 +        CFLAGS="-g"
5864 +        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5865 +/* end confdefs.h.  */
5866 +
5867 +int
5868 +main ()
5869 +{
5870 +
5871 +  ;
5872 +  return 0;
5873 +}
5874 +_ACEOF
5875 +if ac_fn_c_try_compile "$LINENO"; then :
5876 +  ac_cv_prog_cc_g=yes
5877  fi
5878 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5879 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5880  fi
5881 -echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
5882 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
5883 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5884 +fi
5885 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5886 +   ac_c_werror_flag=$ac_save_c_werror_flag
5887 +fi
5888 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5889 +$as_echo "$ac_cv_prog_cc_g" >&6; }
5890  if test "$ac_test_CFLAGS" = set; then
5891    CFLAGS=$ac_save_CFLAGS
5892  elif test $ac_cv_prog_cc_g = yes; then
5893 @@ -2477,18 +3158,14 @@ else
5894      CFLAGS=
5895    fi
5896  fi
5897 -echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
5898 -echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
5899 -if test "${ac_cv_prog_cc_stdc+set}" = set; then
5900 -  echo $ECHO_N "(cached) $ECHO_C" >&6
5901 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5902 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5903 +if ${ac_cv_prog_cc_c89+:} false; then :
5904 +  $as_echo_n "(cached) " >&6
5905  else
5906 -  ac_cv_prog_cc_stdc=no
5907 +  ac_cv_prog_cc_c89=no
5908  ac_save_CC=$CC
5909 -cat >conftest.$ac_ext <<_ACEOF
5910 -/* confdefs.h.  */
5911 -_ACEOF
5912 -cat confdefs.h >>conftest.$ac_ext
5913 -cat >>conftest.$ac_ext <<_ACEOF
5914 +cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5915  /* end confdefs.h.  */
5916  #include <stdarg.h>
5917  #include <stdio.h>
5918 @@ -2516,12 +3193,17 @@ static char *f (char * (*g) (char **, in
5919  /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
5920     function prototypes and stuff, but not '\xHH' hex character constants.
5921     These don't provoke an error unfortunately, instead are silently treated
5922 -   as 'x'.  The following induces an error, until -std1 is added to get
5923 +   as 'x'.  The following induces an error, until -std is added to get
5924     proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
5925     array size at least.  It's necessary to write '\x00'==0 to get something
5926 -   that's true only with -std1.  */
5927 +   that's true only with -std.  */
5928  int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5929  
5930 +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5931 +   inside strings and character constants.  */
5932 +#define FOO(x) 'x'
5933 +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5934 +
5935  int test (int i, double x);
5936  struct s1 {int (*f) (int a);};
5937  struct s2 {int (*f) (double a);};
5938 @@ -2536,205 +3218,37 @@ return f (e, argv, 0) != argv[0]  ||  f 
5939    return 0;
5940  }
5941  _ACEOF
5942 -# Don't try gcc -ansi; that turns off useful extensions and
5943 -# breaks some systems' header files.
5944 -# AIX                  -qlanglvl=ansi
5945 -# Ultrix and OSF/1     -std1
5946 -# HP-UX 10.20 and later        -Ae
5947 -# HP-UX older versions -Aa -D_HPUX_SOURCE
5948 -# SVR4                 -Xc -D__EXTENSIONS__
5949 -for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5950 +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5951 +       -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5952  do
5953    CC="$ac_save_CC $ac_arg"
5954 -  rm -f conftest.$ac_objext
5955 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5956 -  (eval $ac_compile) 2>conftest.er1
5957 -  ac_status=$?
5958 -  grep -v '^ *+' conftest.er1 >conftest.err
5959 -  rm -f conftest.er1
5960 -  cat conftest.err >&5
5961 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5962 -  (exit $ac_status); } &&
5963 -        { ac_try='test -z "$ac_c_werror_flag"
5964 -                        || test ! -s conftest.err'
5965 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5966 -  (eval $ac_try) 2>&5
5967 -  ac_status=$?
5968 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5969 -  (exit $ac_status); }; } &&
5970 -        { ac_try='test -s conftest.$ac_objext'
5971 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5972 -  (eval $ac_try) 2>&5
5973 -  ac_status=$?
5974 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5975 -  (exit $ac_status); }; }; then
5976 -  ac_cv_prog_cc_stdc=$ac_arg
5977 -break
5978 -else
5979 -  echo "$as_me: failed program was:" >&5
5980 -sed 's/^/| /' conftest.$ac_ext >&5
5981 -
5982 +  if ac_fn_c_try_compile "$LINENO"; then :
5983 +  ac_cv_prog_cc_c89=$ac_arg
5984  fi
5985 -rm -f conftest.err conftest.$ac_objext
5986 +rm -f core conftest.err conftest.$ac_objext
5987 +  test "x$ac_cv_prog_cc_c89" != "xno" && break
5988  done
5989 -rm -f conftest.$ac_ext conftest.$ac_objext
5990 +rm -f conftest.$ac_ext
5991  CC=$ac_save_CC
5992  
5993  fi
5994 -
5995 -case "x$ac_cv_prog_cc_stdc" in
5996 -  x|xno)
5997 -    echo "$as_me:$LINENO: result: none needed" >&5
5998 -echo "${ECHO_T}none needed" >&6 ;;
5999 +# AC_CACHE_VAL
6000 +case "x$ac_cv_prog_cc_c89" in
6001 +  x)
6002 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
6003 +$as_echo "none needed" >&6; } ;;
6004 +  xno)
6005 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
6006 +$as_echo "unsupported" >&6; } ;;
6007    *)
6008 -    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
6009 -echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
6010 -    CC="$CC $ac_cv_prog_cc_stdc" ;;
6011 +    CC="$CC $ac_cv_prog_cc_c89"
6012 +    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
6013 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
6014  esac
6015 +if test "x$ac_cv_prog_cc_c89" != xno; then :
6016  
6017 -# Some people use a C++ compiler to compile C.  Since we use `exit',
6018 -# in C++ we need to declare it.  In case someone uses the same compiler
6019 -# for both compiling C and C++ we need to have the C++ compiler decide
6020 -# the declaration of exit, since it's the most demanding environment.
6021 -cat >conftest.$ac_ext <<_ACEOF
6022 -#ifndef __cplusplus
6023 -  choke me
6024 -#endif
6025 -_ACEOF
6026 -rm -f conftest.$ac_objext
6027 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6028 -  (eval $ac_compile) 2>conftest.er1
6029 -  ac_status=$?
6030 -  grep -v '^ *+' conftest.er1 >conftest.err
6031 -  rm -f conftest.er1
6032 -  cat conftest.err >&5
6033 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6034 -  (exit $ac_status); } &&
6035 -        { ac_try='test -z "$ac_c_werror_flag"
6036 -                        || test ! -s conftest.err'
6037 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6038 -  (eval $ac_try) 2>&5
6039 -  ac_status=$?
6040 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6041 -  (exit $ac_status); }; } &&
6042 -        { ac_try='test -s conftest.$ac_objext'
6043 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6044 -  (eval $ac_try) 2>&5
6045 -  ac_status=$?
6046 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6047 -  (exit $ac_status); }; }; then
6048 -  for ac_declaration in \
6049 -   '' \
6050 -   'extern "C" void std::exit (int) throw (); using std::exit;' \
6051 -   'extern "C" void std::exit (int); using std::exit;' \
6052 -   'extern "C" void exit (int) throw ();' \
6053 -   'extern "C" void exit (int);' \
6054 -   'void exit (int);'
6055 -do
6056 -  cat >conftest.$ac_ext <<_ACEOF
6057 -/* confdefs.h.  */
6058 -_ACEOF
6059 -cat confdefs.h >>conftest.$ac_ext
6060 -cat >>conftest.$ac_ext <<_ACEOF
6061 -/* end confdefs.h.  */
6062 -$ac_declaration
6063 -#include <stdlib.h>
6064 -int
6065 -main ()
6066 -{
6067 -exit (42);
6068 -  ;
6069 -  return 0;
6070 -}
6071 -_ACEOF
6072 -rm -f conftest.$ac_objext
6073 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6074 -  (eval $ac_compile) 2>conftest.er1
6075 -  ac_status=$?
6076 -  grep -v '^ *+' conftest.er1 >conftest.err
6077 -  rm -f conftest.er1
6078 -  cat conftest.err >&5
6079 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6080 -  (exit $ac_status); } &&
6081 -        { ac_try='test -z "$ac_c_werror_flag"
6082 -                        || test ! -s conftest.err'
6083 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6084 -  (eval $ac_try) 2>&5
6085 -  ac_status=$?
6086 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6087 -  (exit $ac_status); }; } &&
6088 -        { ac_try='test -s conftest.$ac_objext'
6089 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6090 -  (eval $ac_try) 2>&5
6091 -  ac_status=$?
6092 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6093 -  (exit $ac_status); }; }; then
6094 -  :
6095 -else
6096 -  echo "$as_me: failed program was:" >&5
6097 -sed 's/^/| /' conftest.$ac_ext >&5
6098 -
6099 -continue
6100 -fi
6101 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6102 -  cat >conftest.$ac_ext <<_ACEOF
6103 -/* confdefs.h.  */
6104 -_ACEOF
6105 -cat confdefs.h >>conftest.$ac_ext
6106 -cat >>conftest.$ac_ext <<_ACEOF
6107 -/* end confdefs.h.  */
6108 -$ac_declaration
6109 -int
6110 -main ()
6111 -{
6112 -exit (42);
6113 -  ;
6114 -  return 0;
6115 -}
6116 -_ACEOF
6117 -rm -f conftest.$ac_objext
6118 -if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6119 -  (eval $ac_compile) 2>conftest.er1
6120 -  ac_status=$?
6121 -  grep -v '^ *+' conftest.er1 >conftest.err
6122 -  rm -f conftest.er1
6123 -  cat conftest.err >&5
6124 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6125 -  (exit $ac_status); } &&
6126 -        { ac_try='test -z "$ac_c_werror_flag"
6127 -                        || test ! -s conftest.err'
6128 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6129 -  (eval $ac_try) 2>&5
6130 -  ac_status=$?
6131 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6132 -  (exit $ac_status); }; } &&
6133 -        { ac_try='test -s conftest.$ac_objext'
6134 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6135 -  (eval $ac_try) 2>&5
6136 -  ac_status=$?
6137 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138 -  (exit $ac_status); }; }; then
6139 -  break
6140 -else
6141 -  echo "$as_me: failed program was:" >&5
6142 -sed 's/^/| /' conftest.$ac_ext >&5
6143 -
6144 -fi
6145 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6146 -done
6147 -rm -f conftest*
6148 -if test -n "$ac_declaration"; then
6149 -  echo '#ifdef __cplusplus' >>confdefs.h
6150 -  echo $ac_declaration      >>confdefs.h
6151 -  echo '#endif'             >>confdefs.h
6152  fi
6153  
6154 -else
6155 -  echo "$as_me: failed program was:" >&5
6156 -sed 's/^/| /' conftest.$ac_ext >&5
6157 -
6158 -fi
6159 -rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6160  ac_ext=c
6161  ac_cpp='$CPP $CPPFLAGS'
6162  ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6163 @@ -2742,60 +3256,58 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
6164  ac_compiler_gnu=$ac_cv_c_compiler_gnu
6165  DEPDIR="${am__leading_dot}deps"
6166  
6167 -          ac_config_commands="$ac_config_commands depfiles"
6168 +ac_config_commands="$ac_config_commands depfiles"
6169  
6170  
6171  am_make=${MAKE-make}
6172  cat > confinc << 'END'
6173  am__doit:
6174 -       @echo done
6175 +       @echo this is the am__doit target
6176  .PHONY: am__doit
6177  END
6178  # If we don't find an include directive, just comment out the code.
6179 -echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
6180 -echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
6181 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
6182 +$as_echo_n "checking for style of include used by $am_make... " >&6; }
6183  am__include="#"
6184  am__quote=
6185  _am_result=none
6186  # First try GNU make style include.
6187  echo "include confinc" > confmf
6188 -# We grep out `Entering directory' and `Leaving directory'
6189 -# messages which can occur if `w' ends up in MAKEFLAGS.
6190 -# In particular we don't look at `^make:' because GNU make might
6191 -# be invoked under some other name (usually "gmake"), in which
6192 -# case it prints its new name instead of `make'.
6193 -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
6194 -   am__include=include
6195 -   am__quote=
6196 -   _am_result=GNU
6197 -fi
6198 +# Ignore all kinds of additional output from `make'.
6199 +case `$am_make -s -f confmf 2> /dev/null` in #(
6200 +*the\ am__doit\ target*)
6201 +  am__include=include
6202 +  am__quote=
6203 +  _am_result=GNU
6204 +  ;;
6205 +esac
6206  # Now try BSD make style include.
6207  if test "$am__include" = "#"; then
6208     echo '.include "confinc"' > confmf
6209 -   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
6210 -      am__include=.include
6211 -      am__quote="\""
6212 -      _am_result=BSD
6213 -   fi
6214 +   case `$am_make -s -f confmf 2> /dev/null` in #(
6215 +   *the\ am__doit\ target*)
6216 +     am__include=.include
6217 +     am__quote="\""
6218 +     _am_result=BSD
6219 +     ;;
6220 +   esac
6221  fi
6222  
6223  
6224 -echo "$as_me:$LINENO: result: $_am_result" >&5
6225 -echo "${ECHO_T}$_am_result" >&6
6226 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
6227 +$as_echo "$_am_result" >&6; }
6228  rm -f confinc confmf
6229  
6230 -# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
6231 -if test "${enable_dependency_tracking+set}" = set; then
6232 -  enableval="$enable_dependency_tracking"
6233 +# Check whether --enable-dependency-tracking was given.
6234 +if test "${enable_dependency_tracking+set}" = set; then :
6235 +  enableval=$enable_dependency_tracking;
6236 +fi
6237  
6238 -fi;
6239  if test "x$enable_dependency_tracking" != xno; then
6240    am_depcomp="$ac_aux_dir/depcomp"
6241    AMDEPBACKSLASH='\'
6242  fi
6243 -
6244 -
6245 -if test "x$enable_dependency_tracking" != xno; then
6246 + if test "x$enable_dependency_tracking" != xno; then
6247    AMDEP_TRUE=
6248    AMDEP_FALSE='#'
6249  else
6250 @@ -2805,13 +3317,12 @@ fi
6251  
6252  
6253  
6254 -
6255  depcc="$CC"   am_compiler_list=
6256  
6257 -echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6258 -echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
6259 -if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
6260 -  echo $ECHO_N "(cached) $ECHO_C" >&6
6261 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6262 +$as_echo_n "checking dependency style of $depcc... " >&6; }
6263 +if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6264 +  $as_echo_n "(cached) " >&6
6265  else
6266    if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6267    # We make a subdir and do the tests there.  Otherwise we can end up
6268 @@ -2836,6 +3347,11 @@ else
6269    if test "$am_compiler_list" = ""; then
6270       am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6271    fi
6272 +  am__universal=false
6273 +  case " $depcc " in #(
6274 +     *\ -arch\ *\ -arch\ *) am__universal=true ;;
6275 +     esac
6276 +
6277    for depmode in $am_compiler_list; do
6278      # Setup a source with many dependencies, because some compilers
6279      # like to wrap large dependency lists on column 80 (with \), and
6280 @@ -2853,7 +3369,17 @@ else
6281      done
6282      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6283  
6284 +    # We check with `-c' and `-o' for the sake of the "dashmstdout"
6285 +    # mode.  It turns out that the SunPro C++ compiler does not properly
6286 +    # handle `-M -o', and we need to detect this.  Also, some Intel
6287 +    # versions had trouble with output in subdirs
6288 +    am__obj=sub/conftest.${OBJEXT-o}
6289 +    am__minus_obj="-o $am__obj"
6290      case $depmode in
6291 +    gcc)
6292 +      # This depmode causes a compiler race in universal mode.
6293 +      test "$am__universal" = false || continue
6294 +      ;;
6295      nosideeffect)
6296        # after this tag, mechanisms are not by side-effect, so they'll
6297        # only be used when explicitly requested
6298 @@ -2863,18 +3389,23 @@ else
6299         break
6300        fi
6301        ;;
6302 +    msvisualcpp | msvcmsys)
6303 +      # This compiler won't grok `-c -o', but also, the minuso test has
6304 +      # not run yet.  These depmodes are late enough in the game, and
6305 +      # so weak that their functioning should not be impacted.
6306 +      am__obj=conftest.${OBJEXT-o}
6307 +      am__minus_obj=
6308 +      ;;
6309      none) break ;;
6310      esac
6311 -    # We check with `-c' and `-o' for the sake of the "dashmstdout"
6312 -    # mode.  It turns out that the SunPro C++ compiler does not properly
6313 -    # handle `-M -o', and we need to detect this.
6314      if depmode=$depmode \
6315 -       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6316 +       source=sub/conftest.c object=$am__obj \
6317         depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6318 -       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
6319 +       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
6320           >/dev/null 2>conftest.err &&
6321 +       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
6322         grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
6323 -       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
6324 +       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
6325         ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
6326        # icc doesn't choke on unknown options, it will just issue warnings
6327        # or remarks (even with -Werror).  So we grep stderr for any message
6328 @@ -2898,13 +3429,11 @@ else
6329  fi
6330  
6331  fi
6332 -echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
6333 -echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
6334 +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
6335 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
6336  CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
6337  
6338 -
6339 -
6340 -if
6341 + if
6342    test "x$enable_dependency_tracking" != xno \
6343    && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
6344    am__fastdepCC_TRUE=
6345 @@ -2916,22 +3445,18 @@ fi
6346  
6347  
6348  if test "x$CC" != xcc; then
6349 -  echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
6350 -echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
6351 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
6352 +$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
6353  else
6354 -  echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
6355 -echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
6356 +  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
6357 +$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
6358  fi
6359 -set dummy $CC; ac_cc=`echo $2 |
6360 +set dummy $CC; ac_cc=`$as_echo "$2" |
6361                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6362 -if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
6363 -  echo $ECHO_N "(cached) $ECHO_C" >&6
6364 +if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
6365 +  $as_echo_n "(cached) " >&6
6366  else
6367 -  cat >conftest.$ac_ext <<_ACEOF
6368 -/* confdefs.h.  */
6369 -_ACEOF
6370 -cat confdefs.h >>conftest.$ac_ext
6371 -cat >>conftest.$ac_ext <<_ACEOF
6372 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6373  /* end confdefs.h.  */
6374  
6375  int
6376 @@ -2945,38 +3470,65 @@ _ACEOF
6377  # Make sure it works both with $CC and with simple cc.
6378  # We do the test twice because some compilers refuse to overwrite an
6379  # existing .o file with -o, though they will create one.
6380 -ac_try='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
6381 -if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6382 -  (eval $ac_try) 2>&5
6383 +ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
6384 +rm -f conftest2.*
6385 +if { { case "(($ac_try" in
6386 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6387 +  *) ac_try_echo=$ac_try;;
6388 +esac
6389 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6390 +$as_echo "$ac_try_echo"; } >&5
6391 +  (eval "$ac_try") 2>&5
6392    ac_status=$?
6393 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6394 -  (exit $ac_status); } &&
6395 -   test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6396 -  (eval $ac_try) 2>&5
6397 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6398 +  test $ac_status = 0; } &&
6399 +   test -f conftest2.$ac_objext && { { case "(($ac_try" in
6400 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6401 +  *) ac_try_echo=$ac_try;;
6402 +esac
6403 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6404 +$as_echo "$ac_try_echo"; } >&5
6405 +  (eval "$ac_try") 2>&5
6406    ac_status=$?
6407 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6408 -  (exit $ac_status); };
6409 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6410 +  test $ac_status = 0; };
6411  then
6412    eval ac_cv_prog_cc_${ac_cc}_c_o=yes
6413    if test "x$CC" != xcc; then
6414      # Test first that cc exists at all.
6415      if { ac_try='cc -c conftest.$ac_ext >&5'
6416 -  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6417 -  (eval $ac_try) 2>&5
6418 +  { { case "(($ac_try" in
6419 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6420 +  *) ac_try_echo=$ac_try;;
6421 +esac
6422 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6423 +$as_echo "$ac_try_echo"; } >&5
6424 +  (eval "$ac_try") 2>&5
6425    ac_status=$?
6426 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6427 -  (exit $ac_status); }; }; then
6428 -      ac_try='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
6429 -      if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6430 -  (eval $ac_try) 2>&5
6431 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6432 +  test $ac_status = 0; }; }; then
6433 +      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
6434 +      rm -f conftest2.*
6435 +      if { { case "(($ac_try" in
6436 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6437 +  *) ac_try_echo=$ac_try;;
6438 +esac
6439 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6440 +$as_echo "$ac_try_echo"; } >&5
6441 +  (eval "$ac_try") 2>&5
6442    ac_status=$?
6443 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6444 -  (exit $ac_status); } &&
6445 -        test -f conftest.$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6446 -  (eval $ac_try) 2>&5
6447 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6448 +  test $ac_status = 0; } &&
6449 +        test -f conftest2.$ac_objext && { { case "(($ac_try" in
6450 +  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6451 +  *) ac_try_echo=$ac_try;;
6452 +esac
6453 +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
6454 +$as_echo "$ac_try_echo"; } >&5
6455 +  (eval "$ac_try") 2>&5
6456    ac_status=$?
6457 -  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6458 -  (exit $ac_status); };
6459 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6460 +  test $ac_status = 0; };
6461        then
6462         # cc works too.
6463         :
6464 @@ -2989,27 +3541,26 @@ then
6465  else
6466    eval ac_cv_prog_cc_${ac_cc}_c_o=no
6467  fi
6468 -rm -f conftest*
6469 +rm -f core conftest*
6470  
6471  fi
6472 -if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
6473 -  echo "$as_me:$LINENO: result: yes" >&5
6474 -echo "${ECHO_T}yes" >&6
6475 +if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
6476 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6477 +$as_echo "yes" >&6; }
6478  else
6479 -  echo "$as_me:$LINENO: result: no" >&5
6480 -echo "${ECHO_T}no" >&6
6481 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6482 +$as_echo "no" >&6; }
6483  
6484 -cat >>confdefs.h <<\_ACEOF
6485 -#define NO_MINUS_C_MINUS_O 1
6486 -_ACEOF
6487 +$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
6488  
6489  fi
6490  
6491  # FIXME: we rely on the cache variable name because
6492  # there is no other way.
6493  set dummy $CC
6494 -ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6495 -if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
6496 +am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6497 +eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
6498 +if test "$am_t" != yes; then
6499     # Losing compiler, so override with the script.
6500     # FIXME: It is wrong to rewrite CC.
6501     # But if we don't then we get into trouble of one sort or another.
6502 @@ -3025,15 +3576,12 @@ fi
6503  
6504  
6505  
6506 -
6507  cat >>confdefs.h <<_ACEOF
6508  #define VMMC_CONFIGURE_STR "$ac_configure_args"
6509  _ACEOF
6510  
6511  
6512 -
6513 -
6514 -if false; then
6515 + if false; then
6516    KERNEL_2_6_TRUE=
6517    KERNEL_2_6_FALSE='#'
6518  else
6519 @@ -3041,13 +3589,10 @@ else
6520    KERNEL_2_6_FALSE=
6521  fi
6522  
6523 -# Check whether --enable-linux-26 or --disable-linux-26 was given.
6524 -if test "${enable_linux_26+set}" = set; then
6525 -  enableval="$enable_linux_26"
6526 -
6527 -
6528 -
6529 -if true; then
6530 +# Check whether --enable-linux-26 was given.
6531 +if test "${enable_linux_26+set}" = set; then :
6532 +  enableval=$enable_linux_26;
6533 +                 if true; then
6534    KERNEL_2_6_TRUE=
6535    KERNEL_2_6_FALSE='#'
6536  else
6537 @@ -3068,51 +3613,43 @@ fi
6538                          KERNEL_ARCH=$ARCH
6539  
6540                  else
6541 -                        { { echo "$as_me:$LINENO: error: Kernel architecture not set!" >&5
6542 -echo "$as_me: error: Kernel architecture not set!" >&2;}
6543 -   { (exit 1); exit 1; }; }
6544 +                        as_fn_error $? "Kernel architecture not set!" "$LINENO" 5
6545                  fi
6546  #                if test "`echo $0|cut -c1`" = "/" ; then
6547  #                        AC_MSG_ERROR([Due to a kbuild problem, please call configure with a relative path.])
6548  #                fi
6549 -            echo "$as_me:$LINENO: result: enable Linux 2.6 kernel build system" >&5
6550 -echo "${ECHO_T}enable Linux 2.6 kernel build system" >&6
6551 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Linux 2.6 kernel build system" >&5
6552 +$as_echo "enable Linux 2.6 kernel build system" >&6; }
6553  
6554 -cat >>confdefs.h <<\_ACEOF
6555 -#define LINUX_2_6 1
6556 -_ACEOF
6557 +$as_echo "#define LINUX_2_6 1" >>confdefs.h
6558  
6559  
6560  
6561 -fi;
6562 +fi
6563  
6564 -# Check whether --enable-kernelincl or --disable-kernelincl was given.
6565 -if test "${enable_kernelincl+set}" = set; then
6566 -  enableval="$enable_kernelincl"
6567  
6568 +# Check whether --enable-kernelincl was given.
6569 +if test "${enable_kernelincl+set}" = set; then :
6570 +  enableval=$enable_kernelincl;
6571                  if test -r $enableval/linux/kernel.h; then
6572                          KERNEL_INCL_PATH=$enableval
6573  
6574                  else
6575 -                        { { echo "$as_me:$LINENO: error: The kernel include directory is not valid!" >&5
6576 -echo "$as_me: error: The kernel include directory is not valid!" >&2;}
6577 -   { (exit 1); exit 1; }; }
6578 +                        as_fn_error $? "The kernel include directory is not valid!" "$LINENO" 5
6579                  fi
6580  
6581  
6582 -fi;
6583 +fi
6584  
6585 -# Check whether --enable-kernelbuild or --disable-kernelbuild was given.
6586 -if test "${enable_kernelbuild+set}" = set; then
6587 -  enableval="$enable_kernelbuild"
6588  
6589 -                if test -r $enableval/include/linux/autoconf.h; then
6590 +# Check whether --enable-kernelbuild was given.
6591 +if test "${enable_kernelbuild+set}" = set; then :
6592 +  enableval=$enable_kernelbuild;
6593 +                if test -e $enableval/include/linux/autoconf.h -o -e $enableval/include/generated/autoconf.h; then
6594                          KERNEL_BUILD_PATH=$enableval
6595  
6596                  else
6597 -                        { { echo "$as_me:$LINENO: error: The kernel build directory is not valid or not configured!" >&5
6598 -echo "$as_me: error: The kernel build directory is not valid or not configured!" >&2;}
6599 -   { (exit 1); exit 1; }; }
6600 +                        as_fn_error $? "The kernel build directory is not valid or not configured!" "$LINENO" 5
6601                  fi
6602  
6603  else
6604 @@ -3124,62 +3661,52 @@ else
6605                  fi
6606  
6607  
6608 -fi;
6609 +fi
6610  
6611  
6612 -# Check whether --with-ifxos-incl or --without-ifxos-incl was given.
6613 -if test "${with_ifxos_incl+set}" = set; then
6614 -  withval="$with_ifxos_incl"
6615  
6616 +# Check whether --with-ifxos-incl was given.
6617 +if test "${with_ifxos_incl+set}" = set; then :
6618 +  withval=$with_ifxos_incl;
6619        if test -r $withval/ifx_types.h; then
6620           IFXOS_INCL_PATH=$withval
6621  
6622        else
6623 -         { { echo "$as_me:$LINENO: error: The lib_ifxos include directory is not valid!" >&5
6624 -echo "$as_me: error: The lib_ifxos include directory is not valid!" >&2;}
6625 -   { (exit 1); exit 1; }; }
6626 +         as_fn_error $? "The lib_ifxos include directory is not valid!" "$LINENO" 5
6627        fi
6628  
6629  else
6630  
6631 -      # Check whether --enable-ifxos-incl or --disable-ifxos-incl was given.
6632 -if test "${enable_ifxos_incl+set}" = set; then
6633 -  enableval="$enable_ifxos_incl"
6634 -
6635 +      # Check whether --enable-ifxos-incl was given.
6636 +if test "${enable_ifxos_incl+set}" = set; then :
6637 +  enableval=$enable_ifxos_incl;
6638              if test -r $enableval/ifx_types.h; then
6639                 IFXOS_INCL_PATH=$enableval
6640  
6641              else
6642 -               { { echo "$as_me:$LINENO: error: The lib_ifxos include directory is not valid!" >&5
6643 -echo "$as_me: error: The lib_ifxos include directory is not valid!" >&2;}
6644 -   { (exit 1); exit 1; }; }
6645 +               as_fn_error $? "The lib_ifxos include directory is not valid!" "$LINENO" 5
6646              fi
6647  
6648  else
6649  
6650 -            { { echo "$as_me:$LINENO: error: Please specify lib_ifxos include directory path. (--with-ifxos-incl=x)" >&5
6651 -echo "$as_me: error: Please specify lib_ifxos include directory path. (--with-ifxos-incl=x)" >&2;}
6652 -   { (exit 1); exit 1; }; }
6653 +            as_fn_error $? "Please specify lib_ifxos include directory path. (--with-ifxos-incl=x)" "$LINENO" 5
6654  
6655  
6656 -fi;
6657 -
6658 +fi
6659  
6660 -fi;
6661  
6662 -# Check whether --enable-obsolete-premapping or --disable-obsolete-premapping was given.
6663 -if test "${enable_obsolete_premapping+set}" = set; then
6664 -  enableval="$enable_obsolete_premapping"
6665  
6666 -        if test $enableval = 'yes'; then
6667 +fi
6668  
6669 -cat >>confdefs.h <<\_ACEOF
6670 -#define ENABLE_OBSOLETE_PREMAPPING 1
6671 -_ACEOF
6672  
6673 +# Check whether --enable-obsolete-premapping was given.
6674 +if test "${enable_obsolete_premapping+set}" = set; then :
6675 +  enableval=$enable_obsolete_premapping;
6676 +        if test $enableval = 'yes'; then
6677  
6678 +$as_echo "#define ENABLE_OBSOLETE_PREMAPPING 1" >>confdefs.h
6679  
6680 -if true; then
6681 +             if true; then
6682    ENABLE_OBSOLETE_PREMAPPING_TRUE=
6683    ENABLE_OBSOLETE_PREMAPPING_FALSE='#'
6684  else
6685 @@ -3187,12 +3714,10 @@ else
6686    ENABLE_OBSOLETE_PREMAPPING_FALSE=
6687  fi
6688  
6689 -         echo "$as_me:$LINENO: result: enable obsolete data channel premapping" >&5
6690 -echo "${ECHO_T}enable obsolete data channel premapping" >&6
6691 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable obsolete data channel premapping" >&5
6692 +$as_echo "enable obsolete data channel premapping" >&6; }
6693          else
6694 -
6695 -
6696 -if false; then
6697 +             if false; then
6698    ENABLE_OBSOLETE_PREMAPPING_TRUE=
6699    ENABLE_OBSOLETE_PREMAPPING_FALSE='#'
6700  else
6701 @@ -3204,9 +3729,7 @@ fi
6702  
6703  else
6704  
6705 -
6706 -
6707 -if false; then
6708 +         if false; then
6709    ENABLE_OBSOLETE_PREMAPPING_TRUE=
6710    ENABLE_OBSOLETE_PREMAPPING_FALSE='#'
6711  else
6712 @@ -3216,12 +3739,11 @@ fi
6713  
6714  
6715  
6716 -fi;
6717 -
6718 +fi
6719  
6720  
6721  
6722 -if false; then
6723 + if false; then
6724    WARNINGS_TRUE=
6725    WARNINGS_FALSE='#'
6726  else
6727 @@ -3229,13 +3751,10 @@ else
6728    WARNINGS_FALSE=
6729  fi
6730  
6731 -# Check whether --enable-warnings or --disable-warnings was given.
6732 -if test "${enable_warnings+set}" = set; then
6733 -  enableval="$enable_warnings"
6734 -
6735 -
6736 -
6737 -if true; then
6738 +# Check whether --enable-warnings was given.
6739 +if test "${enable_warnings+set}" = set; then :
6740 +  enableval=$enable_warnings;
6741 +         if true; then
6742    WARNINGS_TRUE=
6743    WARNINGS_FALSE='#'
6744  else
6745 @@ -3245,22 +3764,18 @@ fi
6746  
6747  
6748  
6749 -fi;
6750 +fi
6751  
6752  
6753 -# Check whether --enable-debug or --disable-debug was given.
6754 -if test "${enable_debug+set}" = set; then
6755 -  enableval="$enable_debug"
6756  
6757 +# Check whether --enable-debug was given.
6758 +if test "${enable_debug+set}" = set; then :
6759 +  enableval=$enable_debug;
6760          if test $enableval = 'yes'; then
6761  
6762 -cat >>confdefs.h <<\_ACEOF
6763 -#define DEBUG 1
6764 -_ACEOF
6765 -
6766 +$as_echo "#define DEBUG 1" >>confdefs.h
6767  
6768 -
6769 -if true; then
6770 +             if true; then
6771    DEBUG_TRUE=
6772    DEBUG_FALSE='#'
6773  else
6774 @@ -3270,9 +3785,7 @@ fi
6775  
6776              CFLAGS="-O1 -g3"
6777          else
6778 -
6779 -
6780 -if false; then
6781 +             if false; then
6782    DEBUG_TRUE=
6783    DEBUG_FALSE='#'
6784  else
6785 @@ -3284,9 +3797,7 @@ fi
6786  
6787  else
6788  
6789 -
6790 -
6791 -if false; then
6792 +         if false; then
6793    DEBUG_TRUE=
6794    DEBUG_FALSE='#'
6795  else
6796 @@ -3296,53 +3807,46 @@ fi
6797  
6798  
6799  
6800 -fi;
6801 +fi
6802  
6803 -# Check whether --enable-proc or --disable-proc was given.
6804 -if test "${enable_proc+set}" = set; then
6805 -  enableval="$enable_proc"
6806  
6807 +# Check whether --enable-proc was given.
6808 +if test "${enable_proc+set}" = set; then :
6809 +  enableval=$enable_proc;
6810          if test $enableval = 'yes'; then
6811 -            echo "$as_me:$LINENO: result: enable use of proc filesystem entries (Linux only)" >&5
6812 -echo "${ECHO_T}enable use of proc filesystem entries (Linux only)" >&6
6813 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable use of proc filesystem entries (Linux only)" >&5
6814 +$as_echo "enable use of proc filesystem entries (Linux only)" >&6; }
6815  
6816 -cat >>confdefs.h <<\_ACEOF
6817 -#define VMMC_USE_PROC 1
6818 -_ACEOF
6819 +$as_echo "#define VMMC_USE_PROC 1" >>confdefs.h
6820  
6821          fi
6822  
6823  else
6824  
6825 -        echo "$as_me:$LINENO: result: enable use of proc filesystem entries (Linux only)" >&5
6826 -echo "${ECHO_T}enable use of proc filesystem entries (Linux only)" >&6
6827 -
6828 -cat >>confdefs.h <<\_ACEOF
6829 -#define VMMC_USE_PROC 1
6830 -_ACEOF
6831 +        { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable use of proc filesystem entries (Linux only)" >&5
6832 +$as_echo "enable use of proc filesystem entries (Linux only)" >&6; }
6833  
6834 +$as_echo "#define VMMC_USE_PROC 1" >>confdefs.h
6835  
6836  
6837 -fi;
6838  
6839 -# Check whether --enable-user-config or --disable-user-config was given.
6840 -if test "${enable_user_config+set}" = set; then
6841 -  enableval="$enable_user_config"
6842 +fi
6843  
6844 -       echo "$as_me:$LINENO: result: enable user configuration" >&5
6845 -echo "${ECHO_T}enable user configuration" >&6
6846  
6847 -cat >>confdefs.h <<\_ACEOF
6848 -#define ENABLE_USER_CONFIG 1
6849 -_ACEOF
6850 +# Check whether --enable-user-config was given.
6851 +if test "${enable_user_config+set}" = set; then :
6852 +  enableval=$enable_user_config;
6853 +       { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable user configuration" >&5
6854 +$as_echo "enable user configuration" >&6; }
6855  
6856 +$as_echo "#define ENABLE_USER_CONFIG 1" >>confdefs.h
6857  
6858  
6859 -fi;
6860  
6861 +fi
6862  
6863  
6864 -if false; then
6865 + if false; then
6866    HL_TAPI_INCL_PATH_SET_TRUE=
6867    HL_TAPI_INCL_PATH_SET_FALSE='#'
6868  else
6869 @@ -3350,22 +3854,19 @@ else
6870    HL_TAPI_INCL_PATH_SET_FALSE=
6871  fi
6872  
6873 -# Check whether --enable-tapiincl or --disable-tapiincl was given.
6874 -if test "${enable_tapiincl+set}" = set; then
6875 -  enableval="$enable_tapiincl"
6876 -
6877 +# Check whether --enable-tapiincl was given.
6878 +if test "${enable_tapiincl+set}" = set; then :
6879 +  enableval=$enable_tapiincl;
6880          if test -n $enableval; then
6881             # create an absolute path to be valid also from within the build dir
6882             if test "`echo $enableval|cut -c1`" != "/" ; then
6883                enableval=`echo $PWD/$enableval`
6884             fi
6885 -           echo "$as_me:$LINENO: result: enable including of TAPI headers from $enableval" >&5
6886 -echo "${ECHO_T}enable including of TAPI headers from $enableval" >&6
6887 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable including of TAPI headers from $enableval" >&5
6888 +$as_echo "enable including of TAPI headers from $enableval" >&6; }
6889             HL_TAPI_INCL_PATH=$enableval
6890  
6891 -
6892 -
6893 -if true; then
6894 +            if true; then
6895    HL_TAPI_INCL_PATH_SET_TRUE=
6896    HL_TAPI_INCL_PATH_SET_FALSE='#'
6897  else
6898 @@ -3377,15 +3878,14 @@ fi
6899  
6900  else
6901  
6902 -        echo "$as_me:$LINENO: result: assuming default TAPI include path. Change with --enable-tapiincl=path" >&5
6903 -echo "${ECHO_T}assuming default TAPI include path. Change with --enable-tapiincl=path" >&6
6904 -
6905 +        { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming default TAPI include path. Change with --enable-tapiincl=path" >&5
6906 +$as_echo "assuming default TAPI include path. Change with --enable-tapiincl=path" >&6; }
6907  
6908 -fi;
6909  
6910 +fi
6911  
6912  
6913 -if false; then
6914 + if false; then
6915    MPS_INCL_PATH_SET_TRUE=
6916    MPS_INCL_PATH_SET_FALSE='#'
6917  else
6918 @@ -3393,22 +3893,19 @@ else
6919    MPS_INCL_PATH_SET_FALSE=
6920  fi
6921  
6922 -# Check whether --enable-mpsincl or --disable-mpsincl was given.
6923 -if test "${enable_mpsincl+set}" = set; then
6924 -  enableval="$enable_mpsincl"
6925 -
6926 +# Check whether --enable-mpsincl was given.
6927 +if test "${enable_mpsincl+set}" = set; then :
6928 +  enableval=$enable_mpsincl;
6929          if test -n $enableval; then
6930             # create an absolute path to be valid also from within the build dir
6931             if test "`echo $enableval|cut -c1`" != "/" ; then
6932                enableval=`echo $PWD/$enableval`
6933             fi
6934 -           echo "$as_me:$LINENO: result: enable including of MPS headers from $enableval" >&5
6935 -echo "${ECHO_T}enable including of MPS headers from $enableval" >&6
6936 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable including of MPS headers from $enableval" >&5
6937 +$as_echo "enable including of MPS headers from $enableval" >&6; }
6938             MPS_INCL_PATH=$enableval
6939  
6940 -
6941 -
6942 -if true; then
6943 +            if true; then
6944    MPS_INCL_PATH_SET_TRUE=
6945    MPS_INCL_PATH_SET_FALSE='#'
6946  else
6947 @@ -3420,43 +3917,40 @@ fi
6948  
6949  else
6950  
6951 -        echo "$as_me:$LINENO: result: assuming default MPS include path. Change with --enable-mpsincl=path" >&5
6952 -echo "${ECHO_T}assuming default MPS include path. Change with --enable-mpsincl=path" >&6
6953 +        { $as_echo "$as_me:${as_lineno-$LINENO}: result: assuming default MPS include path. Change with --enable-mpsincl=path" >&5
6954 +$as_echo "assuming default MPS include path. Change with --enable-mpsincl=path" >&6; }
6955  
6956  
6957 -fi;
6958 +fi
6959  
6960 -MAX_DEVICES=1
6961  
6962 -# Check whether --with-max-devices or --without-max-devices was given.
6963 -if test "${with_max_devices+set}" = set; then
6964 -  withval="$with_max_devices"
6965 +MAX_DEVICES=1
6966  
6967 +# Check whether --with-max-devices was given.
6968 +if test "${with_max_devices+set}" = set; then :
6969 +  withval=$with_max_devices;
6970         if test "$withval" = yes; then
6971 -          { { echo "$as_me:$LINENO: error: Please provide a value for the maximum devices" >&5
6972 -echo "$as_me: error: Please provide a value for the maximum devices" >&2;}
6973 -   { (exit 1); exit 1; }; };
6974 +          as_fn_error $? "Please provide a value for the maximum devices" "$LINENO" 5;
6975         fi
6976 -       echo "$as_me:$LINENO: result: enable support for $withval device(s)" >&5
6977 -echo "${ECHO_T}enable support for $withval device(s)" >&6
6978 +       { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable support for $withval device(s)" >&5
6979 +$as_echo "enable support for $withval device(s)" >&6; }
6980          MAX_DEVICES=$withval
6981  
6982  else
6983  
6984 -        echo "$as_me:$LINENO: result: enable support for 1 device (default), set max devices with --with-max-devices=val" >&5
6985 -echo "${ECHO_T}enable support for 1 device (default), set max devices with --with-max-devices=val" >&6
6986 +        { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable support for 1 device (default), set max devices with --with-max-devices=val" >&5
6987 +$as_echo "enable support for 1 device (default), set max devices with --with-max-devices=val" >&6; }
6988 +
6989  
6990 +fi
6991  
6992 -fi;
6993  
6994  cat >>confdefs.h <<_ACEOF
6995  #define VMMC_MAX_DEVICES $MAX_DEVICES
6996  _ACEOF
6997  
6998  
6999 -
7000 -
7001 -if false; then
7002 + if false; then
7003    EVALUATION_TRUE=
7004    EVALUATION_FALSE='#'
7005  else
7006 @@ -3464,21 +3958,16 @@ else
7007    EVALUATION_FALSE=
7008  fi
7009  
7010 -# Check whether --enable-eval or --disable-eval was given.
7011 -if test "${enable_eval+set}" = set; then
7012 -  enableval="$enable_eval"
7013 -
7014 +# Check whether --enable-eval was given.
7015 +if test "${enable_eval+set}" = set; then :
7016 +  enableval=$enable_eval;
7017         if test $enableval = 'yes'; then
7018 -          echo "$as_me:$LINENO: result: enable evaluation features." >&5
7019 -echo "${ECHO_T}enable evaluation features." >&6
7020 -
7021 -cat >>confdefs.h <<\_ACEOF
7022 -#define EVALUATION 1
7023 -_ACEOF
7024 +          { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable evaluation features." >&5
7025 +$as_echo "enable evaluation features." >&6; }
7026  
7027 +$as_echo "#define EVALUATION 1" >>confdefs.h
7028  
7029 -
7030 -if true; then
7031 +           if true; then
7032    EVALUATION_TRUE=
7033    EVALUATION_FALSE='#'
7034  else
7035 @@ -3487,58 +3976,48 @@ else
7036  fi
7037  
7038         else
7039 -          echo "$as_me:$LINENO: result: disable evaluation features" >&5
7040 -echo "${ECHO_T}disable evaluation features" >&6
7041 +          { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable evaluation features" >&5
7042 +$as_echo "disable evaluation features" >&6; }
7043         fi
7044  
7045  
7046 -fi;
7047 +fi
7048  
7049 -# Check whether --enable-trace or --disable-trace was given.
7050 -if test "${enable_trace+set}" = set; then
7051 -  enableval="$enable_trace"
7052  
7053 +# Check whether --enable-trace was given.
7054 +if test "${enable_trace+set}" = set; then :
7055 +  enableval=$enable_trace;
7056        if test $enableval = 'yes'; then
7057 -       echo "$as_me:$LINENO: result: enable runtime traces" >&5
7058 -echo "${ECHO_T}enable runtime traces" >&6
7059 +       { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable runtime traces" >&5
7060 +$as_echo "enable runtime traces" >&6; }
7061  
7062 -cat >>confdefs.h <<\_ACEOF
7063 -#define ENABLE_TRACE 1
7064 -_ACEOF
7065 +$as_echo "#define ENABLE_TRACE 1" >>confdefs.h
7066  
7067  
7068 -cat >>confdefs.h <<\_ACEOF
7069 -#define ENABLE_LOG 1
7070 -_ACEOF
7071 +$as_echo "#define ENABLE_LOG 1" >>confdefs.h
7072  
7073  
7074 -cat >>confdefs.h <<\_ACEOF
7075 -#define RUNTIME_TRACE 1
7076 -_ACEOF
7077 +$as_echo "#define RUNTIME_TRACE 1" >>confdefs.h
7078  
7079        else
7080 -         echo "$as_me:$LINENO: result: disable runtime traces" >&5
7081 -echo "${ECHO_T}disable runtime traces" >&6
7082 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable runtime traces" >&5
7083 +$as_echo "disable runtime traces" >&6; }
7084        fi
7085  
7086  
7087 -fi;
7088 +fi
7089  
7090 -# Check whether --enable-module or --disable-module was given.
7091 -if test "${enable_module+set}" = set; then
7092 -  enableval="$enable_module"
7093  
7094 +# Check whether --enable-module was given.
7095 +if test "${enable_module+set}" = set; then :
7096 +  enableval=$enable_module;
7097          if test $enableval = 'yes'; then
7098 -            echo "$as_me:$LINENO: result: enable LINUX MODULE support" >&5
7099 -echo "${ECHO_T}enable LINUX MODULE support" >&6
7100 -
7101 -cat >>confdefs.h <<\_ACEOF
7102 -#define USE_MODULE 1
7103 -_ACEOF
7104 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable LINUX MODULE support" >&5
7105 +$as_echo "enable LINUX MODULE support" >&6; }
7106  
7107 +$as_echo "#define USE_MODULE 1" >>confdefs.h
7108  
7109 -
7110 -if true; then
7111 +             if true; then
7112    USE_MODULE_TRUE=
7113    USE_MODULE_FALSE='#'
7114  else
7115 @@ -3547,11 +4026,9 @@ else
7116  fi
7117  
7118          else
7119 -            echo "$as_me:$LINENO: result: disable LINUX MODULE support" >&5
7120 -echo "${ECHO_T}disable LINUX MODULE support" >&6
7121 -
7122 -
7123 -if false; then
7124 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable LINUX MODULE support" >&5
7125 +$as_echo "disable LINUX MODULE support" >&6; }
7126 +             if false; then
7127    USE_MODULE_TRUE=
7128    USE_MODULE_FALSE='#'
7129  else
7130 @@ -3563,16 +4040,12 @@ fi
7131  
7132  else
7133  
7134 -                echo "$as_me:$LINENO: result: enable LINUX MODULE support (default), disable with --disable-module" >&5
7135 -echo "${ECHO_T}enable LINUX MODULE support (default), disable with --disable-module" >&6
7136 -
7137 -cat >>confdefs.h <<\_ACEOF
7138 -#define USE_MODULE 1
7139 -_ACEOF
7140 -
7141 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable LINUX MODULE support (default), disable with --disable-module" >&5
7142 +$as_echo "enable LINUX MODULE support (default), disable with --disable-module" >&6; }
7143  
7144 +$as_echo "#define USE_MODULE 1" >>confdefs.h
7145  
7146 -if true; then
7147 +         if true; then
7148    USE_MODULE_TRUE=
7149    USE_MODULE_FALSE='#'
7150  else
7151 @@ -3582,23 +4055,19 @@ fi
7152  
7153  
7154  
7155 -fi;
7156 +fi
7157  
7158 -# Check whether --enable-bufferhandling or --disable-bufferhandling was given.
7159 -if test "${enable_bufferhandling+set}" = set; then
7160 -  enableval="$enable_bufferhandling"
7161  
7162 +# Check whether --enable-bufferhandling was given.
7163 +if test "${enable_bufferhandling+set}" = set; then :
7164 +  enableval=$enable_bufferhandling;
7165          if test $enableval = 'yes'; then
7166 -            echo "$as_me:$LINENO: result: enable Buffer Pool support" >&5
7167 -echo "${ECHO_T}enable Buffer Pool support" >&6
7168 -
7169 -cat >>confdefs.h <<\_ACEOF
7170 -#define USE_BUFFERPOOL 1
7171 -_ACEOF
7172 -
7173 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Buffer Pool support" >&5
7174 +$as_echo "enable Buffer Pool support" >&6; }
7175  
7176 +$as_echo "#define USE_BUFFERPOOL 1" >>confdefs.h
7177  
7178 -if true; then
7179 +             if true; then
7180    USE_BUFFERPOOL_TRUE=
7181    USE_BUFFERPOOL_FALSE='#'
7182  else
7183 @@ -3608,11 +4077,9 @@ fi
7184  
7185              bufferhandling_enabled="yes"
7186          else
7187 -            echo "$as_me:$LINENO: result: disable Buffer Pool support" >&5
7188 -echo "${ECHO_T}disable Buffer Pool support" >&6
7189 -
7190 -
7191 -if false; then
7192 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Buffer Pool support" >&5
7193 +$as_echo "disable Buffer Pool support" >&6; }
7194 +             if false; then
7195    USE_BUFFERPOOL_TRUE=
7196    USE_BUFFERPOOL_FALSE='#'
7197  else
7198 @@ -3625,16 +4092,12 @@ fi
7199  
7200  else
7201  
7202 -                echo "$as_me:$LINENO: result: enable Buffer Pool support (default), disable with --disable-bufferhandling" >&5
7203 -echo "${ECHO_T}enable Buffer Pool support (default), disable with --disable-bufferhandling" >&6
7204 -
7205 -cat >>confdefs.h <<\_ACEOF
7206 -#define USE_BUFFERPOOL 1
7207 -_ACEOF
7208 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Buffer Pool support (default), disable with --disable-bufferhandling" >&5
7209 +$as_echo "enable Buffer Pool support (default), disable with --disable-bufferhandling" >&6; }
7210  
7211 +$as_echo "#define USE_BUFFERPOOL 1" >>confdefs.h
7212  
7213 -
7214 -if true; then
7215 +         if true; then
7216    USE_BUFFERPOOL_TRUE=
7217    USE_BUFFERPOOL_FALSE='#'
7218  else
7219 @@ -3645,41 +4108,36 @@ fi
7220           bufferhandling_enabled="yes"
7221  
7222  
7223 -fi;
7224 +fi
7225  
7226 -# Check whether --enable-packet-owner-id or --disable-packet-owner-id was given.
7227 -if test "${enable_packet_owner_id+set}" = set; then
7228 -  enableval="$enable_packet_owner_id"
7229  
7230 +# Check whether --enable-packet-owner-id was given.
7231 +if test "${enable_packet_owner_id+set}" = set; then :
7232 +  enableval=$enable_packet_owner_id;
7233        if test $enableval = 'yes' -a $bufferhandling_enabled = "yes"; then
7234  
7235 -cat >>confdefs.h <<\_ACEOF
7236 -#define TAPI_PACKET 1
7237 -_ACEOF
7238 +$as_echo "#define TAPI_PACKET 1" >>confdefs.h
7239  
7240  
7241 -cat >>confdefs.h <<\_ACEOF
7242 -#define TAPI_PACKET_OWNID 1
7243 -_ACEOF
7244 +$as_echo "#define TAPI_PACKET_OWNID 1" >>confdefs.h
7245  
7246 -         echo "$as_me:$LINENO: result: enable owner ID for packet interface" >&5
7247 -echo "${ECHO_T}enable owner ID for packet interface" >&6
7248 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable owner ID for packet interface" >&5
7249 +$as_echo "enable owner ID for packet interface" >&6; }
7250        else
7251 -         echo "$as_me:$LINENO: result: disable owner ID for packet interface" >&5
7252 -echo "${ECHO_T}disable owner ID for packet interface" >&6
7253 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable owner ID for packet interface" >&5
7254 +$as_echo "disable owner ID for packet interface" >&6; }
7255        fi
7256  
7257  else
7258  
7259 -      echo "$as_me:$LINENO: result: disable owner ID for packet interface" >&5
7260 -echo "${ECHO_T}disable owner ID for packet interface" >&6
7261 +      { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable owner ID for packet interface" >&5
7262 +$as_echo "disable owner ID for packet interface" >&6; }
7263  
7264  
7265 -fi;
7266 -
7267 +fi
7268  
7269  
7270 -if false; then
7271 + if false; then
7272    TAPI_TRUE=
7273    TAPI_FALSE='#'
7274  else
7275 @@ -3688,19 +4146,14 @@ else
7276  fi
7277  
7278  
7279 -# Check whether --enable-lt or --disable-lt was given.
7280 -if test "${enable_lt+set}" = set; then
7281 -  enableval="$enable_lt"
7282 -
7283 +# Check whether --enable-lt was given.
7284 +if test "${enable_lt+set}" = set; then :
7285 +  enableval=$enable_lt;
7286        if test $enableval = 'yes'; then
7287  
7288 -cat >>confdefs.h <<\_ACEOF
7289 -#define TAPI 1
7290 -_ACEOF
7291 -
7292 -
7293 +$as_echo "#define TAPI 1" >>confdefs.h
7294  
7295 -if true; then
7296 +          if true; then
7297    TAPI_TRUE=
7298    TAPI_FALSE='#'
7299  else
7300 @@ -3708,36 +4161,30 @@ else
7301    TAPI_FALSE=
7302  fi
7303  
7304 -         echo "$as_me:$LINENO: result: enable TAPI line testing services" >&5
7305 -echo "${ECHO_T}enable TAPI line testing services" >&6
7306 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI line testing services" >&5
7307 +$as_echo "enable TAPI line testing services" >&6; }
7308           #AC_DEFINE([TAPI_LT],[1],[enable line testing])
7309  
7310 -cat >>confdefs.h <<\_ACEOF
7311 -#define TAPI_GR909 1
7312 -_ACEOF
7313 +$as_echo "#define TAPI_GR909 1" >>confdefs.h
7314  
7315        else
7316 -         echo "$as_me:$LINENO: result: disable line testing services" >&5
7317 -echo "${ECHO_T}disable line testing services" >&6
7318 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable line testing services" >&5
7319 +$as_echo "disable line testing services" >&6; }
7320        fi
7321  
7322  
7323 -fi;
7324 +fi
7325 +
7326  
7327  hdlc_enabled=false
7328 -# Check whether --enable-hdlc or --disable-hdlc was given.
7329 -if test "${enable_hdlc+set}" = set; then
7330 -  enableval="$enable_hdlc"
7331 -
7332 +# Check whether --enable-hdlc was given.
7333 +if test "${enable_hdlc+set}" = set; then :
7334 +  enableval=$enable_hdlc;
7335        if test $enableval = 'yes'; then
7336  
7337 -cat >>confdefs.h <<\_ACEOF
7338 -#define TAPI 1
7339 -_ACEOF
7340 -
7341 +$as_echo "#define TAPI 1" >>confdefs.h
7342  
7343 -
7344 -if true; then
7345 +          if true; then
7346    TAPI_TRUE=
7347    TAPI_FALSE='#'
7348  else
7349 @@ -3745,74 +4192,62 @@ else
7350    TAPI_FALSE=
7351  fi
7352  
7353 -         echo "$as_me:$LINENO: result: enable TAPI HDLC support" >&5
7354 -echo "${ECHO_T}enable TAPI HDLC support" >&6
7355 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI HDLC support" >&5
7356 +$as_echo "enable TAPI HDLC support" >&6; }
7357  
7358 -cat >>confdefs.h <<\_ACEOF
7359 -#define HDLC_SUPPORT 1
7360 -_ACEOF
7361 +$as_echo "#define HDLC_SUPPORT 1" >>confdefs.h
7362  
7363           hdlc_enabled=true
7364        else
7365 -         echo "$as_me:$LINENO: result: disable HDLC support" >&5
7366 -echo "${ECHO_T}disable HDLC support" >&6
7367 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable HDLC support" >&5
7368 +$as_echo "disable HDLC support" >&6; }
7369        fi
7370  
7371  
7372 -fi;
7373 +fi
7374  
7375 -# Check whether --enable-hdlc-idle-patt or --disable-hdlc-idle-patt was given.
7376 -if test "${enable_hdlc_idle_patt+set}" = set; then
7377 -  enableval="$enable_hdlc_idle_patt"
7378  
7379 +# Check whether --enable-hdlc-idle-patt was given.
7380 +if test "${enable_hdlc_idle_patt+set}" = set; then :
7381 +  enableval=$enable_hdlc_idle_patt;
7382        if test $hdlc_enabled = true; then
7383           if test -n $enableval; then
7384              if test $enableval = "0xFF" -o $enableval = "0xff"; then
7385 -               echo "$as_me:$LINENO: result: enable HDLC inter frame idle pattern 0xFF (IDLE)" >&5
7386 -echo "${ECHO_T}enable HDLC inter frame idle pattern 0xFF (IDLE)" >&6
7387 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable HDLC inter frame idle pattern 0xFF (IDLE)" >&5
7388 +$as_echo "enable HDLC inter frame idle pattern 0xFF (IDLE)" >&6; }
7389  
7390 -cat >>confdefs.h <<\_ACEOF
7391 -#define HDLC_IDLE_PATTERN 1
7392 -_ACEOF
7393 +$as_echo "#define HDLC_IDLE_PATTERN 1" >>confdefs.h
7394  
7395              elif test $enableval = "0x7E" -o $enableval = "0x7e"; then
7396 -               echo "$as_me:$LINENO: result: enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7397 -echo "${ECHO_T}enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&6
7398 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7399 +$as_echo "enable HDLC inter frame idle pattern 0x7E (FLAGS)" >&6; }
7400              else
7401 -               { { echo "$as_me:$LINENO: error: cannot enable HDLC idle pattern, valid values are 0xFF or 0x7E" >&5
7402 -echo "$as_me: error: cannot enable HDLC idle pattern, valid values are 0xFF or 0x7E" >&2;}
7403 -   { (exit 1); exit 1; }; }
7404 +               as_fn_error $? "cannot enable HDLC idle pattern, valid values are 0xFF or 0x7E" "$LINENO" 5
7405              fi
7406           fi
7407        else
7408 -         { { echo "$as_me:$LINENO: error: cannot enable HDLC idle pattern, please enable HDLC feature with --enable-hdlc" >&5
7409 -echo "$as_me: error: cannot enable HDLC idle pattern, please enable HDLC feature with --enable-hdlc" >&2;}
7410 -   { (exit 1); exit 1; }; }
7411 +         as_fn_error $? "cannot enable HDLC idle pattern, please enable HDLC feature with --enable-hdlc" "$LINENO" 5
7412        fi
7413  
7414  else
7415  
7416        if test $hdlc_enabled = true; then
7417 -         echo "$as_me:$LINENO: result: enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7418 -echo "${ECHO_T}enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&6
7419 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&5
7420 +$as_echo "enable default HDLC inter frame idle pattern 0x7E (FLAGS)" >&6; }
7421        fi
7422  
7423  
7424 -fi;
7425 +fi
7426  
7427 -# Check whether --enable-voice or --disable-voice was given.
7428 -if test "${enable_voice+set}" = set; then
7429 -  enableval="$enable_voice"
7430  
7431 +# Check whether --enable-voice was given.
7432 +if test "${enable_voice+set}" = set; then :
7433 +  enableval=$enable_voice;
7434          if test $enableval = 'yes'; then
7435  
7436 -cat >>confdefs.h <<\_ACEOF
7437 -#define TAPI 1
7438 -_ACEOF
7439 -
7440 -
7441 +$as_echo "#define TAPI 1" >>confdefs.h
7442  
7443 -if true; then
7444 +             if true; then
7445    TAPI_TRUE=
7446    TAPI_FALSE='#'
7447  else
7448 @@ -3820,30 +4255,24 @@ else
7449    TAPI_FALSE=
7450  fi
7451  
7452 -            echo "$as_me:$LINENO: result: enable TAPI Voice support" >&5
7453 -echo "${ECHO_T}enable TAPI Voice support" >&6
7454 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Voice support" >&5
7455 +$as_echo "enable TAPI Voice support" >&6; }
7456  
7457 -cat >>confdefs.h <<\_ACEOF
7458 -#define TAPI_VOICE 1
7459 -_ACEOF
7460 +$as_echo "#define TAPI_VOICE 1" >>confdefs.h
7461  
7462          else
7463 -            echo "$as_me:$LINENO: result: disable Voice support" >&5
7464 -echo "${ECHO_T}disable Voice support" >&6
7465 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Voice support" >&5
7466 +$as_echo "disable Voice support" >&6; }
7467          fi
7468  
7469  else
7470  
7471 -                echo "$as_me:$LINENO: result: enable TAPI Voice support (default), disable with --disable-voice" >&5
7472 -echo "${ECHO_T}enable TAPI Voice support (default), disable with --disable-voice" >&6
7473 -
7474 -cat >>confdefs.h <<\_ACEOF
7475 -#define TAPI 1
7476 -_ACEOF
7477 -
7478 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Voice support (default), disable with --disable-voice" >&5
7479 +$as_echo "enable TAPI Voice support (default), disable with --disable-voice" >&6; }
7480  
7481 +$as_echo "#define TAPI 1" >>confdefs.h
7482  
7483 -if true; then
7484 +         if true; then
7485    TAPI_TRUE=
7486    TAPI_FALSE='#'
7487  else
7488 @@ -3852,27 +4281,21 @@ else
7489  fi
7490  
7491  
7492 -cat >>confdefs.h <<\_ACEOF
7493 -#define TAPI_VOICE 1
7494 -_ACEOF
7495 +$as_echo "#define TAPI_VOICE 1" >>confdefs.h
7496  
7497  
7498  
7499 -fi;
7500 +fi
7501  
7502 -# Check whether --enable-dtmf or --disable-dtmf was given.
7503 -if test "${enable_dtmf+set}" = set; then
7504 -  enableval="$enable_dtmf"
7505  
7506 +# Check whether --enable-dtmf was given.
7507 +if test "${enable_dtmf+set}" = set; then :
7508 +  enableval=$enable_dtmf;
7509          if test $enableval = 'yes'; then
7510  
7511 -cat >>confdefs.h <<\_ACEOF
7512 -#define TAPI 1
7513 -_ACEOF
7514 -
7515 +$as_echo "#define TAPI 1" >>confdefs.h
7516  
7517 -
7518 -if true; then
7519 +             if true; then
7520    TAPI_TRUE=
7521    TAPI_FALSE='#'
7522  else
7523 @@ -3880,30 +4303,24 @@ else
7524    TAPI_FALSE=
7525  fi
7526  
7527 -            echo "$as_me:$LINENO: result: enable TAPI DTMF support" >&5
7528 -echo "${ECHO_T}enable TAPI DTMF support" >&6
7529 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI DTMF support" >&5
7530 +$as_echo "enable TAPI DTMF support" >&6; }
7531  
7532 -cat >>confdefs.h <<\_ACEOF
7533 -#define TAPI_DTMF 1
7534 -_ACEOF
7535 +$as_echo "#define TAPI_DTMF 1" >>confdefs.h
7536  
7537          else
7538 -            echo "$as_me:$LINENO: result: disable TAPI DTMF support" >&5
7539 -echo "${ECHO_T}disable TAPI DTMF support" >&6
7540 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI DTMF support" >&5
7541 +$as_echo "disable TAPI DTMF support" >&6; }
7542          fi
7543  
7544  else
7545  
7546 -                echo "$as_me:$LINENO: result: enable TAPI DTMF support (default), disable with --disable-dtmf" >&5
7547 -echo "${ECHO_T}enable TAPI DTMF support (default), disable with --disable-dtmf" >&6
7548 -
7549 -cat >>confdefs.h <<\_ACEOF
7550 -#define TAPI 1
7551 -_ACEOF
7552 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI DTMF support (default), disable with --disable-dtmf" >&5
7553 +$as_echo "enable TAPI DTMF support (default), disable with --disable-dtmf" >&6; }
7554  
7555 +$as_echo "#define TAPI 1" >>confdefs.h
7556  
7557 -
7558 -if true; then
7559 +         if true; then
7560    TAPI_TRUE=
7561    TAPI_FALSE='#'
7562  else
7563 @@ -3912,27 +4329,21 @@ else
7564  fi
7565  
7566  
7567 -cat >>confdefs.h <<\_ACEOF
7568 -#define TAPI_DTMF 1
7569 -_ACEOF
7570 +$as_echo "#define TAPI_DTMF 1" >>confdefs.h
7571  
7572  
7573  
7574 -fi;
7575 +fi
7576  
7577 -# Check whether --enable-cid or --disable-cid was given.
7578 -if test "${enable_cid+set}" = set; then
7579 -  enableval="$enable_cid"
7580  
7581 +# Check whether --enable-cid was given.
7582 +if test "${enable_cid+set}" = set; then :
7583 +  enableval=$enable_cid;
7584          if test $enableval = 'yes'; then
7585  
7586 -cat >>confdefs.h <<\_ACEOF
7587 -#define TAPI 1
7588 -_ACEOF
7589 -
7590 -
7591 +$as_echo "#define TAPI 1" >>confdefs.h
7592  
7593 -if true; then
7594 +             if true; then
7595    TAPI_TRUE=
7596    TAPI_FALSE='#'
7597  else
7598 @@ -3940,30 +4351,24 @@ else
7599    TAPI_FALSE=
7600  fi
7601  
7602 -            echo "$as_me:$LINENO: result: enable TAPI CID support." >&5
7603 -echo "${ECHO_T}enable TAPI CID support." >&6
7604 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI CID support." >&5
7605 +$as_echo "enable TAPI CID support." >&6; }
7606  
7607 -cat >>confdefs.h <<\_ACEOF
7608 -#define TAPI_CID 1
7609 -_ACEOF
7610 +$as_echo "#define TAPI_CID 1" >>confdefs.h
7611  
7612          else
7613 -            echo "$as_me:$LINENO: result: disable TAPI CID support." >&5
7614 -echo "${ECHO_T}disable TAPI CID support." >&6
7615 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI CID support." >&5
7616 +$as_echo "disable TAPI CID support." >&6; }
7617          fi
7618  
7619  else
7620  
7621 -                echo "$as_me:$LINENO: result: enable TAPI CID support (default), disable with --disable-cid" >&5
7622 -echo "${ECHO_T}enable TAPI CID support (default), disable with --disable-cid" >&6
7623 -
7624 -cat >>confdefs.h <<\_ACEOF
7625 -#define TAPI 1
7626 -_ACEOF
7627 -
7628 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI CID support (default), disable with --disable-cid" >&5
7629 +$as_echo "enable TAPI CID support (default), disable with --disable-cid" >&6; }
7630  
7631 +$as_echo "#define TAPI 1" >>confdefs.h
7632  
7633 -if true; then
7634 +         if true; then
7635    TAPI_TRUE=
7636    TAPI_FALSE='#'
7637  else
7638 @@ -3972,27 +4377,21 @@ else
7639  fi
7640  
7641  
7642 -cat >>confdefs.h <<\_ACEOF
7643 -#define TAPI_CID 1
7644 -_ACEOF
7645 +$as_echo "#define TAPI_CID 1" >>confdefs.h
7646  
7647  
7648  
7649 -fi;
7650 +fi
7651  
7652 -# Check whether --enable-fax or --disable-fax was given.
7653 -if test "${enable_fax+set}" = set; then
7654 -  enableval="$enable_fax"
7655  
7656 +# Check whether --enable-fax was given.
7657 +if test "${enable_fax+set}" = set; then :
7658 +  enableval=$enable_fax;
7659          if test $enableval = 'yes'; then
7660  
7661 -cat >>confdefs.h <<\_ACEOF
7662 -#define TAPI 1
7663 -_ACEOF
7664 -
7665 +$as_echo "#define TAPI 1" >>confdefs.h
7666  
7667 -
7668 -if true; then
7669 +             if true; then
7670    TAPI_TRUE=
7671    TAPI_FALSE='#'
7672  else
7673 @@ -4000,30 +4399,24 @@ else
7674    TAPI_FALSE=
7675  fi
7676  
7677 -            echo "$as_me:$LINENO: result: enable TAPI FAX support" >&5
7678 -echo "${ECHO_T}enable TAPI FAX support" >&6
7679 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI FAX support" >&5
7680 +$as_echo "enable TAPI FAX support" >&6; }
7681  
7682 -cat >>confdefs.h <<\_ACEOF
7683 -#define TAPI_FAX_T38 1
7684 -_ACEOF
7685 +$as_echo "#define TAPI_FAX_T38 1" >>confdefs.h
7686  
7687          else
7688 -            echo "$as_me:$LINENO: result: disable TAPI FAX support" >&5
7689 -echo "${ECHO_T}disable TAPI FAX support" >&6
7690 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI FAX support" >&5
7691 +$as_echo "disable TAPI FAX support" >&6; }
7692          fi
7693  
7694  else
7695  
7696 -                echo "$as_me:$LINENO: result: enable TAPI FAX support (default), disable with --disable-fax" >&5
7697 -echo "${ECHO_T}enable TAPI FAX support (default), disable with --disable-fax" >&6
7698 -
7699 -cat >>confdefs.h <<\_ACEOF
7700 -#define TAPI 1
7701 -_ACEOF
7702 -
7703 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI FAX support (default), disable with --disable-fax" >&5
7704 +$as_echo "enable TAPI FAX support (default), disable with --disable-fax" >&6; }
7705  
7706 +$as_echo "#define TAPI 1" >>confdefs.h
7707  
7708 -if true; then
7709 +         if true; then
7710    TAPI_TRUE=
7711    TAPI_FALSE='#'
7712  else
7713 @@ -4032,27 +4425,21 @@ else
7714  fi
7715  
7716  
7717 -cat >>confdefs.h <<\_ACEOF
7718 -#define TAPI_FAX_T38 1
7719 -_ACEOF
7720 +$as_echo "#define TAPI_FAX_T38 1" >>confdefs.h
7721  
7722  
7723  
7724 -fi;
7725 +fi
7726  
7727 -# Check whether --enable-t38 or --disable-t38 was given.
7728 -if test "${enable_t38+set}" = set; then
7729 -  enableval="$enable_t38"
7730  
7731 +# Check whether --enable-t38 was given.
7732 +if test "${enable_t38+set}" = set; then :
7733 +  enableval=$enable_t38;
7734          if test $enableval = 'yes'; then
7735  
7736 -cat >>confdefs.h <<\_ACEOF
7737 -#define TAPI 1
7738 -_ACEOF
7739 -
7740 -
7741 +$as_echo "#define TAPI 1" >>confdefs.h
7742  
7743 -if true; then
7744 +             if true; then
7745    TAPI_TRUE=
7746    TAPI_FALSE='#'
7747  else
7748 @@ -4060,49 +4447,39 @@ else
7749    TAPI_FALSE=
7750  fi
7751  
7752 -            echo "$as_me:$LINENO: result: enable TAPI T.38 support" >&5
7753 -echo "${ECHO_T}enable TAPI T.38 support" >&6
7754 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI T.38 support" >&5
7755 +$as_echo "enable TAPI T.38 support" >&6; }
7756  
7757 -cat >>confdefs.h <<\_ACEOF
7758 -#define TAPI_FAX_T38_FW 1
7759 -_ACEOF
7760 +$as_echo "#define TAPI_FAX_T38_FW 1" >>confdefs.h
7761  
7762          else
7763 -            echo "$as_me:$LINENO: result: disable TAPI T.38 support" >&5
7764 -echo "${ECHO_T}disable TAPI T.38 support" >&6
7765 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI T.38 support" >&5
7766 +$as_echo "disable TAPI T.38 support" >&6; }
7767          fi
7768  
7769  else
7770  
7771 -                echo "$as_me:$LINENO: result: enable TAPI T.38 support (default), disable with --disable-t38" >&5
7772 -echo "${ECHO_T}enable TAPI T.38 support (default), disable with --disable-t38" >&6
7773 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI T.38 support (default), disable with --disable-t38" >&5
7774 +$as_echo "enable TAPI T.38 support (default), disable with --disable-t38" >&6; }
7775  
7776 -cat >>confdefs.h <<\_ACEOF
7777 -#define TAPI 1
7778 -_ACEOF
7779 +$as_echo "#define TAPI 1" >>confdefs.h
7780  
7781  
7782 -cat >>confdefs.h <<\_ACEOF
7783 -#define TAPI_FAX_T38_FW 1
7784 -_ACEOF
7785 +$as_echo "#define TAPI_FAX_T38_FW 1" >>confdefs.h
7786  
7787  
7788  
7789 -fi;
7790 +fi
7791  
7792 -# Check whether --enable-cont-measurement or --disable-cont-measurement was given.
7793 -if test "${enable_cont_measurement+set}" = set; then
7794 -  enableval="$enable_cont_measurement"
7795  
7796 +# Check whether --enable-cont-measurement was given.
7797 +if test "${enable_cont_measurement+set}" = set; then :
7798 +  enableval=$enable_cont_measurement;
7799          if test $enableval = 'yes'; then
7800  
7801 -cat >>confdefs.h <<\_ACEOF
7802 -#define TAPI 1
7803 -_ACEOF
7804 -
7805 +$as_echo "#define TAPI 1" >>confdefs.h
7806  
7807 -
7808 -if true; then
7809 +             if true; then
7810    TAPI_TRUE=
7811    TAPI_FALSE='#'
7812  else
7813 @@ -4111,38 +4488,32 @@ else
7814  fi
7815  
7816  
7817 -cat >>confdefs.h <<\_ACEOF
7818 -#define TAPI_CONT_MEASUREMENT 1
7819 -_ACEOF
7820 +$as_echo "#define TAPI_CONT_MEASUREMENT 1" >>confdefs.h
7821  
7822 -            echo "$as_me:$LINENO: result: enable TAPI Analog Line Continuous Measurement" >&5
7823 -echo "${ECHO_T}enable TAPI Analog Line Continuous Measurement" >&6
7824 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Analog Line Continuous Measurement" >&5
7825 +$as_echo "enable TAPI Analog Line Continuous Measurement" >&6; }
7826          else
7827 -            echo "$as_me:$LINENO: result: disable TAPI Analog Line Continuous Measurement" >&5
7828 -echo "${ECHO_T}disable TAPI Analog Line Continuous Measurement" >&6
7829 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI Analog Line Continuous Measurement" >&5
7830 +$as_echo "disable TAPI Analog Line Continuous Measurement" >&6; }
7831          fi
7832  
7833  else
7834  
7835 -                echo "$as_me:$LINENO: result: disable TAPI Analog Line Continuous Measurement (default)" >&5
7836 -echo "${ECHO_T}disable TAPI Analog Line Continuous Measurement (default)" >&6
7837 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI Analog Line Continuous Measurement (default)" >&5
7838 +$as_echo "disable TAPI Analog Line Continuous Measurement (default)" >&6; }
7839  
7840  
7841 -fi;
7842 +fi
7843  
7844 -# Check whether --enable-phone-detection or --disable-phone-detection was given.
7845 -if test "${enable_phone_detection+set}" = set; then
7846 -  enableval="$enable_phone_detection"
7847  
7848 +# Check whether --enable-phone-detection was given.
7849 +if test "${enable_phone_detection+set}" = set; then :
7850 +  enableval=$enable_phone_detection;
7851          if test $enableval = 'yes'; then
7852  
7853 -cat >>confdefs.h <<\_ACEOF
7854 -#define TAPI 1
7855 -_ACEOF
7856 -
7857 -
7858 +$as_echo "#define TAPI 1" >>confdefs.h
7859  
7860 -if true; then
7861 +             if true; then
7862    TAPI_TRUE=
7863    TAPI_FALSE='#'
7864  else
7865 @@ -4151,49 +4522,44 @@ else
7866  fi
7867  
7868  
7869 -cat >>confdefs.h <<\_ACEOF
7870 -#define TAPI_PHONE_DETECTION 1
7871 -_ACEOF
7872 +$as_echo "#define TAPI_PHONE_DETECTION 1" >>confdefs.h
7873  
7874 -            echo "$as_me:$LINENO: result: enable TAPI FXS Phone Detection support" >&5
7875 -echo "${ECHO_T}enable TAPI FXS Phone Detection support" >&6
7876 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI FXS Phone Detection support" >&5
7877 +$as_echo "enable TAPI FXS Phone Detection support" >&6; }
7878          else
7879 -            echo "$as_me:$LINENO: result: disable TAPI FXS Phone Detection support" >&5
7880 -echo "${ECHO_T}disable TAPI FXS Phone Detection support" >&6
7881 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI FXS Phone Detection support" >&5
7882 +$as_echo "disable TAPI FXS Phone Detection support" >&6; }
7883          fi
7884  
7885  else
7886  
7887 -                echo "$as_me:$LINENO: result: disable TAPI FXS Phone Detection support (default)" >&5
7888 -echo "${ECHO_T}disable TAPI FXS Phone Detection support (default)" >&6
7889 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI FXS Phone Detection support (default)" >&5
7890 +$as_echo "disable TAPI FXS Phone Detection support (default)" >&6; }
7891  
7892  
7893 -fi;
7894 +fi
7895  
7896 -# Check whether --enable-audio or --disable-audio was given.
7897 -if test "${enable_audio+set}" = set; then
7898 -  enableval="$enable_audio"
7899  
7900 +# Check whether --enable-audio was given.
7901 +if test "${enable_audio+set}" = set; then :
7902 +  enableval=$enable_audio;
7903          if test $enableval = 'yes'; then
7904 -            echo "$as_me:$LINENO: result: enable IP-Phone TAPI Audio support." >&5
7905 -echo "${ECHO_T}enable IP-Phone TAPI Audio support." >&6
7906 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable IP-Phone TAPI Audio support." >&5
7907 +$as_echo "enable IP-Phone TAPI Audio support." >&6; }
7908  
7909 -cat >>confdefs.h <<\_ACEOF
7910 -#define TAPI_AUDIO 1
7911 -_ACEOF
7912 +$as_echo "#define TAPI_AUDIO 1" >>confdefs.h
7913  
7914          else
7915 -            echo "$as_me:$LINENO: result: disable IP-Phone TAPI Audio support." >&5
7916 -echo "${ECHO_T}disable IP-Phone TAPI Audio support." >&6
7917 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable IP-Phone TAPI Audio support." >&5
7918 +$as_echo "disable IP-Phone TAPI Audio support." >&6; }
7919          fi
7920  
7921  
7922 -fi;
7923 -
7924 +fi
7925  
7926  
7927  
7928 -if false; then
7929 + if false; then
7930    IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7931    IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7932  else
7933 @@ -4201,21 +4567,16 @@ else
7934    IPP_EVAL_SYSTEM_PARAMETERS_FALSE=
7935  fi
7936  
7937 -# Check whether --enable-ipp-eval-system or --disable-ipp-eval-system was given.
7938 -if test "${enable_ipp_eval_system+set}" = set; then
7939 -  enableval="$enable_ipp_eval_system"
7940 -
7941 +# Check whether --enable-ipp-eval-system was given.
7942 +if test "${enable_ipp_eval_system+set}" = set; then :
7943 +  enableval=$enable_ipp_eval_system;
7944          if test $enableval = 'yes'; then
7945 -            echo "$as_me:$LINENO: result: selected Voice Parameters for Evaluation System." >&5
7946 -echo "${ECHO_T}selected Voice Parameters for Evaluation System." >&6
7947 -
7948 -cat >>confdefs.h <<\_ACEOF
7949 -#define IPP_USE_EVALUATION_SYSTEM 1
7950 -_ACEOF
7951 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: selected Voice Parameters for Evaluation System." >&5
7952 +$as_echo "selected Voice Parameters for Evaluation System." >&6; }
7953  
7954 +$as_echo "#define IPP_USE_EVALUATION_SYSTEM 1" >>confdefs.h
7955  
7956 -
7957 -if true; then
7958 +             if true; then
7959    IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7960    IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7961  else
7962 @@ -4224,11 +4585,9 @@ else
7963  fi
7964  
7965          else
7966 -            echo "$as_me:$LINENO: result: selected Voice Parameters for Reference System." >&5
7967 -echo "${ECHO_T}selected Voice Parameters for Reference System." >&6
7968 -
7969 -
7970 -if false; then
7971 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: selected Voice Parameters for Reference System." >&5
7972 +$as_echo "selected Voice Parameters for Reference System." >&6; }
7973 +             if false; then
7974    IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7975    IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7976  else
7977 @@ -4241,9 +4600,7 @@ fi
7978  else
7979  
7980                  #AC_MSG_RESULT([selected Voice Parameters for Reference System(default), select Evaluation System with --enable-ipp-eval-system])
7981 -
7982 -
7983 -if false; then
7984 +         if false; then
7985    IPP_EVAL_SYSTEM_PARAMETERS_TRUE=
7986    IPP_EVAL_SYSTEM_PARAMETERS_FALSE='#'
7987  else
7988 @@ -4253,11 +4610,10 @@ fi
7989  
7990  
7991  
7992 -fi;
7993 -
7994 +fi
7995  
7996  
7997 -if false; then
7998 + if false; then
7999    EVENT_LOGGER_DEBUG_TRUE=
8000    EVENT_LOGGER_DEBUG_FALSE='#'
8001  else
8002 @@ -4265,21 +4621,16 @@ else
8003    EVENT_LOGGER_DEBUG_FALSE=
8004  fi
8005  
8006 -# Check whether --enable-el_debug or --disable-el_debug was given.
8007 -if test "${enable_el_debug+set}" = set; then
8008 -  enableval="$enable_el_debug"
8009 -
8010 +# Check whether --enable-el_debug was given.
8011 +if test "${enable_el_debug+set}" = set; then :
8012 +  enableval=$enable_el_debug;
8013        if test $enableval = 'yes'; then
8014 -         echo "$as_me:$LINENO: result: enable event logger debugging" >&5
8015 -echo "${ECHO_T}enable event logger debugging" >&6
8016 -
8017 -cat >>confdefs.h <<\_ACEOF
8018 -#define EVENT_LOGGER_DEBUG 1
8019 -_ACEOF
8020 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable event logger debugging" >&5
8021 +$as_echo "enable event logger debugging" >&6; }
8022  
8023 +$as_echo "#define EVENT_LOGGER_DEBUG 1" >>confdefs.h
8024  
8025 -
8026 -if true; then
8027 +          if true; then
8028    EVENT_LOGGER_DEBUG_TRUE=
8029    EVENT_LOGGER_DEBUG_FALSE='#'
8030  else
8031 @@ -4288,11 +4639,9 @@ else
8032  fi
8033  
8034        else
8035 -         echo "$as_me:$LINENO: result: disable event logger debugging" >&5
8036 -echo "${ECHO_T}disable event logger debugging" >&6
8037 -
8038 -
8039 -if false; then
8040 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable event logger debugging" >&5
8041 +$as_echo "disable event logger debugging" >&6; }
8042 +          if false; then
8043    EVENT_LOGGER_DEBUG_TRUE=
8044    EVENT_LOGGER_DEBUG_FALSE='#'
8045  else
8046 @@ -4304,9 +4653,7 @@ fi
8047  
8048  else
8049  
8050 -
8051 -
8052 -if false; then
8053 +       if false; then
8054    EVENT_LOGGER_DEBUG_TRUE=
8055    EVENT_LOGGER_DEBUG_FALSE='#'
8056  else
8057 @@ -4316,41 +4663,36 @@ fi
8058  
8059  
8060  
8061 -fi;
8062 +fi
8063  
8064 -# Check whether --enable-alm or --disable-alm was given.
8065 -if test "${enable_alm+set}" = set; then
8066 -  enableval="$enable_alm"
8067  
8068 +# Check whether --enable-alm was given.
8069 +if test "${enable_alm+set}" = set; then :
8070 +  enableval=$enable_alm;
8071          if test $enableval = 'yes'; then
8072 -            echo "$as_me:$LINENO: result: enable ALM support" >&5
8073 -echo "${ECHO_T}enable ALM support" >&6
8074 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable ALM support" >&5
8075 +$as_echo "enable ALM support" >&6; }
8076  
8077 -cat >>confdefs.h <<\_ACEOF
8078 -#define VMMC_ALM_EN 1
8079 -_ACEOF
8080 +$as_echo "#define VMMC_ALM_EN 1" >>confdefs.h
8081  
8082          else
8083 -            echo "$as_me:$LINENO: result: disable ALM support" >&5
8084 -echo "${ECHO_T}disable ALM support" >&6
8085 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable ALM support" >&5
8086 +$as_echo "disable ALM support" >&6; }
8087          fi
8088  
8089  else
8090  
8091 -                echo "$as_me:$LINENO: result: enable ALM support (default), disable with --disable-alm" >&5
8092 -echo "${ECHO_T}enable ALM support (default), disable with --disable-alm" >&6
8093 -
8094 -cat >>confdefs.h <<\_ACEOF
8095 -#define VMMC_ALM_EN 1
8096 -_ACEOF
8097 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable ALM support (default), disable with --disable-alm" >&5
8098 +$as_echo "enable ALM support (default), disable with --disable-alm" >&6; }
8099  
8100 +$as_echo "#define VMMC_ALM_EN 1" >>confdefs.h
8101  
8102  
8103 -fi;
8104  
8105 +fi
8106  
8107  
8108 -if false; then
8109 + if false; then
8110    KPI_SUPPORT_TRUE=
8111    KPI_SUPPORT_FALSE='#'
8112  else
8113 @@ -4358,21 +4700,18 @@ else
8114    KPI_SUPPORT_FALSE=
8115  fi
8116  
8117 -# Check whether --enable-kpi or --disable-kpi was given.
8118 -if test "${enable_kpi+set}" = set; then
8119 -  enableval="$enable_kpi"
8120 -
8121 +# Check whether --enable-kpi was given.
8122 +if test "${enable_kpi+set}" = set; then :
8123 +  enableval=$enable_kpi;
8124        if test "$enableval" = 'yes'; then
8125 -         echo "$as_me:$LINENO: result: enable Kernel Packet Interface" >&5
8126 -echo "${ECHO_T}enable Kernel Packet Interface" >&6
8127 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Kernel Packet Interface" >&5
8128 +$as_echo "enable Kernel Packet Interface" >&6; }
8129  
8130  cat >>confdefs.h <<_ACEOF
8131  #define KPI_SUPPORT 1
8132  _ACEOF
8133  
8134 -
8135 -
8136 -if true; then
8137 +          if true; then
8138    KPI_SUPPORT_TRUE=
8139    KPI_SUPPORT_FALSE='#'
8140  else
8141 @@ -4381,11 +4720,9 @@ else
8142  fi
8143  
8144        else
8145 -         echo "$as_me:$LINENO: result: disable Kernel Packet Interface" >&5
8146 -echo "${ECHO_T}disable Kernel Packet Interface" >&6
8147 -
8148 -
8149 -if false; then
8150 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Kernel Packet Interface" >&5
8151 +$as_echo "disable Kernel Packet Interface" >&6; }
8152 +          if false; then
8153    KPI_SUPPORT_TRUE=
8154    KPI_SUPPORT_FALSE='#'
8155  else
8156 @@ -4397,11 +4734,9 @@ fi
8157  
8158  else
8159  
8160 -      echo "$as_me:$LINENO: result: disable Kernel Packet Interface (default), enable with --enable-kpi" >&5
8161 -echo "${ECHO_T}disable Kernel Packet Interface (default), enable with --enable-kpi" >&6
8162 -
8163 -
8164 -if false; then
8165 +      { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Kernel Packet Interface (default), enable with --enable-kpi" >&5
8166 +$as_echo "disable Kernel Packet Interface (default), enable with --enable-kpi" >&6; }
8167 +       if false; then
8168    KPI_SUPPORT_TRUE=
8169    KPI_SUPPORT_FALSE='#'
8170  else
8171 @@ -4411,11 +4746,10 @@ fi
8172  
8173  
8174  
8175 -fi;
8176 -
8177 +fi
8178  
8179  
8180 -if false; then
8181 + if false; then
8182    DECT_SUPPORT_TRUE=
8183    DECT_SUPPORT_FALSE='#'
8184  else
8185 @@ -4423,21 +4757,18 @@ else
8186    DECT_SUPPORT_FALSE=
8187  fi
8188  
8189 -# Check whether --enable-dect or --disable-dect was given.
8190 -if test "${enable_dect+set}" = set; then
8191 -  enableval="$enable_dect"
8192 -
8193 +# Check whether --enable-dect was given.
8194 +if test "${enable_dect+set}" = set; then :
8195 +  enableval=$enable_dect;
8196        if test $enableval = 'yes'; then
8197 -         echo "$as_me:$LINENO: result: enable DECT channel support" >&5
8198 -echo "${ECHO_T}enable DECT channel support" >&6
8199 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable DECT channel support" >&5
8200 +$as_echo "enable DECT channel support" >&6; }
8201  
8202  cat >>confdefs.h <<_ACEOF
8203  #define DECT_SUPPORT 1
8204  _ACEOF
8205  
8206 -
8207 -
8208 -if true; then
8209 +          if true; then
8210    DECT_SUPPORT_TRUE=
8211    DECT_SUPPORT_FALSE='#'
8212  else
8213 @@ -4446,11 +4777,9 @@ else
8214  fi
8215  
8216        else
8217 -         echo "$as_me:$LINENO: result: disable DECT channel support" >&5
8218 -echo "${ECHO_T}disable DECT channel support" >&6
8219 -
8220 -
8221 -if false; then
8222 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable DECT channel support" >&5
8223 +$as_echo "disable DECT channel support" >&6; }
8224 +          if false; then
8225    DECT_SUPPORT_TRUE=
8226    DECT_SUPPORT_FALSE='#'
8227  else
8228 @@ -4462,11 +4791,9 @@ fi
8229  
8230  else
8231  
8232 -      echo "$as_me:$LINENO: result: disable DECT channel support (default), enable with --enable-dect" >&5
8233 -echo "${ECHO_T}disable DECT channel support (default), enable with --enable-dect" >&6
8234 -
8235 -
8236 -if false; then
8237 +      { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable DECT channel support (default), enable with --enable-dect" >&5
8238 +$as_echo "disable DECT channel support (default), enable with --enable-dect" >&6; }
8239 +       if false; then
8240    DECT_SUPPORT_TRUE=
8241    DECT_SUPPORT_FALSE='#'
8242  else
8243 @@ -4476,46 +4803,39 @@ fi
8244  
8245  
8246  
8247 -fi;
8248 +fi
8249  
8250 -# Check whether --enable-dect-nibble-swap or --disable-dect-nibble-swap was given.
8251 -if test "${enable_dect_nibble_swap+set}" = set; then
8252 -  enableval="$enable_dect_nibble_swap"
8253  
8254 +# Check whether --enable-dect-nibble-swap was given.
8255 +if test "${enable_dect_nibble_swap+set}" = set; then :
8256 +  enableval=$enable_dect_nibble_swap;
8257                  if test $enableval = 'yes'; then
8258 -                        echo "$as_me:$LINENO: result: enable DECT nibble swap for COSIC modem" >&5
8259 -echo "${ECHO_T}enable DECT nibble swap for COSIC modem" >&6
8260 +                        { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable DECT nibble swap for COSIC modem" >&5
8261 +$as_echo "enable DECT nibble swap for COSIC modem" >&6; }
8262  
8263 -cat >>confdefs.h <<\_ACEOF
8264 -#define VMMC_DECT_NIBBLE_SWAP 1
8265 -_ACEOF
8266 +$as_echo "#define VMMC_DECT_NIBBLE_SWAP 1" >>confdefs.h
8267  
8268                  else
8269 -                        echo "$as_me:$LINENO: result: disable DECT nibble swap for COSIC modem" >&5
8270 -echo "${ECHO_T}disable DECT nibble swap for COSIC modem" >&6
8271 +                        { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable DECT nibble swap for COSIC modem" >&5
8272 +$as_echo "disable DECT nibble swap for COSIC modem" >&6; }
8273  
8274 -cat >>confdefs.h <<\_ACEOF
8275 -#define VMMC_DECT_NIBBLE_SWAP 0
8276 -_ACEOF
8277 +$as_echo "#define VMMC_DECT_NIBBLE_SWAP 0" >>confdefs.h
8278  
8279                  fi
8280  
8281  else
8282  
8283 -                echo "$as_me:$LINENO: result: enable DECT nibble swap for COSIC modem" >&5
8284 -echo "${ECHO_T}enable DECT nibble swap for COSIC modem" >&6
8285 -
8286 -cat >>confdefs.h <<\_ACEOF
8287 -#define VMMC_DECT_NIBBLE_SWAP 1
8288 -_ACEOF
8289 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable DECT nibble swap for COSIC modem" >&5
8290 +$as_echo "enable DECT nibble swap for COSIC modem" >&6; }
8291  
8292 +$as_echo "#define VMMC_DECT_NIBBLE_SWAP 1" >>confdefs.h
8293  
8294  
8295 -fi;
8296  
8297 +fi
8298  
8299  
8300 -if false; then
8301 + if false; then
8302    LIN_SUPPORT_TRUE=
8303    LIN_SUPPORT_FALSE='#'
8304  else
8305 @@ -4523,21 +4843,16 @@ else
8306    LIN_SUPPORT_FALSE=
8307  fi
8308  
8309 -# Check whether --enable-lin or --disable-lin was given.
8310 -if test "${enable_lin+set}" = set; then
8311 -  enableval="$enable_lin"
8312 -
8313 +# Check whether --enable-lin was given.
8314 +if test "${enable_lin+set}" = set; then :
8315 +  enableval=$enable_lin;
8316         if test $enableval = 'yes'; then
8317 -           echo "$as_me:$LINENO: result: enable LIN channel support" >&5
8318 -echo "${ECHO_T}enable LIN channel support" >&6
8319 -
8320 -cat >>confdefs.h <<\_ACEOF
8321 -#define LIN_SUPPORT 1
8322 -_ACEOF
8323 -
8324 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable LIN channel support" >&5
8325 +$as_echo "enable LIN channel support" >&6; }
8326  
8327 +$as_echo "#define LIN_SUPPORT 1" >>confdefs.h
8328  
8329 -if true; then
8330 +            if true; then
8331    LIN_SUPPORT_TRUE=
8332    LIN_SUPPORT_FALSE='#'
8333  else
8334 @@ -4546,11 +4861,9 @@ else
8335  fi
8336  
8337         else
8338 -          echo "$as_me:$LINENO: result: disable LIN support." >&5
8339 -echo "${ECHO_T}disable LIN support." >&6
8340 -
8341 -
8342 -if false; then
8343 +          { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable LIN support." >&5
8344 +$as_echo "disable LIN support." >&6; }
8345 +           if false; then
8346    LIN_SUPPORT_TRUE=
8347    LIN_SUPPORT_FALSE='#'
8348  else
8349 @@ -4561,11 +4874,10 @@ fi
8350         fi
8351  
8352  
8353 -fi;
8354 -
8355 +fi
8356  
8357  
8358 -if false; then
8359 + if false; then
8360    PMU_SUPPORT_TRUE=
8361    PMU_SUPPORT_FALSE='#'
8362  else
8363 @@ -4573,21 +4885,16 @@ else
8364    PMU_SUPPORT_FALSE=
8365  fi
8366  
8367 -# Check whether --enable-pmu or --disable-pmu was given.
8368 -if test "${enable_pmu+set}" = set; then
8369 -  enableval="$enable_pmu"
8370 -
8371 +# Check whether --enable-pmu was given.
8372 +if test "${enable_pmu+set}" = set; then :
8373 +  enableval=$enable_pmu;
8374         if test $enableval = 'yes'; then
8375 -           echo "$as_me:$LINENO: result: enable Power Management Unit support" >&5
8376 -echo "${ECHO_T}enable Power Management Unit support" >&6
8377 -
8378 -cat >>confdefs.h <<\_ACEOF
8379 -#define PMU_SUPPORTED 1
8380 -_ACEOF
8381 -
8382 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Power Management Unit support" >&5
8383 +$as_echo "enable Power Management Unit support" >&6; }
8384  
8385 +$as_echo "#define PMU_SUPPORTED 1" >>confdefs.h
8386  
8387 -if true; then
8388 +            if true; then
8389    PMU_SUPPORT_TRUE=
8390    PMU_SUPPORT_FALSE='#'
8391  else
8392 @@ -4596,11 +4903,9 @@ else
8393  fi
8394  
8395         else
8396 -          echo "$as_me:$LINENO: result: disable Power Management Unit support." >&5
8397 -echo "${ECHO_T}disable Power Management Unit support." >&6
8398 -
8399 -
8400 -if false; then
8401 +          { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Power Management Unit support." >&5
8402 +$as_echo "disable Power Management Unit support." >&6; }
8403 +           if false; then
8404    PMU_SUPPORT_TRUE=
8405    PMU_SUPPORT_FALSE='#'
8406  else
8407 @@ -4611,11 +4916,10 @@ fi
8408         fi
8409  
8410  
8411 -fi;
8412 -
8413 +fi
8414  
8415  
8416 -if false; then
8417 + if false; then
8418    PMC_SUPPORT_TRUE=
8419    PMC_SUPPORT_FALSE='#'
8420  else
8421 @@ -4623,21 +4927,16 @@ else
8422    PMC_SUPPORT_FALSE=
8423  fi
8424  
8425 -# Check whether --enable-pmc or --disable-pmc was given.
8426 -if test "${enable_pmc+set}" = set; then
8427 -  enableval="$enable_pmc"
8428 -
8429 +# Check whether --enable-pmc was given.
8430 +if test "${enable_pmc+set}" = set; then :
8431 +  enableval=$enable_pmc;
8432         if test $enableval = 'yes'; then
8433 -           echo "$as_me:$LINENO: result: enable Power Management Control support" >&5
8434 -echo "${ECHO_T}enable Power Management Control support" >&6
8435 -
8436 -cat >>confdefs.h <<\_ACEOF
8437 -#define PMC_SUPPORTED 1
8438 -_ACEOF
8439 -
8440 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Power Management Control support" >&5
8441 +$as_echo "enable Power Management Control support" >&6; }
8442  
8443 +$as_echo "#define PMC_SUPPORTED 1" >>confdefs.h
8444  
8445 -if true; then
8446 +            if true; then
8447    PMC_SUPPORT_TRUE=
8448    PMC_SUPPORT_FALSE='#'
8449  else
8450 @@ -4646,11 +4945,9 @@ else
8451  fi
8452  
8453         else
8454 -          echo "$as_me:$LINENO: result: disable Power Management Control support." >&5
8455 -echo "${ECHO_T}disable Power Management Control support." >&6
8456 -
8457 -
8458 -if false; then
8459 +          { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Power Management Control support." >&5
8460 +$as_echo "disable Power Management Control support." >&6; }
8461 +           if false; then
8462    PMC_SUPPORT_TRUE=
8463    PMC_SUPPORT_FALSE='#'
8464  else
8465 @@ -4661,70 +4958,64 @@ fi
8466         fi
8467  
8468  
8469 -fi;
8470 +fi
8471  
8472 -# Check whether --enable-calibration or --disable-calibration was given.
8473 -if test "${enable_calibration+set}" = set; then
8474 -  enableval="$enable_calibration"
8475  
8476 +# Check whether --enable-calibration was given.
8477 +if test "${enable_calibration+set}" = set; then :
8478 +  enableval=$enable_calibration;
8479         if test $enableval = 'yes'; then
8480 -           echo "$as_me:$LINENO: result: enable Analog Line Calibration support" >&5
8481 -echo "${ECHO_T}enable Analog Line Calibration support" >&6
8482 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable Analog Line Calibration support" >&5
8483 +$as_echo "enable Analog Line Calibration support" >&6; }
8484  
8485  cat >>confdefs.h <<_ACEOF
8486  #define CALIBRATION_SUPPORT 1
8487  _ACEOF
8488  
8489         else
8490 -          echo "$as_me:$LINENO: result: disable Analog Line Calibration support." >&5
8491 -echo "${ECHO_T}disable Analog Line Calibration support." >&6
8492 +          { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable Analog Line Calibration support." >&5
8493 +$as_echo "disable Analog Line Calibration support." >&6; }
8494         fi
8495  
8496  
8497 -fi;
8498 +fi
8499 +
8500  
8501  #dnl MPS history buffer (default=128 words, maximum=512 words, 0=disable)]
8502  
8503  MPS_HISTORY=128
8504 -# Check whether --enable-history-buf or --disable-history-buf was given.
8505 -if test "${enable_history_buf+set}" = set; then
8506 -  enableval="$enable_history_buf"
8507 -
8508 +# Check whether --enable-history-buf was given.
8509 +if test "${enable_history_buf+set}" = set; then :
8510 +  enableval=$enable_history_buf;
8511           if test -z $enableval; then
8512              MPS_HISTORY=128
8513 -            echo "$as_me:$LINENO: result: ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&5
8514 -echo "${ECHO_T}ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&6
8515 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&5
8516 +$as_echo "ATTENTION! MPS_HISTORY without parameter, set to default (128 words)" >&6; }
8517           elif test $enableval -lt 0 -o $enableval -gt 512; then
8518 -            { { echo "$as_me:$LINENO: error: Valid values for MPS history buffer are 0(disable)..512 words ($enableval)" >&5
8519 -echo "$as_me: error: Valid values for MPS history buffer are 0(disable)..512 words ($enableval)" >&2;}
8520 -   { (exit 1); exit 1; }; }
8521 +            as_fn_error $? "Valid values for MPS history buffer are 0(disable)..512 words ($enableval)" "$LINENO" 5
8522           else
8523              MPS_HISTORY=$enableval
8524 -            echo "$as_me:$LINENO: result: MPS history buffer of $enableval words" >&5
8525 -echo "${ECHO_T}MPS history buffer of $enableval words" >&6
8526 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: MPS history buffer of $enableval words" >&5
8527 +$as_echo "MPS history buffer of $enableval words" >&6; }
8528           fi
8529  
8530  else
8531  
8532 -         echo "$as_me:$LINENO: result: MPS history buffer set to default value of $MPS_HISTORY words" >&5
8533 -echo "${ECHO_T}MPS history buffer set to default value of $MPS_HISTORY words" >&6
8534 +         { $as_echo "$as_me:${as_lineno-$LINENO}: result: MPS history buffer set to default value of $MPS_HISTORY words" >&5
8535 +$as_echo "MPS history buffer set to default value of $MPS_HISTORY words" >&6; }
8536  
8537  
8538 -fi;
8539 +fi
8540  
8541 -# Check whether --enable-announcements or --disable-announcements was given.
8542 -if test "${enable_announcements+set}" = set; then
8543 -  enableval="$enable_announcements"
8544  
8545 +# Check whether --enable-announcements was given.
8546 +if test "${enable_announcements+set}" = set; then :
8547 +  enableval=$enable_announcements;
8548          if test $enableval = 'yes'; then
8549  
8550 -cat >>confdefs.h <<\_ACEOF
8551 -#define TAPI 1
8552 -_ACEOF
8553 -
8554 -
8555 +$as_echo "#define TAPI 1" >>confdefs.h
8556  
8557 -if true; then
8558 +             if true; then
8559    TAPI_TRUE=
8560    TAPI_FALSE='#'
8561  else
8562 @@ -4732,30 +5023,24 @@ else
8563    TAPI_FALSE=
8564  fi
8565  
8566 -            echo "$as_me:$LINENO: result: enable TAPI Announcements support." >&5
8567 -echo "${ECHO_T}enable TAPI Announcements support." >&6
8568 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Announcements support." >&5
8569 +$as_echo "enable TAPI Announcements support." >&6; }
8570  
8571 -cat >>confdefs.h <<\_ACEOF
8572 -#define TAPI_ANNOUNCEMENTS 1
8573 -_ACEOF
8574 +$as_echo "#define TAPI_ANNOUNCEMENTS 1" >>confdefs.h
8575  
8576          else
8577 -            echo "$as_me:$LINENO: result: disable TAPI Announcements support." >&5
8578 -echo "${ECHO_T}disable TAPI Announcements support." >&6
8579 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable TAPI Announcements support." >&5
8580 +$as_echo "disable TAPI Announcements support." >&6; }
8581          fi
8582  
8583  else
8584  
8585 -                echo "$as_me:$LINENO: result: enable TAPI Announcements support (default), disable with --disable-announcements" >&5
8586 -echo "${ECHO_T}enable TAPI Announcements support (default), disable with --disable-announcements" >&6
8587 -
8588 -cat >>confdefs.h <<\_ACEOF
8589 -#define TAPI 1
8590 -_ACEOF
8591 -
8592 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable TAPI Announcements support (default), disable with --disable-announcements" >&5
8593 +$as_echo "enable TAPI Announcements support (default), disable with --disable-announcements" >&6; }
8594  
8595 +$as_echo "#define TAPI 1" >>confdefs.h
8596  
8597 -if true; then
8598 +         if true; then
8599    TAPI_TRUE=
8600    TAPI_FALSE='#'
8601  else
8602 @@ -4764,53 +5049,44 @@ else
8603  fi
8604  
8605  
8606 -cat >>confdefs.h <<\_ACEOF
8607 -#define TAPI_ANNOUNCEMENTS 1
8608 -_ACEOF
8609 +$as_echo "#define TAPI_ANNOUNCEMENTS 1" >>confdefs.h
8610  
8611  
8612  
8613 -fi;
8614 +fi
8615  
8616 -# Check whether --enable-fxo-act or --disable-fxo-act was given.
8617 -if test "${enable_fxo_act+set}" = set; then
8618 -  enableval="$enable_fxo_act"
8619  
8620 +# Check whether --enable-fxo-act was given.
8621 +if test "${enable_fxo_act+set}" = set; then :
8622 +  enableval=$enable_fxo_act;
8623          if test $enableval = 'yes' -o $enableval = ''; then
8624 -            echo "$as_me:$LINENO: result: enable initial FXO active line mode." >&5
8625 -echo "${ECHO_T}enable initial FXO active line mode." >&6
8626 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable initial FXO active line mode." >&5
8627 +$as_echo "enable initial FXO active line mode." >&6; }
8628  
8629 -cat >>confdefs.h <<\_ACEOF
8630 -#define VMMC_ACT_FXO 1
8631 -_ACEOF
8632 +$as_echo "#define VMMC_ACT_FXO 1" >>confdefs.h
8633  
8634          else
8635 -            echo "$as_me:$LINENO: result: disable initial FXO active line mode." >&5
8636 -echo "${ECHO_T}disable initial FXO active line mode." >&6
8637 +            { $as_echo "$as_me:${as_lineno-$LINENO}: result: disable initial FXO active line mode." >&5
8638 +$as_echo "disable initial FXO active line mode." >&6; }
8639          fi
8640  
8641  else
8642  
8643 -                echo "$as_me:$LINENO: result: enable FXO active line mode (default)" >&5
8644 -echo "${ECHO_T}enable FXO active line mode (default)" >&6
8645 -
8646 -cat >>confdefs.h <<\_ACEOF
8647 -#define VMMC_ACT_FXO 1
8648 -_ACEOF
8649 +                { $as_echo "$as_me:${as_lineno-$LINENO}: result: enable FXO active line mode (default)" >&5
8650 +$as_echo "enable FXO active line mode (default)" >&6; }
8651  
8652 +$as_echo "#define VMMC_ACT_FXO 1" >>confdefs.h
8653  
8654  
8655 -fi;
8656  
8657 +fi
8658  
8659 -cat >>confdefs.h <<\_ACEOF
8660 -#define VMMC 1
8661 -_ACEOF
8662  
8663  
8664 +$as_echo "#define VMMC 1" >>confdefs.h
8665  
8666  
8667 -if false; then
8668 + if false; then
8669    DANUBE_TRUE=
8670    DANUBE_FALSE='#'
8671  else
8672 @@ -4818,9 +5094,7 @@ else
8673    DANUBE_FALSE=
8674  fi
8675  
8676 -
8677 -
8678 -if false; then
8679 + if false; then
8680    AR9_TRUE=
8681    AR9_FALSE='#'
8682  else
8683 @@ -4828,9 +5102,7 @@ else
8684    AR9_FALSE=
8685  fi
8686  
8687 -
8688 -
8689 -if false; then
8690 + if false; then
8691    VR9_TRUE=
8692    VR9_FALSE='#'
8693  else
8694 @@ -4839,27 +5111,20 @@ else
8695  fi
8696  
8697  
8698 -# Check whether --with-device or --without-device was given.
8699 -if test "${with_device+set}" = set; then
8700 -  withval="$with_device"
8701 -
8702 +# Check whether --with-device was given.
8703 +if test "${with_device+set}" = set; then :
8704 +  withval=$with_device;
8705        if test "$withval" = yes; then
8706 -         { { echo "$as_me:$LINENO: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&5
8707 -echo "$as_me: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&2;}
8708 -   { (exit 1); exit 1; }; };
8709 +         as_fn_error $? "Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" "$LINENO" 5;
8710        else
8711           case $withval in
8712             DANUBE)
8713 -               echo "$as_me:$LINENO: result: DANUBE device is used" >&5
8714 -echo "${ECHO_T}DANUBE device is used" >&6;
8715 -
8716 -cat >>confdefs.h <<\_ACEOF
8717 -#define SYSTEM_DANUBE 1
8718 -_ACEOF
8719 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: DANUBE device is used" >&5
8720 +$as_echo "DANUBE device is used" >&6; };
8721  
8722 +$as_echo "#define SYSTEM_DANUBE 1" >>confdefs.h
8723  
8724 -
8725 -if true; then
8726 +                if true; then
8727    DANUBE_TRUE=
8728    DANUBE_FALSE='#'
8729  else
8730 @@ -4869,16 +5134,12 @@ fi
8731  
8732             ;;
8733             TWINPASS)
8734 -               echo "$as_me:$LINENO: result: DANUBE device is used" >&5
8735 -echo "${ECHO_T}DANUBE device is used" >&6;
8736 -
8737 -cat >>confdefs.h <<\_ACEOF
8738 -#define SYSTEM_DANUBE 1
8739 -_ACEOF
8740 -
8741 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: DANUBE device is used" >&5
8742 +$as_echo "DANUBE device is used" >&6; };
8743  
8744 +$as_echo "#define SYSTEM_DANUBE 1" >>confdefs.h
8745  
8746 -if true; then
8747 +                if true; then
8748    DANUBE_TRUE=
8749    DANUBE_FALSE='#'
8750  else
8751 @@ -4888,16 +5149,12 @@ fi
8752  
8753             ;;
8754             AR9)
8755 -               echo "$as_me:$LINENO: result: AR9 device is used" >&5
8756 -echo "${ECHO_T}AR9 device is used" >&6;
8757 -
8758 -cat >>confdefs.h <<\_ACEOF
8759 -#define SYSTEM_AR9 1
8760 -_ACEOF
8761 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: AR9 device is used" >&5
8762 +$as_echo "AR9 device is used" >&6; };
8763  
8764 +$as_echo "#define SYSTEM_AR9 1" >>confdefs.h
8765  
8766 -
8767 -if true; then
8768 +                if true; then
8769    AR9_TRUE=
8770    AR9_FALSE='#'
8771  else
8772 @@ -4907,16 +5164,12 @@ fi
8773  
8774             ;;
8775             VR9)
8776 -               echo "$as_me:$LINENO: result: VR9 device is used" >&5
8777 -echo "${ECHO_T}VR9 device is used" >&6;
8778 -
8779 -cat >>confdefs.h <<\_ACEOF
8780 -#define SYSTEM_VR9 1
8781 -_ACEOF
8782 -
8783 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: VR9 device is used" >&5
8784 +$as_echo "VR9 device is used" >&6; };
8785  
8786 +$as_echo "#define SYSTEM_VR9 1" >>confdefs.h
8787  
8788 -if true; then
8789 +                if true; then
8790    VR9_TRUE=
8791    VR9_FALSE='#'
8792  else
8793 @@ -4925,26 +5178,35 @@ else
8794  fi
8795  
8796             ;;
8797 +           FALCON)
8798 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: FALCON device is used" >&5
8799 +$as_echo "FALCON device is used" >&6; };
8800 +
8801 +$as_echo "#define SYSTEM_FALCON 1" >>confdefs.h
8802 +
8803 +                if true; then
8804 +  FALCON_TRUE=
8805 +  FALCON_FALSE='#'
8806 +else
8807 +  FALCON_TRUE='#'
8808 +  FALCON_FALSE=
8809 +fi
8810 +
8811 +           ;;
8812             *)
8813 -               { { echo "$as_me:$LINENO: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&5
8814 -echo "$as_me: error: Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" >&2;}
8815 -   { (exit 1); exit 1; }; };
8816 +               as_fn_error $? "Set device type! Valid choices are DANUBE|TWINPASS|AR9|VR9" "$LINENO" 5;
8817             ;;
8818         esac
8819        fi
8820  
8821  else
8822  
8823 -      echo "$as_me:$LINENO: result: Using default device type DANUBE" >&5
8824 -echo "${ECHO_T}Using default device type DANUBE" >&6;
8825 -
8826 -cat >>confdefs.h <<\_ACEOF
8827 -#define SYSTEM_DANUBE 1
8828 -_ACEOF
8829 -
8830 +      { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using default device type DANUBE" >&5
8831 +$as_echo "Using default device type DANUBE" >&6; };
8832  
8833 +$as_echo "#define SYSTEM_DANUBE 1" >>confdefs.h
8834  
8835 -if true; then
8836 +       if true; then
8837    DANUBE_TRUE=
8838    DANUBE_FALSE='#'
8839  else
8840 @@ -4954,24 +5216,23 @@ fi
8841  
8842  
8843  
8844 -fi;
8845 +fi
8846  
8847  
8848 -# Check whether --with-cflags or --without-cflags was given.
8849 -if test "${with_cflags+set}" = set; then
8850 -  withval="$with_cflags"
8851  
8852 +# Check whether --with-cflags was given.
8853 +if test "${with_cflags+set}" = set; then :
8854 +  withval=$with_cflags;
8855          if test "$withval" = yes; then
8856 -           { { echo "$as_me:$LINENO: error: Please provide a value for the maximum devices" >&5
8857 -echo "$as_me: error: Please provide a value for the maximum devices" >&2;}
8858 -   { (exit 1); exit 1; }; };
8859 +           as_fn_error $? "Please provide a value for the maximum devices" "$LINENO" 5;
8860          fi
8861 -        echo "$as_me:$LINENO: result: passing additional CFLAGS $withval" >&5
8862 -echo "${ECHO_T}passing additional CFLAGS $withval" >&6
8863 +        { $as_echo "$as_me:${as_lineno-$LINENO}: result: passing additional CFLAGS $withval" >&5
8864 +$as_echo "passing additional CFLAGS $withval" >&6; }
8865          CFLAGS="$CFLAGS $withval"
8866  
8867  
8868 -fi;
8869 +fi
8870 +
8871  
8872  
8873  cat >>confdefs.h <<_ACEOF
8874 @@ -4983,9 +5244,7 @@ cat >>confdefs.h <<_ACEOF
8875  #define CONFIG_MPS_HISTORY_SIZE $MPS_HISTORY
8876  _ACEOF
8877  
8878 -
8879 -
8880 -if true; then
8881 + if true; then
8882    VMMC_WITH_MPS_TRUE=
8883    VMMC_WITH_MPS_FALSE='#'
8884  else
8885 @@ -4994,24 +5253,21 @@ else
8886  fi
8887  
8888  
8889 -# Check whether --with-mps or --without-mps was given.
8890 -if test "${with_mps+set}" = set; then
8891 -  withval="$with_mps"
8892 -
8893 +# Check whether --with-mps was given.
8894 +if test "${with_mps+set}" = set; then :
8895 +  withval=$with_mps;
8896          if test $withval = 'yes' -o $withval = ''; then
8897 -           echo "$as_me:$LINENO: result: Configured for common VMMC and MPS driver" >&5
8898 -echo "${ECHO_T}Configured for common VMMC and MPS driver" >&6
8899 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: Configured for common VMMC and MPS driver" >&5
8900 +$as_echo "Configured for common VMMC and MPS driver" >&6; }
8901  
8902  cat >>confdefs.h <<_ACEOF
8903  #define VMMC_WITH_MPS 1
8904  _ACEOF
8905  
8906          else
8907 -           echo "$as_me:$LINENO: result: Configured for standalone VMMC without MPS" >&5
8908 -echo "${ECHO_T}Configured for standalone VMMC without MPS" >&6
8909 -
8910 -
8911 -if false; then
8912 +           { $as_echo "$as_me:${as_lineno-$LINENO}: result: Configured for standalone VMMC without MPS" >&5
8913 +$as_echo "Configured for standalone VMMC without MPS" >&6; }
8914 +            if false; then
8915    VMMC_WITH_MPS_TRUE=
8916    VMMC_WITH_MPS_FALSE='#'
8917  else
8918 @@ -5023,8 +5279,8 @@ fi
8919  
8920  else
8921  
8922 -       echo "$as_me:$LINENO: result: Configured for common VMMC and MPS driver (default)" >&5
8923 -echo "${ECHO_T}Configured for common VMMC and MPS driver (default)" >&6
8924 +       { $as_echo "$as_me:${as_lineno-$LINENO}: result: Configured for common VMMC and MPS driver (default)" >&5
8925 +$as_echo "Configured for common VMMC and MPS driver (default)" >&6; }
8926  
8927  cat >>confdefs.h <<_ACEOF
8928  #define VMMC_WITH_MPS 1
8929 @@ -5032,7 +5288,8 @@ _ACEOF
8930  
8931  
8932  
8933 -fi;
8934 +fi
8935 +
8936  
8937  
8938  cat >>confdefs.h <<_ACEOF
8939 @@ -5066,9 +5323,9 @@ _ACEOF
8940  #      ;;
8941  #esac
8942  
8943 -          ac_config_files="$ac_config_files Makefile"
8944 +ac_config_files="$ac_config_files Makefile"
8945  
8946 -          ac_config_files="$ac_config_files src/Makefile"
8947 +ac_config_files="$ac_config_files src/Makefile"
8948  
8949  
8950  cat >confcache <<\_ACEOF
8951 @@ -5089,39 +5346,70 @@ _ACEOF
8952  
8953  # The following way of writing the cache mishandles newlines in values,
8954  # but we know of no workaround that is simple, portable, and efficient.
8955 -# So, don't put newlines in cache variables' values.
8956 +# So, we kill variables containing newlines.
8957  # Ultrix sh set writes to stderr and can't be redirected directly,
8958  # and sets the high bit in the cache file unless we assign to the vars.
8959 -{
8960 +(
8961 +  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
8962 +    eval ac_val=\$$ac_var
8963 +    case $ac_val in #(
8964 +    *${as_nl}*)
8965 +      case $ac_var in #(
8966 +      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8967 +$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
8968 +      esac
8969 +      case $ac_var in #(
8970 +      _ | IFS | as_nl) ;; #(
8971 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
8972 +      *) { eval $ac_var=; unset $ac_var;} ;;
8973 +      esac ;;
8974 +    esac
8975 +  done
8976 +
8977    (set) 2>&1 |
8978 -    case `(ac_space=' '; set | grep ac_space) 2>&1` in
8979 -    *ac_space=\ *)
8980 -      # `set' does not quote correctly, so add quotes (double-quote
8981 -      # substitution turns \\\\ into \\, and sed turns \\ into \).
8982 +    case $as_nl`(ac_space=' '; set) 2>&1` in #(
8983 +    *${as_nl}ac_space=\ *)
8984 +      # `set' does not quote correctly, so add quotes: double-quote
8985 +      # substitution turns \\\\ into \\, and sed turns \\ into \.
8986        sed -n \
8987         "s/'/'\\\\''/g;
8988           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8989 -      ;;
8990 +      ;; #(
8991      *)
8992        # `set' quotes correctly as required by POSIX, so do not add quotes.
8993 -      sed -n \
8994 -       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8995 +      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
8996        ;;
8997 -    esac;
8998 -} |
8999 +    esac |
9000 +    sort
9001 +) |
9002    sed '
9003 +     /^ac_cv_env_/b end
9004       t clear
9005 -     : clear
9006 +     :clear
9007       s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9008       t end
9009 -     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9010 -     : end' >>confcache
9011 -if diff $cache_file confcache >/dev/null 2>&1; then :; else
9012 -  if test -w $cache_file; then
9013 -    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9014 -    cat confcache >$cache_file
9015 +     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9016 +     :end' >>confcache
9017 +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9018 +  if test -w "$cache_file"; then
9019 +    if test "x$cache_file" != "x/dev/null"; then
9020 +      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9021 +$as_echo "$as_me: updating cache $cache_file" >&6;}
9022 +      if test ! -f "$cache_file" || test -h "$cache_file"; then
9023 +       cat confcache >"$cache_file"
9024 +      else
9025 +        case $cache_file in #(
9026 +        */* | ?:*)
9027 +         mv -f confcache "$cache_file"$$ &&
9028 +         mv -f "$cache_file"$$ "$cache_file" ;; #(
9029 +        *)
9030 +         mv -f confcache "$cache_file" ;;
9031 +       esac
9032 +      fi
9033 +    fi
9034    else
9035 -    echo "not updating unwritable cache $cache_file"
9036 +    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9037 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
9038    fi
9039  fi
9040  rm -f confcache
9041 @@ -5130,570 +5418,346 @@ test "x$prefix" = xNONE && prefix=$ac_de
9042  # Let make expand exec_prefix.
9043  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9044  
9045 -# VPATH may cause trouble with some makes, so we remove $(srcdir),
9046 -# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
9047 -# trailing colons and then remove the whole line if VPATH becomes empty
9048 -# (actually we leave an empty line to preserve line numbers).
9049 -if test "x$srcdir" = x.; then
9050 -  ac_vpsub='/^[         ]*VPATH[        ]*=/{
9051 -s/:*\$(srcdir):*/:/;
9052 -s/:*\${srcdir}:*/:/;
9053 -s/:*@srcdir@:*/:/;
9054 -s/^\([^=]*=[    ]*\):*/\1/;
9055 -s/:*$//;
9056 -s/^[^=]*=[      ]*$//;
9057 -}'
9058 -fi
9059 -
9060  DEFS=-DHAVE_CONFIG_H
9061  
9062  ac_libobjs=
9063  ac_ltlibobjs=
9064 +U=
9065  for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9066    # 1. Remove the extension, and $U if already installed.
9067 -  ac_i=`echo "$ac_i" |
9068 -        sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
9069 -  # 2. Add them.
9070 -  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
9071 -  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
9072 +  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
9073 +  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
9074 +  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
9075 +  #    will be set to the directory where LIBOBJS objects are built.
9076 +  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
9077 +  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
9078  done
9079  LIBOBJS=$ac_libobjs
9080  
9081  LTLIBOBJS=$ac_ltlibobjs
9082  
9083  
9084 + if test -n "$EXEEXT"; then
9085 +  am__EXEEXT_TRUE=
9086 +  am__EXEEXT_FALSE='#'
9087 +else
9088 +  am__EXEEXT_TRUE='#'
9089 +  am__EXEEXT_FALSE=
9090 +fi
9091 +
9092  if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9093 -  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
9094 -Usually this means the macro was only invoked conditionally." >&5
9095 -echo "$as_me: error: conditional \"AMDEP\" was never defined.
9096 -Usually this means the macro was only invoked conditionally." >&2;}
9097 -   { (exit 1); exit 1; }; }
9098 +  as_fn_error $? "conditional \"AMDEP\" was never defined.
9099 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9100  fi
9101  if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9102 -  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
9103 -Usually this means the macro was only invoked conditionally." >&5
9104 -echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
9105 -Usually this means the macro was only invoked conditionally." >&2;}
9106 -   { (exit 1); exit 1; }; }
9107 +  as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
9108 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9109  fi
9110  if test -z "${KERNEL_2_6_TRUE}" && test -z "${KERNEL_2_6_FALSE}"; then
9111 -  { { echo "$as_me:$LINENO: error: conditional \"KERNEL_2_6\" was never defined.
9112 -Usually this means the macro was only invoked conditionally." >&5
9113 -echo "$as_me: error: conditional \"KERNEL_2_6\" was never defined.
9114 -Usually this means the macro was only invoked conditionally." >&2;}
9115 -   { (exit 1); exit 1; }; }
9116 +  as_fn_error $? "conditional \"KERNEL_2_6\" was never defined.
9117 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9118  fi
9119  if test -z "${KERNEL_2_6_TRUE}" && test -z "${KERNEL_2_6_FALSE}"; then
9120 -  { { echo "$as_me:$LINENO: error: conditional \"KERNEL_2_6\" was never defined.
9121 -Usually this means the macro was only invoked conditionally." >&5
9122 -echo "$as_me: error: conditional \"KERNEL_2_6\" was never defined.
9123 -Usually this means the macro was only invoked conditionally." >&2;}
9124 -   { (exit 1); exit 1; }; }
9125 +  as_fn_error $? "conditional \"KERNEL_2_6\" was never defined.
9126 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9127  fi
9128  if test -z "${ENABLE_OBSOLETE_PREMAPPING_TRUE}" && test -z "${ENABLE_OBSOLETE_PREMAPPING_FALSE}"; then
9129 -  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9130 -Usually this means the macro was only invoked conditionally." >&5
9131 -echo "$as_me: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9132 -Usually this means the macro was only invoked conditionally." >&2;}
9133 -   { (exit 1); exit 1; }; }
9134 +  as_fn_error $? "conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9135 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9136  fi
9137  if test -z "${ENABLE_OBSOLETE_PREMAPPING_TRUE}" && test -z "${ENABLE_OBSOLETE_PREMAPPING_FALSE}"; then
9138 -  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9139 -Usually this means the macro was only invoked conditionally." >&5
9140 -echo "$as_me: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9141 -Usually this means the macro was only invoked conditionally." >&2;}
9142 -   { (exit 1); exit 1; }; }
9143 +  as_fn_error $? "conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9144 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9145  fi
9146  if test -z "${ENABLE_OBSOLETE_PREMAPPING_TRUE}" && test -z "${ENABLE_OBSOLETE_PREMAPPING_FALSE}"; then
9147 -  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9148 -Usually this means the macro was only invoked conditionally." >&5
9149 -echo "$as_me: error: conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9150 -Usually this means the macro was only invoked conditionally." >&2;}
9151 -   { (exit 1); exit 1; }; }
9152 +  as_fn_error $? "conditional \"ENABLE_OBSOLETE_PREMAPPING\" was never defined.
9153 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9154  fi
9155  if test -z "${WARNINGS_TRUE}" && test -z "${WARNINGS_FALSE}"; then
9156 -  { { echo "$as_me:$LINENO: error: conditional \"WARNINGS\" was never defined.
9157 -Usually this means the macro was only invoked conditionally." >&5
9158 -echo "$as_me: error: conditional \"WARNINGS\" was never defined.
9159 -Usually this means the macro was only invoked conditionally." >&2;}
9160 -   { (exit 1); exit 1; }; }
9161 +  as_fn_error $? "conditional \"WARNINGS\" was never defined.
9162 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9163  fi
9164  if test -z "${WARNINGS_TRUE}" && test -z "${WARNINGS_FALSE}"; then
9165 -  { { echo "$as_me:$LINENO: error: conditional \"WARNINGS\" was never defined.
9166 -Usually this means the macro was only invoked conditionally." >&5
9167 -echo "$as_me: error: conditional \"WARNINGS\" was never defined.
9168 -Usually this means the macro was only invoked conditionally." >&2;}
9169 -   { (exit 1); exit 1; }; }
9170 +  as_fn_error $? "conditional \"WARNINGS\" was never defined.
9171 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9172  fi
9173  if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
9174 -  { { echo "$as_me:$LINENO: error: conditional \"DEBUG\" was never defined.
9175 -Usually this means the macro was only invoked conditionally." >&5
9176 -echo "$as_me: error: conditional \"DEBUG\" was never defined.
9177 -Usually this means the macro was only invoked conditionally." >&2;}
9178 -   { (exit 1); exit 1; }; }
9179 +  as_fn_error $? "conditional \"DEBUG\" was never defined.
9180 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9181  fi
9182  if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
9183 -  { { echo "$as_me:$LINENO: error: conditional \"DEBUG\" was never defined.
9184 -Usually this means the macro was only invoked conditionally." >&5
9185 -echo "$as_me: error: conditional \"DEBUG\" was never defined.
9186 -Usually this means the macro was only invoked conditionally." >&2;}
9187 -   { (exit 1); exit 1; }; }
9188 +  as_fn_error $? "conditional \"DEBUG\" was never defined.
9189 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9190  fi
9191  if test -z "${DEBUG_TRUE}" && test -z "${DEBUG_FALSE}"; then
9192 -  { { echo "$as_me:$LINENO: error: conditional \"DEBUG\" was never defined.
9193 -Usually this means the macro was only invoked conditionally." >&5
9194 -echo "$as_me: error: conditional \"DEBUG\" was never defined.
9195 -Usually this means the macro was only invoked conditionally." >&2;}
9196 -   { (exit 1); exit 1; }; }
9197 +  as_fn_error $? "conditional \"DEBUG\" was never defined.
9198 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9199  fi
9200  if test -z "${HL_TAPI_INCL_PATH_SET_TRUE}" && test -z "${HL_TAPI_INCL_PATH_SET_FALSE}"; then
9201 -  { { echo "$as_me:$LINENO: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9202 -Usually this means the macro was only invoked conditionally." >&5
9203 -echo "$as_me: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9204 -Usually this means the macro was only invoked conditionally." >&2;}
9205 -   { (exit 1); exit 1; }; }
9206 +  as_fn_error $? "conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9207 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9208  fi
9209  if test -z "${HL_TAPI_INCL_PATH_SET_TRUE}" && test -z "${HL_TAPI_INCL_PATH_SET_FALSE}"; then
9210 -  { { echo "$as_me:$LINENO: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9211 -Usually this means the macro was only invoked conditionally." >&5
9212 -echo "$as_me: error: conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9213 -Usually this means the macro was only invoked conditionally." >&2;}
9214 -   { (exit 1); exit 1; }; }
9215 +  as_fn_error $? "conditional \"HL_TAPI_INCL_PATH_SET\" was never defined.
9216 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9217  fi
9218  if test -z "${MPS_INCL_PATH_SET_TRUE}" && test -z "${MPS_INCL_PATH_SET_FALSE}"; then
9219 -  { { echo "$as_me:$LINENO: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9220 -Usually this means the macro was only invoked conditionally." >&5
9221 -echo "$as_me: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9222 -Usually this means the macro was only invoked conditionally." >&2;}
9223 -   { (exit 1); exit 1; }; }
9224 +  as_fn_error $? "conditional \"MPS_INCL_PATH_SET\" was never defined.
9225 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9226  fi
9227  if test -z "${MPS_INCL_PATH_SET_TRUE}" && test -z "${MPS_INCL_PATH_SET_FALSE}"; then
9228 -  { { echo "$as_me:$LINENO: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9229 -Usually this means the macro was only invoked conditionally." >&5
9230 -echo "$as_me: error: conditional \"MPS_INCL_PATH_SET\" was never defined.
9231 -Usually this means the macro was only invoked conditionally." >&2;}
9232 -   { (exit 1); exit 1; }; }
9233 +  as_fn_error $? "conditional \"MPS_INCL_PATH_SET\" was never defined.
9234 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9235  fi
9236  if test -z "${EVALUATION_TRUE}" && test -z "${EVALUATION_FALSE}"; then
9237 -  { { echo "$as_me:$LINENO: error: conditional \"EVALUATION\" was never defined.
9238 -Usually this means the macro was only invoked conditionally." >&5
9239 -echo "$as_me: error: conditional \"EVALUATION\" was never defined.
9240 -Usually this means the macro was only invoked conditionally." >&2;}
9241 -   { (exit 1); exit 1; }; }
9242 +  as_fn_error $? "conditional \"EVALUATION\" was never defined.
9243 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9244  fi
9245  if test -z "${EVALUATION_TRUE}" && test -z "${EVALUATION_FALSE}"; then
9246 -  { { echo "$as_me:$LINENO: error: conditional \"EVALUATION\" was never defined.
9247 -Usually this means the macro was only invoked conditionally." >&5
9248 -echo "$as_me: error: conditional \"EVALUATION\" was never defined.
9249 -Usually this means the macro was only invoked conditionally." >&2;}
9250 -   { (exit 1); exit 1; }; }
9251 +  as_fn_error $? "conditional \"EVALUATION\" was never defined.
9252 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9253  fi
9254  if test -z "${USE_MODULE_TRUE}" && test -z "${USE_MODULE_FALSE}"; then
9255 -  { { echo "$as_me:$LINENO: error: conditional \"USE_MODULE\" was never defined.
9256 -Usually this means the macro was only invoked conditionally." >&5
9257 -echo "$as_me: error: conditional \"USE_MODULE\" was never defined.
9258 -Usually this means the macro was only invoked conditionally." >&2;}
9259 -   { (exit 1); exit 1; }; }
9260 +  as_fn_error $? "conditional \"USE_MODULE\" was never defined.
9261 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9262  fi
9263  if test -z "${USE_MODULE_TRUE}" && test -z "${USE_MODULE_FALSE}"; then
9264 -  { { echo "$as_me:$LINENO: error: conditional \"USE_MODULE\" was never defined.
9265 -Usually this means the macro was only invoked conditionally." >&5
9266 -echo "$as_me: error: conditional \"USE_MODULE\" was never defined.
9267 -Usually this means the macro was only invoked conditionally." >&2;}
9268 -   { (exit 1); exit 1; }; }
9269 +  as_fn_error $? "conditional \"USE_MODULE\" was never defined.
9270 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9271  fi
9272  if test -z "${USE_MODULE_TRUE}" && test -z "${USE_MODULE_FALSE}"; then
9273 -  { { echo "$as_me:$LINENO: error: conditional \"USE_MODULE\" was never defined.
9274 -Usually this means the macro was only invoked conditionally." >&5
9275 -echo "$as_me: error: conditional \"USE_MODULE\" was never defined.
9276 -Usually this means the macro was only invoked conditionally." >&2;}
9277 -   { (exit 1); exit 1; }; }
9278 +  as_fn_error $? "conditional \"USE_MODULE\" was never defined.
9279 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9280  fi
9281  if test -z "${USE_BUFFERPOOL_TRUE}" && test -z "${USE_BUFFERPOOL_FALSE}"; then
9282 -  { { echo "$as_me:$LINENO: error: conditional \"USE_BUFFERPOOL\" was never defined.
9283 -Usually this means the macro was only invoked conditionally." >&5
9284 -echo "$as_me: error: conditional \"USE_BUFFERPOOL\" was never defined.
9285 -Usually this means the macro was only invoked conditionally." >&2;}
9286 -   { (exit 1); exit 1; }; }
9287 +  as_fn_error $? "conditional \"USE_BUFFERPOOL\" was never defined.
9288 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9289  fi
9290  if test -z "${USE_BUFFERPOOL_TRUE}" && test -z "${USE_BUFFERPOOL_FALSE}"; then
9291 -  { { echo "$as_me:$LINENO: error: conditional \"USE_BUFFERPOOL\" was never defined.
9292 -Usually this means the macro was only invoked conditionally." >&5
9293 -echo "$as_me: error: conditional \"USE_BUFFERPOOL\" was never defined.
9294 -Usually this means the macro was only invoked conditionally." >&2;}
9295 -   { (exit 1); exit 1; }; }
9296 +  as_fn_error $? "conditional \"USE_BUFFERPOOL\" was never defined.
9297 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9298  fi
9299  if test -z "${USE_BUFFERPOOL_TRUE}" && test -z "${USE_BUFFERPOOL_FALSE}"; then
9300 -  { { echo "$as_me:$LINENO: error: conditional \"USE_BUFFERPOOL\" was never defined.
9301 -Usually this means the macro was only invoked conditionally." >&5
9302 -echo "$as_me: error: conditional \"USE_BUFFERPOOL\" was never defined.
9303 -Usually this means the macro was only invoked conditionally." >&2;}
9304 -   { (exit 1); exit 1; }; }
9305 +  as_fn_error $? "conditional \"USE_BUFFERPOOL\" was never defined.
9306 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9307  fi
9308  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9309 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9310 -Usually this means the macro was only invoked conditionally." >&5
9311 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9312 -Usually this means the macro was only invoked conditionally." >&2;}
9313 -   { (exit 1); exit 1; }; }
9314 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9315 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9316  fi
9317  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9318 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9319 -Usually this means the macro was only invoked conditionally." >&5
9320 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9321 -Usually this means the macro was only invoked conditionally." >&2;}
9322 -   { (exit 1); exit 1; }; }
9323 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9324 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9325  fi
9326  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9327 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9328 -Usually this means the macro was only invoked conditionally." >&5
9329 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9330 -Usually this means the macro was only invoked conditionally." >&2;}
9331 -   { (exit 1); exit 1; }; }
9332 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9333 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9334  fi
9335  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9336 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9337 -Usually this means the macro was only invoked conditionally." >&5
9338 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9339 -Usually this means the macro was only invoked conditionally." >&2;}
9340 -   { (exit 1); exit 1; }; }
9341 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9342 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9343  fi
9344  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9345 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9346 -Usually this means the macro was only invoked conditionally." >&5
9347 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9348 -Usually this means the macro was only invoked conditionally." >&2;}
9349 -   { (exit 1); exit 1; }; }
9350 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9351 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9352  fi
9353  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9354 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9355 -Usually this means the macro was only invoked conditionally." >&5
9356 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9357 -Usually this means the macro was only invoked conditionally." >&2;}
9358 -   { (exit 1); exit 1; }; }
9359 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9360 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9361  fi
9362  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9363 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9364 -Usually this means the macro was only invoked conditionally." >&5
9365 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9366 -Usually this means the macro was only invoked conditionally." >&2;}
9367 -   { (exit 1); exit 1; }; }
9368 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9369 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9370  fi
9371  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9372 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9373 -Usually this means the macro was only invoked conditionally." >&5
9374 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9375 -Usually this means the macro was only invoked conditionally." >&2;}
9376 -   { (exit 1); exit 1; }; }
9377 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9378 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9379  fi
9380  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9381 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9382 -Usually this means the macro was only invoked conditionally." >&5
9383 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9384 -Usually this means the macro was only invoked conditionally." >&2;}
9385 -   { (exit 1); exit 1; }; }
9386 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9387 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9388  fi
9389  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9390 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9391 -Usually this means the macro was only invoked conditionally." >&5
9392 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9393 -Usually this means the macro was only invoked conditionally." >&2;}
9394 -   { (exit 1); exit 1; }; }
9395 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9396 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9397  fi
9398  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9399 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9400 -Usually this means the macro was only invoked conditionally." >&5
9401 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9402 -Usually this means the macro was only invoked conditionally." >&2;}
9403 -   { (exit 1); exit 1; }; }
9404 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9405 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9406  fi
9407  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9408 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9409 -Usually this means the macro was only invoked conditionally." >&5
9410 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9411 -Usually this means the macro was only invoked conditionally." >&2;}
9412 -   { (exit 1); exit 1; }; }
9413 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9414 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9415  fi
9416  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9417 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9418 -Usually this means the macro was only invoked conditionally." >&5
9419 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9420 -Usually this means the macro was only invoked conditionally." >&2;}
9421 -   { (exit 1); exit 1; }; }
9422 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9423 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9424  fi
9425  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9426 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9427 -Usually this means the macro was only invoked conditionally." >&5
9428 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9429 -Usually this means the macro was only invoked conditionally." >&2;}
9430 -   { (exit 1); exit 1; }; }
9431 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9432 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9433  fi
9434  if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9435 -  { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9436 -Usually this means the macro was only invoked conditionally." >&5
9437 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9438 -Usually this means the macro was only invoked conditionally." >&2;}
9439 -   { (exit 1); exit 1; }; }
9440 +  as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9441 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9442  fi
9443  if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9444 -  { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9445 -Usually this means the macro was only invoked conditionally." >&5
9446 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9447 -Usually this means the macro was only invoked conditionally." >&2;}
9448 -   { (exit 1); exit 1; }; }
9449 +  as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9450 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9451  fi
9452  if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9453 -  { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9454 -Usually this means the macro was only invoked conditionally." >&5
9455 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9456 -Usually this means the macro was only invoked conditionally." >&2;}
9457 -   { (exit 1); exit 1; }; }
9458 +  as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9459 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9460  fi
9461  if test -z "${IPP_EVAL_SYSTEM_PARAMETERS_TRUE}" && test -z "${IPP_EVAL_SYSTEM_PARAMETERS_FALSE}"; then
9462 -  { { echo "$as_me:$LINENO: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9463 -Usually this means the macro was only invoked conditionally." >&5
9464 -echo "$as_me: error: conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9465 -Usually this means the macro was only invoked conditionally." >&2;}
9466 -   { (exit 1); exit 1; }; }
9467 +  as_fn_error $? "conditional \"IPP_EVAL_SYSTEM_PARAMETERS\" was never defined.
9468 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9469  fi
9470  if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9471 -  { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9472 -Usually this means the macro was only invoked conditionally." >&5
9473 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9474 -Usually this means the macro was only invoked conditionally." >&2;}
9475 -   { (exit 1); exit 1; }; }
9476 +  as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9477 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9478  fi
9479  if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9480 -  { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9481 -Usually this means the macro was only invoked conditionally." >&5
9482 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9483 -Usually this means the macro was only invoked conditionally." >&2;}
9484 -   { (exit 1); exit 1; }; }
9485 +  as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9486 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9487  fi
9488  if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9489 -  { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9490 -Usually this means the macro was only invoked conditionally." >&5
9491 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9492 -Usually this means the macro was only invoked conditionally." >&2;}
9493 -   { (exit 1); exit 1; }; }
9494 +  as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9495 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9496  fi
9497  if test -z "${EVENT_LOGGER_DEBUG_TRUE}" && test -z "${EVENT_LOGGER_DEBUG_FALSE}"; then
9498 -  { { echo "$as_me:$LINENO: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9499 -Usually this means the macro was only invoked conditionally." >&5
9500 -echo "$as_me: error: conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9501 -Usually this means the macro was only invoked conditionally." >&2;}
9502 -   { (exit 1); exit 1; }; }
9503 +  as_fn_error $? "conditional \"EVENT_LOGGER_DEBUG\" was never defined.
9504 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9505  fi
9506  if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9507 -  { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9508 -Usually this means the macro was only invoked conditionally." >&5
9509 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9510 -Usually this means the macro was only invoked conditionally." >&2;}
9511 -   { (exit 1); exit 1; }; }
9512 +  as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9513 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9514  fi
9515  if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9516 -  { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9517 -Usually this means the macro was only invoked conditionally." >&5
9518 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9519 -Usually this means the macro was only invoked conditionally." >&2;}
9520 -   { (exit 1); exit 1; }; }
9521 +  as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9522 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9523  fi
9524  if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9525 -  { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9526 -Usually this means the macro was only invoked conditionally." >&5
9527 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9528 -Usually this means the macro was only invoked conditionally." >&2;}
9529 -   { (exit 1); exit 1; }; }
9530 +  as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9531 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9532  fi
9533  if test -z "${KPI_SUPPORT_TRUE}" && test -z "${KPI_SUPPORT_FALSE}"; then
9534 -  { { echo "$as_me:$LINENO: error: conditional \"KPI_SUPPORT\" was never defined.
9535 -Usually this means the macro was only invoked conditionally." >&5
9536 -echo "$as_me: error: conditional \"KPI_SUPPORT\" was never defined.
9537 -Usually this means the macro was only invoked conditionally." >&2;}
9538 -   { (exit 1); exit 1; }; }
9539 +  as_fn_error $? "conditional \"KPI_SUPPORT\" was never defined.
9540 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9541  fi
9542  if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9543 -  { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9544 -Usually this means the macro was only invoked conditionally." >&5
9545 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9546 -Usually this means the macro was only invoked conditionally." >&2;}
9547 -   { (exit 1); exit 1; }; }
9548 +  as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9549 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9550  fi
9551  if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9552 -  { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9553 -Usually this means the macro was only invoked conditionally." >&5
9554 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9555 -Usually this means the macro was only invoked conditionally." >&2;}
9556 -   { (exit 1); exit 1; }; }
9557 +  as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9558 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9559  fi
9560  if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9561 -  { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9562 -Usually this means the macro was only invoked conditionally." >&5
9563 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9564 -Usually this means the macro was only invoked conditionally." >&2;}
9565 -   { (exit 1); exit 1; }; }
9566 +  as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9567 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9568  fi
9569  if test -z "${DECT_SUPPORT_TRUE}" && test -z "${DECT_SUPPORT_FALSE}"; then
9570 -  { { echo "$as_me:$LINENO: error: conditional \"DECT_SUPPORT\" was never defined.
9571 -Usually this means the macro was only invoked conditionally." >&5
9572 -echo "$as_me: error: conditional \"DECT_SUPPORT\" was never defined.
9573 -Usually this means the macro was only invoked conditionally." >&2;}
9574 -   { (exit 1); exit 1; }; }
9575 +  as_fn_error $? "conditional \"DECT_SUPPORT\" was never defined.
9576 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9577  fi
9578  if test -z "${LIN_SUPPORT_TRUE}" && test -z "${LIN_SUPPORT_FALSE}"; then
9579 -  { { echo "$as_me:$LINENO: error: conditional \"LIN_SUPPORT\" was never defined.
9580 -Usually this means the macro was only invoked conditionally." >&5
9581 -echo "$as_me: error: conditional \"LIN_SUPPORT\" was never defined.
9582 -Usually this means the macro was only invoked conditionally." >&2;}
9583 -   { (exit 1); exit 1; }; }
9584 +  as_fn_error $? "conditional \"LIN_SUPPORT\" was never defined.
9585 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9586  fi
9587  if test -z "${LIN_SUPPORT_TRUE}" && test -z "${LIN_SUPPORT_FALSE}"; then
9588 -  { { echo "$as_me:$LINENO: error: conditional \"LIN_SUPPORT\" was never defined.
9589 -Usually this means the macro was only invoked conditionally." >&5
9590 -echo "$as_me: error: conditional \"LIN_SUPPORT\" was never defined.
9591 -Usually this means the macro was only invoked conditionally." >&2;}
9592 -   { (exit 1); exit 1; }; }
9593 +  as_fn_error $? "conditional \"LIN_SUPPORT\" was never defined.
9594 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9595  fi
9596  if test -z "${LIN_SUPPORT_TRUE}" && test -z "${LIN_SUPPORT_FALSE}"; then
9597 -  { { echo "$as_me:$LINENO: error: conditional \"LIN_SUPPORT\" was never defined.
9598 -Usually this means the macro was only invoked conditionally." >&5
9599 -echo "$as_me: error: conditional \"LIN_SUPPORT\" was never defined.
9600 -Usually this means the macro was only invoked conditionally." >&2;}
9601 -   { (exit 1); exit 1; }; }
9602 +  as_fn_error $? "conditional \"LIN_SUPPORT\" was never defined.
9603 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9604  fi
9605  if test -z "${PMU_SUPPORT_TRUE}" && test -z "${PMU_SUPPORT_FALSE}"; then
9606 -  { { echo "$as_me:$LINENO: error: conditional \"PMU_SUPPORT\" was never defined.
9607 -Usually this means the macro was only invoked conditionally." >&5
9608 -echo "$as_me: error: conditional \"PMU_SUPPORT\" was never defined.
9609 -Usually this means the macro was only invoked conditionally." >&2;}
9610 -   { (exit 1); exit 1; }; }
9611 +  as_fn_error $? "conditional \"PMU_SUPPORT\" was never defined.
9612 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9613  fi
9614  if test -z "${PMU_SUPPORT_TRUE}" && test -z "${PMU_SUPPORT_FALSE}"; then
9615 -  { { echo "$as_me:$LINENO: error: conditional \"PMU_SUPPORT\" was never defined.
9616 -Usually this means the macro was only invoked conditionally." >&5
9617 -echo "$as_me: error: conditional \"PMU_SUPPORT\" was never defined.
9618 -Usually this means the macro was only invoked conditionally." >&2;}
9619 -   { (exit 1); exit 1; }; }
9620 +  as_fn_error $? "conditional \"PMU_SUPPORT\" was never defined.
9621 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9622  fi
9623  if test -z "${PMU_SUPPORT_TRUE}" && test -z "${PMU_SUPPORT_FALSE}"; then
9624 -  { { echo "$as_me:$LINENO: error: conditional \"PMU_SUPPORT\" was never defined.
9625 -Usually this means the macro was only invoked conditionally." >&5
9626 -echo "$as_me: error: conditional \"PMU_SUPPORT\" was never defined.
9627 -Usually this means the macro was only invoked conditionally." >&2;}
9628 -   { (exit 1); exit 1; }; }
9629 +  as_fn_error $? "conditional \"PMU_SUPPORT\" was never defined.
9630 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9631  fi
9632  if test -z "${PMC_SUPPORT_TRUE}" && test -z "${PMC_SUPPORT_FALSE}"; then
9633 -  { { echo "$as_me:$LINENO: error: conditional \"PMC_SUPPORT\" was never defined.
9634 -Usually this means the macro was only invoked conditionally." >&5
9635 -echo "$as_me: error: conditional \"PMC_SUPPORT\" was never defined.
9636 -Usually this means the macro was only invoked conditionally." >&2;}
9637 -   { (exit 1); exit 1; }; }
9638 +  as_fn_error $? "conditional \"PMC_SUPPORT\" was never defined.
9639 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9640  fi
9641  if test -z "${PMC_SUPPORT_TRUE}" && test -z "${PMC_SUPPORT_FALSE}"; then
9642 -  { { echo "$as_me:$LINENO: error: conditional \"PMC_SUPPORT\" was never defined.
9643 -Usually this means the macro was only invoked conditionally." >&5
9644 -echo "$as_me: error: conditional \"PMC_SUPPORT\" was never defined.
9645 -Usually this means the macro was only invoked conditionally." >&2;}
9646 -   { (exit 1); exit 1; }; }
9647 +  as_fn_error $? "conditional \"PMC_SUPPORT\" was never defined.
9648 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9649  fi
9650  if test -z "${PMC_SUPPORT_TRUE}" && test -z "${PMC_SUPPORT_FALSE}"; then
9651 -  { { echo "$as_me:$LINENO: error: conditional \"PMC_SUPPORT\" was never defined.
9652 -Usually this means the macro was only invoked conditionally." >&5
9653 -echo "$as_me: error: conditional \"PMC_SUPPORT\" was never defined.
9654 -Usually this means the macro was only invoked conditionally." >&2;}
9655 -   { (exit 1); exit 1; }; }
9656 +  as_fn_error $? "conditional \"PMC_SUPPORT\" was never defined.
9657 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9658  fi
9659  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9660 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9661 -Usually this means the macro was only invoked conditionally." >&5
9662 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9663 -Usually this means the macro was only invoked conditionally." >&2;}
9664 -   { (exit 1); exit 1; }; }
9665 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9666 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9667  fi
9668  if test -z "${TAPI_TRUE}" && test -z "${TAPI_FALSE}"; then
9669 -  { { echo "$as_me:$LINENO: error: conditional \"TAPI\" was never defined.
9670 -Usually this means the macro was only invoked conditionally." >&5
9671 -echo "$as_me: error: conditional \"TAPI\" was never defined.
9672 -Usually this means the macro was only invoked conditionally." >&2;}
9673 -   { (exit 1); exit 1; }; }
9674 +  as_fn_error $? "conditional \"TAPI\" was never defined.
9675 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9676  fi
9677  if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9678 -  { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9679 -Usually this means the macro was only invoked conditionally." >&5
9680 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9681 -Usually this means the macro was only invoked conditionally." >&2;}
9682 -   { (exit 1); exit 1; }; }
9683 +  as_fn_error $? "conditional \"DANUBE\" was never defined.
9684 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9685  fi
9686  if test -z "${AR9_TRUE}" && test -z "${AR9_FALSE}"; then
9687 -  { { echo "$as_me:$LINENO: error: conditional \"AR9\" was never defined.
9688 -Usually this means the macro was only invoked conditionally." >&5
9689 -echo "$as_me: error: conditional \"AR9\" was never defined.
9690 -Usually this means the macro was only invoked conditionally." >&2;}
9691 -   { (exit 1); exit 1; }; }
9692 +  as_fn_error $? "conditional \"AR9\" was never defined.
9693 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9694  fi
9695  if test -z "${VR9_TRUE}" && test -z "${VR9_FALSE}"; then
9696 -  { { echo "$as_me:$LINENO: error: conditional \"VR9\" was never defined.
9697 -Usually this means the macro was only invoked conditionally." >&5
9698 -echo "$as_me: error: conditional \"VR9\" was never defined.
9699 -Usually this means the macro was only invoked conditionally." >&2;}
9700 -   { (exit 1); exit 1; }; }
9701 +  as_fn_error $? "conditional \"VR9\" was never defined.
9702 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9703  fi
9704  if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9705 -  { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9706 -Usually this means the macro was only invoked conditionally." >&5
9707 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9708 -Usually this means the macro was only invoked conditionally." >&2;}
9709 -   { (exit 1); exit 1; }; }
9710 +  as_fn_error $? "conditional \"DANUBE\" was never defined.
9711 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9712  fi
9713  if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9714 -  { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9715 -Usually this means the macro was only invoked conditionally." >&5
9716 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9717 -Usually this means the macro was only invoked conditionally." >&2;}
9718 -   { (exit 1); exit 1; }; }
9719 +  as_fn_error $? "conditional \"DANUBE\" was never defined.
9720 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9721  fi
9722  if test -z "${AR9_TRUE}" && test -z "${AR9_FALSE}"; then
9723 -  { { echo "$as_me:$LINENO: error: conditional \"AR9\" was never defined.
9724 -Usually this means the macro was only invoked conditionally." >&5
9725 -echo "$as_me: error: conditional \"AR9\" was never defined.
9726 -Usually this means the macro was only invoked conditionally." >&2;}
9727 -   { (exit 1); exit 1; }; }
9728 +  as_fn_error $? "conditional \"AR9\" was never defined.
9729 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9730  fi
9731  if test -z "${VR9_TRUE}" && test -z "${VR9_FALSE}"; then
9732 -  { { echo "$as_me:$LINENO: error: conditional \"VR9\" was never defined.
9733 -Usually this means the macro was only invoked conditionally." >&5
9734 -echo "$as_me: error: conditional \"VR9\" was never defined.
9735 -Usually this means the macro was only invoked conditionally." >&2;}
9736 -   { (exit 1); exit 1; }; }
9737 +  as_fn_error $? "conditional \"VR9\" was never defined.
9738 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9739 +fi
9740 +if test -z "${FALCON_TRUE}" && test -z "${FALCON_FALSE}"; then
9741 +  as_fn_error $? "conditional \"FALCON\" was never defined.
9742 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9743  fi
9744  if test -z "${DANUBE_TRUE}" && test -z "${DANUBE_FALSE}"; then
9745 -  { { echo "$as_me:$LINENO: error: conditional \"DANUBE\" was never defined.
9746 -Usually this means the macro was only invoked conditionally." >&5
9747 -echo "$as_me: error: conditional \"DANUBE\" was never defined.
9748 -Usually this means the macro was only invoked conditionally." >&2;}
9749 -   { (exit 1); exit 1; }; }
9750 +  as_fn_error $? "conditional \"DANUBE\" was never defined.
9751 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9752  fi
9753  if test -z "${VMMC_WITH_MPS_TRUE}" && test -z "${VMMC_WITH_MPS_FALSE}"; then
9754 -  { { echo "$as_me:$LINENO: error: conditional \"VMMC_WITH_MPS\" was never defined.
9755 -Usually this means the macro was only invoked conditionally." >&5
9756 -echo "$as_me: error: conditional \"VMMC_WITH_MPS\" was never defined.
9757 -Usually this means the macro was only invoked conditionally." >&2;}
9758 -   { (exit 1); exit 1; }; }
9759 +  as_fn_error $? "conditional \"VMMC_WITH_MPS\" was never defined.
9760 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9761  fi
9762  if test -z "${VMMC_WITH_MPS_TRUE}" && test -z "${VMMC_WITH_MPS_FALSE}"; then
9763 -  { { echo "$as_me:$LINENO: error: conditional \"VMMC_WITH_MPS\" was never defined.
9764 -Usually this means the macro was only invoked conditionally." >&5
9765 -echo "$as_me: error: conditional \"VMMC_WITH_MPS\" was never defined.
9766 -Usually this means the macro was only invoked conditionally." >&2;}
9767 -   { (exit 1); exit 1; }; }
9768 +  as_fn_error $? "conditional \"VMMC_WITH_MPS\" was never defined.
9769 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
9770  fi
9771  
9772 -: ${CONFIG_STATUS=./config.status}
9773 +: "${CONFIG_STATUS=./config.status}"
9774 +ac_write_fail=0
9775  ac_clean_files_save=$ac_clean_files
9776  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9777 -{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
9778 -echo "$as_me: creating $CONFIG_STATUS" >&6;}
9779 -cat >$CONFIG_STATUS <<_ACEOF
9780 +{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
9781 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
9782 +as_write_fail=0
9783 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
9784  #! $SHELL
9785  # Generated by $as_me.
9786  # Run this file to recreate the current configuration.
9787 @@ -5703,230 +5767,377 @@ cat >$CONFIG_STATUS <<_ACEOF
9788  debug=false
9789  ac_cs_recheck=false
9790  ac_cs_silent=false
9791 -SHELL=\${CONFIG_SHELL-$SHELL}
9792 -_ACEOF
9793  
9794 -cat >>$CONFIG_STATUS <<\_ACEOF
9795 -## --------------------- ##
9796 -## M4sh Initialization.  ##
9797 -## --------------------- ##
9798 +SHELL=\${CONFIG_SHELL-$SHELL}
9799 +export SHELL
9800 +_ASEOF
9801 +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
9802 +## -------------------- ##
9803 +## M4sh Initialization. ##
9804 +## -------------------- ##
9805  
9806 -# Be Bourne compatible
9807 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
9808 +# Be more Bourne compatible
9809 +DUALCASE=1; export DUALCASE # for MKS sh
9810 +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
9811    emulate sh
9812    NULLCMD=:
9813 -  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
9814 +  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
9815    # is contrary to our usage.  Disable this feature.
9816    alias -g '${1+"$@"}'='"$@"'
9817 -elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
9818 -  set -o posix
9819 -fi
9820 -DUALCASE=1; export DUALCASE # for MKS sh
9821 -
9822 -# Support unset when possible.
9823 -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
9824 -  as_unset=unset
9825 +  setopt NO_GLOB_SUBST
9826  else
9827 -  as_unset=false
9828 +  case `(set -o) 2>/dev/null` in #(
9829 +  *posix*) :
9830 +    set -o posix ;; #(
9831 +  *) :
9832 +     ;;
9833 +esac
9834  fi
9835  
9836  
9837 -# Work around bugs in pre-3.0 UWIN ksh.
9838 -$as_unset ENV MAIL MAILPATH
9839 -PS1='$ '
9840 -PS2='> '
9841 -PS4='+ '
9842 -
9843 -# NLS nuisances.
9844 -for as_var in \
9845 -  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
9846 -  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
9847 -  LC_TELEPHONE LC_TIME
9848 -do
9849 -  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
9850 -    eval $as_var=C; export $as_var
9851 +as_nl='
9852 +'
9853 +export as_nl
9854 +# Printing a long string crashes Solaris 7 /usr/bin/printf.
9855 +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
9856 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
9857 +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
9858 +# Prefer a ksh shell builtin over an external printf program on Solaris,
9859 +# but without wasting forks for bash or zsh.
9860 +if test -z "$BASH_VERSION$ZSH_VERSION" \
9861 +    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
9862 +  as_echo='print -r --'
9863 +  as_echo_n='print -rn --'
9864 +elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
9865 +  as_echo='printf %s\n'
9866 +  as_echo_n='printf %s'
9867 +else
9868 +  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
9869 +    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
9870 +    as_echo_n='/usr/ucb/echo -n'
9871    else
9872 -    $as_unset $as_var
9873 +    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
9874 +    as_echo_n_body='eval
9875 +      arg=$1;
9876 +      case $arg in #(
9877 +      *"$as_nl"*)
9878 +       expr "X$arg" : "X\\(.*\\)$as_nl";
9879 +       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
9880 +      esac;
9881 +      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
9882 +    '
9883 +    export as_echo_n_body
9884 +    as_echo_n='sh -c $as_echo_n_body as_echo'
9885    fi
9886 -done
9887 -
9888 -# Required to use basename.
9889 -if expr a : '\(a\)' >/dev/null 2>&1; then
9890 -  as_expr=expr
9891 -else
9892 -  as_expr=false
9893 +  export as_echo_body
9894 +  as_echo='sh -c $as_echo_body as_echo'
9895  fi
9896  
9897 -if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
9898 -  as_basename=basename
9899 -else
9900 -  as_basename=false
9901 -fi
9902 -
9903 -
9904 -# Name of the executable.
9905 -as_me=`$as_basename "$0" ||
9906 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9907 -        X"$0" : 'X\(//\)$' \| \
9908 -        X"$0" : 'X\(/\)$' \| \
9909 -        .     : '\(.\)' 2>/dev/null ||
9910 -echo X/"$0" |
9911 -    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
9912 -         /^X\/\(\/\/\)$/{ s//\1/; q; }
9913 -         /^X\/\(\/\).*/{ s//\1/; q; }
9914 -         s/.*/./; q'`
9915 -
9916 -
9917 -# PATH needs CR, and LINENO needs CR and PATH.
9918 -# Avoid depending upon Character Ranges.
9919 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9920 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9921 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9922 -as_cr_digits='0123456789'
9923 -as_cr_alnum=$as_cr_Letters$as_cr_digits
9924 -
9925  # The user is always right.
9926  if test "${PATH_SEPARATOR+set}" != set; then
9927 -  echo "#! /bin/sh" >conf$$.sh
9928 -  echo  "exit 0"   >>conf$$.sh
9929 -  chmod +x conf$$.sh
9930 -  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
9931 -    PATH_SEPARATOR=';'
9932 -  else
9933 -    PATH_SEPARATOR=:
9934 -  fi
9935 -  rm -f conf$$.sh
9936 +  PATH_SEPARATOR=:
9937 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
9938 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
9939 +      PATH_SEPARATOR=';'
9940 +  }
9941  fi
9942  
9943  
9944 -  as_lineno_1=$LINENO
9945 -  as_lineno_2=$LINENO
9946 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
9947 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
9948 -  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
9949 -  # Find who we are.  Look in the path if we contain no path at all
9950 -  # relative or not.
9951 -  case $0 in
9952 -    *[\\/]* ) as_myself=$0 ;;
9953 -    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9954 +# IFS
9955 +# We need space, tab and new line, in precisely that order.  Quoting is
9956 +# there to prevent editors from complaining about space-tab.
9957 +# (If _AS_PATH_WALK were called with IFS unset, it would disable word
9958 +# splitting by setting IFS to empty value.)
9959 +IFS=" ""       $as_nl"
9960 +
9961 +# Find who we are.  Look in the path if we contain no directory separator.
9962 +as_myself=
9963 +case $0 in #((
9964 +  *[\\/]* ) as_myself=$0 ;;
9965 +  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9966  for as_dir in $PATH
9967  do
9968    IFS=$as_save_IFS
9969    test -z "$as_dir" && as_dir=.
9970 -  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9971 -done
9972 +    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9973 +  done
9974 +IFS=$as_save_IFS
9975  
9976 -       ;;
9977 -  esac
9978 -  # We did not find ourselves, most probably we were run as `sh COMMAND'
9979 -  # in which case we are not to be found in the path.
9980 -  if test "x$as_myself" = x; then
9981 -    as_myself=$0
9982 -  fi
9983 -  if test ! -f "$as_myself"; then
9984 -    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
9985 -echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
9986 -   { (exit 1); exit 1; }; }
9987 -  fi
9988 -  case $CONFIG_SHELL in
9989 -  '')
9990 -    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9991 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
9992 -do
9993 -  IFS=$as_save_IFS
9994 -  test -z "$as_dir" && as_dir=.
9995 -  for as_base in sh bash ksh sh5; do
9996 -        case $as_dir in
9997 -        /*)
9998 -          if ("$as_dir/$as_base" -c '
9999 -  as_lineno_1=$LINENO
10000 -  as_lineno_2=$LINENO
10001 -  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10002 -  test "x$as_lineno_1" != "x$as_lineno_2" &&
10003 -  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
10004 -            $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
10005 -            $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
10006 -            CONFIG_SHELL=$as_dir/$as_base
10007 -            export CONFIG_SHELL
10008 -            exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10009 -          fi;;
10010 -        esac
10011 -       done
10012 +     ;;
10013 +esac
10014 +# We did not find ourselves, most probably we were run as `sh COMMAND'
10015 +# in which case we are not to be found in the path.
10016 +if test "x$as_myself" = x; then
10017 +  as_myself=$0
10018 +fi
10019 +if test ! -f "$as_myself"; then
10020 +  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10021 +  exit 1
10022 +fi
10023 +
10024 +# Unset variables that we do not need and which cause bugs (e.g. in
10025 +# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
10026 +# suppresses any "Segmentation fault" message there.  '((' could
10027 +# trigger a bug in pdksh 5.2.14.
10028 +for as_var in BASH_ENV ENV MAIL MAILPATH
10029 +do eval test x\${$as_var+set} = xset \
10030 +  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
10031  done
10032 -;;
10033 -  esac
10034 +PS1='$ '
10035 +PS2='> '
10036 +PS4='+ '
10037  
10038 -  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10039 -  # uniformly replaced by the line number.  The first 'sed' inserts a
10040 -  # line-number line before each line; the second 'sed' does the real
10041 -  # work.  The second script uses 'N' to pair each line-number line
10042 -  # with the numbered line, and appends trailing '-' during
10043 -  # substitution so that $LINENO is not a special case at line end.
10044 -  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
10045 -  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
10046 -  sed '=' <$as_myself |
10047 -    sed '
10048 -      N
10049 -      s,$,-,
10050 -      : loop
10051 -      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
10052 -      t loop
10053 -      s,-$,,
10054 -      s,^['$as_cr_digits']*\n,,
10055 -    ' >$as_me.lineno &&
10056 -  chmod +x $as_me.lineno ||
10057 -    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
10058 -echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
10059 -   { (exit 1); exit 1; }; }
10060 +# NLS nuisances.
10061 +LC_ALL=C
10062 +export LC_ALL
10063 +LANGUAGE=C
10064 +export LANGUAGE
10065  
10066 -  # Don't try to exec as it changes $[0], causing all sort of problems
10067 -  # (the dirname of $[0] is not the place where we might find the
10068 -  # original and so on.  Autoconf is especially sensible to this).
10069 -  . ./$as_me.lineno
10070 -  # Exit status is that of the last command.
10071 -  exit
10072 -}
10073 +# CDPATH.
10074 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
10075  
10076  
10077 -case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
10078 -  *c*,-n*) ECHO_N= ECHO_C='
10079 -' ECHO_T='     ' ;;
10080 -  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
10081 -  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
10082 -esac
10083 +# as_fn_error STATUS ERROR [LINENO LOG_FD]
10084 +# ----------------------------------------
10085 +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
10086 +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
10087 +# script with STATUS, using 1 if that was 0.
10088 +as_fn_error ()
10089 +{
10090 +  as_status=$1; test $as_status -eq 0 && as_status=1
10091 +  if test "$4"; then
10092 +    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
10093 +    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
10094 +  fi
10095 +  $as_echo "$as_me: error: $2" >&2
10096 +  as_fn_exit $as_status
10097 +} # as_fn_error
10098 +
10099 +
10100 +# as_fn_set_status STATUS
10101 +# -----------------------
10102 +# Set $? to STATUS, without forking.
10103 +as_fn_set_status ()
10104 +{
10105 +  return $1
10106 +} # as_fn_set_status
10107 +
10108 +# as_fn_exit STATUS
10109 +# -----------------
10110 +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
10111 +as_fn_exit ()
10112 +{
10113 +  set +e
10114 +  as_fn_set_status $1
10115 +  exit $1
10116 +} # as_fn_exit
10117 +
10118 +# as_fn_unset VAR
10119 +# ---------------
10120 +# Portably unset VAR.
10121 +as_fn_unset ()
10122 +{
10123 +  { eval $1=; unset $1;}
10124 +}
10125 +as_unset=as_fn_unset
10126 +# as_fn_append VAR VALUE
10127 +# ----------------------
10128 +# Append the text in VALUE to the end of the definition contained in VAR. Take
10129 +# advantage of any shell optimizations that allow amortized linear growth over
10130 +# repeated appends, instead of the typical quadratic growth present in naive
10131 +# implementations.
10132 +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
10133 +  eval 'as_fn_append ()
10134 +  {
10135 +    eval $1+=\$2
10136 +  }'
10137 +else
10138 +  as_fn_append ()
10139 +  {
10140 +    eval $1=\$$1\$2
10141 +  }
10142 +fi # as_fn_append
10143 +
10144 +# as_fn_arith ARG...
10145 +# ------------------
10146 +# Perform arithmetic evaluation on the ARGs, and store the result in the
10147 +# global $as_val. Take advantage of shells that can avoid forks. The arguments
10148 +# must be portable across $(()) and expr.
10149 +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
10150 +  eval 'as_fn_arith ()
10151 +  {
10152 +    as_val=$(( $* ))
10153 +  }'
10154 +else
10155 +  as_fn_arith ()
10156 +  {
10157 +    as_val=`expr "$@" || test $? -eq 1`
10158 +  }
10159 +fi # as_fn_arith
10160  
10161 -if expr a : '\(a\)' >/dev/null 2>&1; then
10162 +
10163 +if expr a : '\(a\)' >/dev/null 2>&1 &&
10164 +   test "X`expr 00001 : '.*\(...\)'`" = X001; then
10165    as_expr=expr
10166  else
10167    as_expr=false
10168  fi
10169  
10170 +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
10171 +  as_basename=basename
10172 +else
10173 +  as_basename=false
10174 +fi
10175 +
10176 +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
10177 +  as_dirname=dirname
10178 +else
10179 +  as_dirname=false
10180 +fi
10181 +
10182 +as_me=`$as_basename -- "$0" ||
10183 +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10184 +        X"$0" : 'X\(//\)$' \| \
10185 +        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
10186 +$as_echo X/"$0" |
10187 +    sed '/^.*\/\([^/][^/]*\)\/*$/{
10188 +           s//\1/
10189 +           q
10190 +         }
10191 +         /^X\/\(\/\/\)$/{
10192 +           s//\1/
10193 +           q
10194 +         }
10195 +         /^X\/\(\/\).*/{
10196 +           s//\1/
10197 +           q
10198 +         }
10199 +         s/.*/./; q'`
10200 +
10201 +# Avoid depending upon Character Ranges.
10202 +as_cr_letters='abcdefghijklmnopqrstuvwxyz'
10203 +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10204 +as_cr_Letters=$as_cr_letters$as_cr_LETTERS
10205 +as_cr_digits='0123456789'
10206 +as_cr_alnum=$as_cr_Letters$as_cr_digits
10207 +
10208 +ECHO_C= ECHO_N= ECHO_T=
10209 +case `echo -n x` in #(((((
10210 +-n*)
10211 +  case `echo 'xy\c'` in
10212 +  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
10213 +  xy)  ECHO_C='\c';;
10214 +  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
10215 +       ECHO_T='        ';;
10216 +  esac;;
10217 +*)
10218 +  ECHO_N='-n';;
10219 +esac
10220 +
10221  rm -f conf$$ conf$$.exe conf$$.file
10222 -echo >conf$$.file
10223 -if ln -s conf$$.file conf$$ 2>/dev/null; then
10224 -  # We could just check for DJGPP; but this test a) works b) is more generic
10225 -  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
10226 -  if test -f conf$$.exe; then
10227 -    # Don't use ln at all; we don't have any links
10228 -    as_ln_s='cp -p'
10229 -  else
10230 +if test -d conf$$.dir; then
10231 +  rm -f conf$$.dir/conf$$.file
10232 +else
10233 +  rm -f conf$$.dir
10234 +  mkdir conf$$.dir 2>/dev/null
10235 +fi
10236 +if (echo >conf$$.file) 2>/dev/null; then
10237 +  if ln -s conf$$.file conf$$ 2>/dev/null; then
10238      as_ln_s='ln -s'
10239 +    # ... but there are two gotchas:
10240 +    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
10241 +    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
10242 +    # In both cases, we have to default to `cp -p'.
10243 +    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
10244 +      as_ln_s='cp -p'
10245 +  elif ln conf$$.file conf$$ 2>/dev/null; then
10246 +    as_ln_s=ln
10247 +  else
10248 +    as_ln_s='cp -p'
10249    fi
10250 -elif ln conf$$.file conf$$ 2>/dev/null; then
10251 -  as_ln_s=ln
10252  else
10253    as_ln_s='cp -p'
10254  fi
10255 -rm -f conf$$ conf$$.exe conf$$.file
10256 +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
10257 +rmdir conf$$.dir 2>/dev/null
10258  
10259 +
10260 +# as_fn_mkdir_p
10261 +# -------------
10262 +# Create "$as_dir" as a directory, including parents if necessary.
10263 +as_fn_mkdir_p ()
10264 +{
10265 +
10266 +  case $as_dir in #(
10267 +  -*) as_dir=./$as_dir;;
10268 +  esac
10269 +  test -d "$as_dir" || eval $as_mkdir_p || {
10270 +    as_dirs=
10271 +    while :; do
10272 +      case $as_dir in #(
10273 +      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
10274 +      *) as_qdir=$as_dir;;
10275 +      esac
10276 +      as_dirs="'$as_qdir' $as_dirs"
10277 +      as_dir=`$as_dirname -- "$as_dir" ||
10278 +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10279 +        X"$as_dir" : 'X\(//\)[^/]' \| \
10280 +        X"$as_dir" : 'X\(//\)$' \| \
10281 +        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
10282 +$as_echo X"$as_dir" |
10283 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10284 +           s//\1/
10285 +           q
10286 +         }
10287 +         /^X\(\/\/\)[^/].*/{
10288 +           s//\1/
10289 +           q
10290 +         }
10291 +         /^X\(\/\/\)$/{
10292 +           s//\1/
10293 +           q
10294 +         }
10295 +         /^X\(\/\).*/{
10296 +           s//\1/
10297 +           q
10298 +         }
10299 +         s/.*/./; q'`
10300 +      test -d "$as_dir" && break
10301 +    done
10302 +    test -z "$as_dirs" || eval "mkdir $as_dirs"
10303 +  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
10304 +
10305 +
10306 +} # as_fn_mkdir_p
10307  if mkdir -p . 2>/dev/null; then
10308 -  as_mkdir_p=:
10309 +  as_mkdir_p='mkdir -p "$as_dir"'
10310  else
10311    test -d ./-p && rmdir ./-p
10312    as_mkdir_p=false
10313  fi
10314  
10315 -as_executable_p="test -f"
10316 +if test -x / >/dev/null 2>&1; then
10317 +  as_test_x='test -x'
10318 +else
10319 +  if ls -dL / >/dev/null 2>&1; then
10320 +    as_ls_L_option=L
10321 +  else
10322 +    as_ls_L_option=
10323 +  fi
10324 +  as_test_x='
10325 +    eval sh -c '\''
10326 +      if test -d "$1"; then
10327 +       test -d "$1/.";
10328 +      else
10329 +       case $1 in #(
10330 +       -*)set "./$1";;
10331 +       esac;
10332 +       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
10333 +       ???[sx]*):;;*)false;;esac;fi
10334 +    '\'' sh
10335 +  '
10336 +fi
10337 +as_executable_p=$as_test_x
10338  
10339  # Sed expression to map a string onto a valid CPP name.
10340  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
10341 @@ -5935,31 +6146,20 @@ as_tr_cpp="eval sed 'y%*$as_cr_letters%P
10342  as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
10343  
10344  
10345 -# IFS
10346 -# We need space, tab and new line, in precisely that order.
10347 -as_nl='
10348 -'
10349 -IFS="  $as_nl"
10350 -
10351 -# CDPATH.
10352 -$as_unset CDPATH
10353 -
10354  exec 6>&1
10355 +## ----------------------------------- ##
10356 +## Main body of $CONFIG_STATUS script. ##
10357 +## ----------------------------------- ##
10358 +_ASEOF
10359 +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
10360  
10361 -# Open the log real soon, to keep \$[0] and so on meaningful, and to
10362 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10363 +# Save the log message, to keep $0 and so on meaningful, and to
10364  # report actual input values of CONFIG_FILES etc. instead of their
10365 -# values after options handling.  Logging --version etc. is OK.
10366 -exec 5>>config.log
10367 -{
10368 -  echo
10369 -  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10370 -## Running $as_me. ##
10371 -_ASBOX
10372 -} >&5
10373 -cat >&5 <<_CSEOF
10374 -
10375 +# values after options handling.
10376 +ac_log="
10377  This file was extended by VMMC Device Driver $as_me 1.9.0, which was
10378 -generated by GNU Autoconf 2.59.  Invocation command line was
10379 +generated by GNU Autoconf 2.68.  Invocation command line was
10380  
10381    CONFIG_FILES    = $CONFIG_FILES
10382    CONFIG_HEADERS  = $CONFIG_HEADERS
10383 @@ -5967,45 +6167,47 @@ generated by GNU Autoconf 2.59.  Invocat
10384    CONFIG_COMMANDS = $CONFIG_COMMANDS
10385    $ $0 $@
10386  
10387 -_CSEOF
10388 -echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
10389 -echo >&5
10390 +on `(hostname || uname -n) 2>/dev/null | sed 1q`
10391 +"
10392 +
10393  _ACEOF
10394  
10395 -# Files that config.status was made for.
10396 -if test -n "$ac_config_files"; then
10397 -  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
10398 -fi
10399 +case $ac_config_files in *"
10400 +"*) set x $ac_config_files; shift; ac_config_files=$*;;
10401 +esac
10402  
10403 -if test -n "$ac_config_headers"; then
10404 -  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
10405 -fi
10406 +case $ac_config_headers in *"
10407 +"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
10408 +esac
10409  
10410 -if test -n "$ac_config_links"; then
10411 -  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
10412 -fi
10413  
10414 -if test -n "$ac_config_commands"; then
10415 -  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
10416 -fi
10417 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10418 +# Files that config.status was made for.
10419 +config_files="$ac_config_files"
10420 +config_headers="$ac_config_headers"
10421 +config_commands="$ac_config_commands"
10422  
10423 -cat >>$CONFIG_STATUS <<\_ACEOF
10424 +_ACEOF
10425  
10426 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10427  ac_cs_usage="\
10428 -\`$as_me' instantiates files from templates according to the
10429 -current configuration.
10430 +\`$as_me' instantiates files and other configuration actions
10431 +from templates according to the current configuration.  Unless the files
10432 +and actions are specified as TAGs, all are instantiated by default.
10433  
10434 -Usage: $0 [OPTIONS] [FILE]...
10435 +Usage: $0 [OPTION]... [TAG]...
10436  
10437    -h, --help       print this help, then exit
10438 -  -V, --version    print version number, then exit
10439 -  -q, --quiet      do not print progress messages
10440 +  -V, --version    print version number and configuration settings, then exit
10441 +      --config     print configuration, then exit
10442 +  -q, --quiet, --silent
10443 +                   do not print progress messages
10444    -d, --debug      don't remove temporary files
10445        --recheck    update $as_me by reconfiguring in the same conditions
10446 -  --file=FILE[:TEMPLATE]
10447 -                  instantiate the configuration file FILE
10448 -  --header=FILE[:TEMPLATE]
10449 -                  instantiate the configuration header FILE
10450 +      --file=FILE[:TEMPLATE]
10451 +                   instantiate the configuration file FILE
10452 +      --header=FILE[:TEMPLATE]
10453 +                   instantiate the configuration header FILE
10454  
10455  Configuration files:
10456  $config_files
10457 @@ -6016,84 +6218,92 @@ $config_headers
10458  Configuration commands:
10459  $config_commands
10460  
10461 -Report bugs to <bug-autoconf@gnu.org>."
10462 -_ACEOF
10463 +Report bugs to the package provider."
10464  
10465 -cat >>$CONFIG_STATUS <<_ACEOF
10466 +_ACEOF
10467 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10468 +ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
10469  ac_cs_version="\\
10470  VMMC Device Driver config.status 1.9.0
10471 -configured by $0, generated by GNU Autoconf 2.59,
10472 -  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10473 +configured by $0, generated by GNU Autoconf 2.68,
10474 +  with options \\"\$ac_cs_config\\"
10475  
10476 -Copyright (C) 2003 Free Software Foundation, Inc.
10477 +Copyright (C) 2010 Free Software Foundation, Inc.
10478  This config.status script is free software; the Free Software Foundation
10479  gives unlimited permission to copy, distribute and modify it."
10480 -srcdir=$srcdir
10481 -INSTALL="$INSTALL"
10482 +
10483 +ac_pwd='$ac_pwd'
10484 +srcdir='$srcdir'
10485 +INSTALL='$INSTALL'
10486 +MKDIR_P='$MKDIR_P'
10487 +AWK='$AWK'
10488 +test -n "\$AWK" || AWK=awk
10489  _ACEOF
10490  
10491 -cat >>$CONFIG_STATUS <<\_ACEOF
10492 -# If no file are specified by the user, then we need to provide default
10493 -# value.  By we need to know if files were specified by the user.
10494 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10495 +# The default lists apply if the user does not specify any file.
10496  ac_need_defaults=:
10497  while test $# != 0
10498  do
10499    case $1 in
10500 -  --*=*)
10501 -    ac_option=`expr "x$1" : 'x\([^=]*\)='`
10502 -    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
10503 +  --*=?*)
10504 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
10505 +    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
10506      ac_shift=:
10507      ;;
10508 -  -*)
10509 +  --*=)
10510 +    ac_option=`expr "X$1" : 'X\([^=]*\)='`
10511 +    ac_optarg=
10512 +    ac_shift=:
10513 +    ;;
10514 +  *)
10515      ac_option=$1
10516      ac_optarg=$2
10517      ac_shift=shift
10518      ;;
10519 -  *) # This is not an option, so the user has probably given explicit
10520 -     # arguments.
10521 -     ac_option=$1
10522 -     ac_need_defaults=false;;
10523    esac
10524  
10525    case $ac_option in
10526    # Handling of the options.
10527 -_ACEOF
10528 -cat >>$CONFIG_STATUS <<\_ACEOF
10529    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
10530      ac_cs_recheck=: ;;
10531 -  --version | --vers* | -V )
10532 -    echo "$ac_cs_version"; exit 0 ;;
10533 -  --he | --h)
10534 -    # Conflict between --help and --header
10535 -    { { echo "$as_me:$LINENO: error: ambiguous option: $1
10536 -Try \`$0 --help' for more information." >&5
10537 -echo "$as_me: error: ambiguous option: $1
10538 -Try \`$0 --help' for more information." >&2;}
10539 -   { (exit 1); exit 1; }; };;
10540 -  --help | --hel | -h )
10541 -    echo "$ac_cs_usage"; exit 0 ;;
10542 -  --debug | --d* | -d )
10543 +  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
10544 +    $as_echo "$ac_cs_version"; exit ;;
10545 +  --config | --confi | --conf | --con | --co | --c )
10546 +    $as_echo "$ac_cs_config"; exit ;;
10547 +  --debug | --debu | --deb | --de | --d | -d )
10548      debug=: ;;
10549    --file | --fil | --fi | --f )
10550      $ac_shift
10551 -    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
10552 +    case $ac_optarg in
10553 +    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10554 +    '') as_fn_error $? "missing file argument" ;;
10555 +    esac
10556 +    as_fn_append CONFIG_FILES " '$ac_optarg'"
10557      ac_need_defaults=false;;
10558    --header | --heade | --head | --hea )
10559      $ac_shift
10560 -    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
10561 +    case $ac_optarg in
10562 +    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
10563 +    esac
10564 +    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
10565      ac_need_defaults=false;;
10566 +  --he | --h)
10567 +    # Conflict between --help and --header
10568 +    as_fn_error $? "ambiguous option: \`$1'
10569 +Try \`$0 --help' for more information.";;
10570 +  --help | --hel | -h )
10571 +    $as_echo "$ac_cs_usage"; exit ;;
10572    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
10573    | -silent | --silent | --silen | --sile | --sil | --si | --s)
10574      ac_cs_silent=: ;;
10575  
10576    # This is an error.
10577 -  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
10578 -Try \`$0 --help' for more information." >&5
10579 -echo "$as_me: error: unrecognized option: $1
10580 -Try \`$0 --help' for more information." >&2;}
10581 -   { (exit 1); exit 1; }; } ;;
10582 +  -*) as_fn_error $? "unrecognized option: \`$1'
10583 +Try \`$0 --help' for more information." ;;
10584  
10585 -  *) ac_config_targets="$ac_config_targets $1" ;;
10586 +  *) as_fn_append ac_config_targets " $1"
10587 +     ac_need_defaults=false ;;
10588  
10589    esac
10590    shift
10591 @@ -6107,40 +6317,52 @@ if $ac_cs_silent; then
10592  fi
10593  
10594  _ACEOF
10595 -cat >>$CONFIG_STATUS <<_ACEOF
10596 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10597  if \$ac_cs_recheck; then
10598 -  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
10599 -  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10600 +  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10601 +  shift
10602 +  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
10603 +  CONFIG_SHELL='$SHELL'
10604 +  export CONFIG_SHELL
10605 +  exec "\$@"
10606  fi
10607  
10608  _ACEOF
10609 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10610 +exec 5>>config.log
10611 +{
10612 +  echo
10613 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10614 +## Running $as_me. ##
10615 +_ASBOX
10616 +  $as_echo "$ac_log"
10617 +} >&5
10618  
10619 -cat >>$CONFIG_STATUS <<_ACEOF
10620 +_ACEOF
10621 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10622  #
10623 -# INIT-COMMANDS section.
10624 +# INIT-COMMANDS
10625  #
10626 -
10627  AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10628  
10629  _ACEOF
10630  
10631 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10632  
10633 -
10634 -cat >>$CONFIG_STATUS <<\_ACEOF
10635 +# Handling of arguments.
10636  for ac_config_target in $ac_config_targets
10637  do
10638 -  case "$ac_config_target" in
10639 -  # Handling of arguments.
10640 -  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10641 -  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10642 -  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10643 -  "drv_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS drv_config.h" ;;
10644 -  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
10645 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
10646 -   { (exit 1); exit 1; }; };;
10647 +  case $ac_config_target in
10648 +    "drv_config.h") CONFIG_HEADERS="$CONFIG_HEADERS drv_config.h" ;;
10649 +    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10650 +    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10651 +    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10652 +
10653 +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
10654    esac
10655  done
10656  
10657 +
10658  # If the user did not use the arguments to specify the items to instantiate,
10659  # then the envvar interface is used.  Set only those that are not.
10660  # We use the long form for the default assignment because of an extremely
10661 @@ -6152,856 +6374,691 @@ if $ac_need_defaults; then
10662  fi
10663  
10664  # Have a temporary directory for convenience.  Make it in the build tree
10665 -# simply because there is no reason to put it here, and in addition,
10666 +# simply because there is no reason against having it here, and in addition,
10667  # creating and moving files from /tmp can sometimes cause problems.
10668 -# Create a temporary directory, and hook for its removal unless debugging.
10669 +# Hook for its removal unless debugging.
10670 +# Note that there is a small window in which the directory will not be cleaned:
10671 +# after its creation but before its name has been assigned to `$tmp'.
10672  $debug ||
10673  {
10674 -  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
10675 -  trap '{ (exit 1); exit 1; }' 1 2 13 15
10676 +  tmp= ac_tmp=
10677 +  trap 'exit_status=$?
10678 +  : "${ac_tmp:=$tmp}"
10679 +  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
10680 +' 0
10681 +  trap 'as_fn_exit 1' 1 2 13 15
10682  }
10683 -
10684  # Create a (secure) tmp directory for tmp files.
10685  
10686  {
10687 -  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
10688 -  test -n "$tmp" && test -d "$tmp"
10689 +  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
10690 +  test -d "$tmp"
10691  }  ||
10692  {
10693 -  tmp=./confstat$$-$RANDOM
10694 -  (umask 077 && mkdir $tmp)
10695 -} ||
10696 +  tmp=./conf$$-$RANDOM
10697 +  (umask 077 && mkdir "$tmp")
10698 +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
10699 +ac_tmp=$tmp
10700 +
10701 +# Set up the scripts for CONFIG_FILES section.
10702 +# No need to generate them if there are no CONFIG_FILES.
10703 +# This happens for instance with `./config.status config.h'.
10704 +if test -n "$CONFIG_FILES"; then
10705 +
10706 +
10707 +ac_cr=`echo X | tr X '\015'`
10708 +# On cygwin, bash can eat \r inside `` if the user requested igncr.
10709 +# But we know of no other shell where ac_cr would be empty at this
10710 +# point, so we can use a bashism as a fallback.
10711 +if test "x$ac_cr" = x; then
10712 +  eval ac_cr=\$\'\\r\'
10713 +fi
10714 +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
10715 +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
10716 +  ac_cs_awk_cr='\\r'
10717 +else
10718 +  ac_cs_awk_cr=$ac_cr
10719 +fi
10720 +
10721 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
10722 +_ACEOF
10723 +
10724 +
10725  {
10726 -   echo "$me: cannot create a temporary directory in ." >&2
10727 -   { (exit 1); exit 1; }
10728 +  echo "cat >conf$$subs.awk <<_ACEOF" &&
10729 +  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
10730 +  echo "_ACEOF"
10731 +} >conf$$subs.sh ||
10732 +  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10733 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
10734 +ac_delim='%!_!# '
10735 +for ac_last_try in false false false false false :; do
10736 +  . ./conf$$subs.sh ||
10737 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10738 +
10739 +  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
10740 +  if test $ac_delim_n = $ac_delim_num; then
10741 +    break
10742 +  elif $ac_last_try; then
10743 +    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10744 +  else
10745 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
10746 +  fi
10747 +done
10748 +rm -f conf$$subs.sh
10749 +
10750 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10751 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
10752 +_ACEOF
10753 +sed -n '
10754 +h
10755 +s/^/S["/; s/!.*/"]=/
10756 +p
10757 +g
10758 +s/^[^!]*!//
10759 +:repl
10760 +t repl
10761 +s/'"$ac_delim"'$//
10762 +t delim
10763 +:nl
10764 +h
10765 +s/\(.\{148\}\)..*/\1/
10766 +t more1
10767 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
10768 +p
10769 +n
10770 +b repl
10771 +:more1
10772 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
10773 +p
10774 +g
10775 +s/.\{148\}//
10776 +t nl
10777 +:delim
10778 +h
10779 +s/\(.\{148\}\)..*/\1/
10780 +t more2
10781 +s/["\\]/\\&/g; s/^/"/; s/$/"/
10782 +p
10783 +b
10784 +:more2
10785 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/
10786 +p
10787 +g
10788 +s/.\{148\}//
10789 +t delim
10790 +' <conf$$subs.awk | sed '
10791 +/^[^""]/{
10792 +  N
10793 +  s/\n//
10794  }
10795 +' >>$CONFIG_STATUS || ac_write_fail=1
10796 +rm -f conf$$subs.awk
10797 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10798 +_ACAWK
10799 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
10800 +  for (key in S) S_is_set[key] = 1
10801 +  FS = "\a"
10802  
10803 +}
10804 +{
10805 +  line = $ 0
10806 +  nfields = split(line, field, "@")
10807 +  substed = 0
10808 +  len = length(field[1])
10809 +  for (i = 2; i < nfields; i++) {
10810 +    key = field[i]
10811 +    keylen = length(key)
10812 +    if (S_is_set[key]) {
10813 +      value = S[key]
10814 +      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
10815 +      len += length(value) + length(field[++i])
10816 +      substed = 1
10817 +    } else
10818 +      len += 1 + keylen
10819 +  }
10820 +
10821 +  print line
10822 +}
10823 +
10824 +_ACAWK
10825 +_ACEOF
10826 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10827 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
10828 +  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
10829 +else
10830 +  cat
10831 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
10832 +  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
10833  _ACEOF
10834  
10835 -cat >>$CONFIG_STATUS <<_ACEOF
10836 +# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
10837 +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
10838 +# trailing colons and then remove the whole line if VPATH becomes empty
10839 +# (actually we leave an empty line to preserve line numbers).
10840 +if test "x$srcdir" = x.; then
10841 +  ac_vpsub='/^[         ]*VPATH[        ]*=[    ]*/{
10842 +h
10843 +s///
10844 +s/^/:/
10845 +s/[     ]*$/:/
10846 +s/:\$(srcdir):/:/g
10847 +s/:\${srcdir}:/:/g
10848 +s/:@srcdir@:/:/g
10849 +s/^:*//
10850 +s/:*$//
10851 +x
10852 +s/\(=[  ]*\).*/\1/
10853 +G
10854 +s/\n//
10855 +s/^[^=]*=[      ]*$//
10856 +}'
10857 +fi
10858  
10859 -#
10860 -# CONFIG_FILES section.
10861 -#
10862 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10863 +fi # test -n "$CONFIG_FILES"
10864  
10865 -# No need to generate the scripts if there are no CONFIG_FILES.
10866 -# This happens for instance when ./config.status config.h
10867 -if test -n "\$CONFIG_FILES"; then
10868 -  # Protect against being on the right side of a sed subst in config.status.
10869 -  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
10870 -   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
10871 -s,@SHELL@,$SHELL,;t t
10872 -s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
10873 -s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
10874 -s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
10875 -s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
10876 -s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
10877 -s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
10878 -s,@exec_prefix@,$exec_prefix,;t t
10879 -s,@prefix@,$prefix,;t t
10880 -s,@program_transform_name@,$program_transform_name,;t t
10881 -s,@bindir@,$bindir,;t t
10882 -s,@sbindir@,$sbindir,;t t
10883 -s,@libexecdir@,$libexecdir,;t t
10884 -s,@datadir@,$datadir,;t t
10885 -s,@sysconfdir@,$sysconfdir,;t t
10886 -s,@sharedstatedir@,$sharedstatedir,;t t
10887 -s,@localstatedir@,$localstatedir,;t t
10888 -s,@libdir@,$libdir,;t t
10889 -s,@includedir@,$includedir,;t t
10890 -s,@oldincludedir@,$oldincludedir,;t t
10891 -s,@infodir@,$infodir,;t t
10892 -s,@mandir@,$mandir,;t t
10893 -s,@build_alias@,$build_alias,;t t
10894 -s,@host_alias@,$host_alias,;t t
10895 -s,@target_alias@,$target_alias,;t t
10896 -s,@DEFS@,$DEFS,;t t
10897 -s,@ECHO_C@,$ECHO_C,;t t
10898 -s,@ECHO_N@,$ECHO_N,;t t
10899 -s,@ECHO_T@,$ECHO_T,;t t
10900 -s,@LIBS@,$LIBS,;t t
10901 -s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
10902 -s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
10903 -s,@INSTALL_DATA@,$INSTALL_DATA,;t t
10904 -s,@CYGPATH_W@,$CYGPATH_W,;t t
10905 -s,@PACKAGE@,$PACKAGE,;t t
10906 -s,@VERSION@,$VERSION,;t t
10907 -s,@ACLOCAL@,$ACLOCAL,;t t
10908 -s,@AUTOCONF@,$AUTOCONF,;t t
10909 -s,@AUTOMAKE@,$AUTOMAKE,;t t
10910 -s,@AUTOHEADER@,$AUTOHEADER,;t t
10911 -s,@MAKEINFO@,$MAKEINFO,;t t
10912 -s,@install_sh@,$install_sh,;t t
10913 -s,@STRIP@,$STRIP,;t t
10914 -s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
10915 -s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
10916 -s,@mkdir_p@,$mkdir_p,;t t
10917 -s,@AWK@,$AWK,;t t
10918 -s,@SET_MAKE@,$SET_MAKE,;t t
10919 -s,@am__leading_dot@,$am__leading_dot,;t t
10920 -s,@AMTAR@,$AMTAR,;t t
10921 -s,@am__tar@,$am__tar,;t t
10922 -s,@am__untar@,$am__untar,;t t
10923 -s,@CONFIGURE_OPTIONS@,$CONFIGURE_OPTIONS,;t t
10924 -s,@CC@,$CC,;t t
10925 -s,@CFLAGS@,$CFLAGS,;t t
10926 -s,@LDFLAGS@,$LDFLAGS,;t t
10927 -s,@CPPFLAGS@,$CPPFLAGS,;t t
10928 -s,@ac_ct_CC@,$ac_ct_CC,;t t
10929 -s,@EXEEXT@,$EXEEXT,;t t
10930 -s,@OBJEXT@,$OBJEXT,;t t
10931 -s,@DEPDIR@,$DEPDIR,;t t
10932 -s,@am__include@,$am__include,;t t
10933 -s,@am__quote@,$am__quote,;t t
10934 -s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
10935 -s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
10936 -s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
10937 -s,@CCDEPMODE@,$CCDEPMODE,;t t
10938 -s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
10939 -s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
10940 -s,@KERNEL_2_6_TRUE@,$KERNEL_2_6_TRUE,;t t
10941 -s,@KERNEL_2_6_FALSE@,$KERNEL_2_6_FALSE,;t t
10942 -s,@KERNEL_ARCH@,$KERNEL_ARCH,;t t
10943 -s,@KERNEL_INCL_PATH@,$KERNEL_INCL_PATH,;t t
10944 -s,@KERNEL_BUILD_PATH@,$KERNEL_BUILD_PATH,;t t
10945 -s,@IFXOS_INCL_PATH@,$IFXOS_INCL_PATH,;t t
10946 -s,@ENABLE_OBSOLETE_PREMAPPING_TRUE@,$ENABLE_OBSOLETE_PREMAPPING_TRUE,;t t
10947 -s,@ENABLE_OBSOLETE_PREMAPPING_FALSE@,$ENABLE_OBSOLETE_PREMAPPING_FALSE,;t t
10948 -s,@WARNINGS_TRUE@,$WARNINGS_TRUE,;t t
10949 -s,@WARNINGS_FALSE@,$WARNINGS_FALSE,;t t
10950 -s,@DEBUG_TRUE@,$DEBUG_TRUE,;t t
10951 -s,@DEBUG_FALSE@,$DEBUG_FALSE,;t t
10952 -s,@HL_TAPI_INCL_PATH_SET_TRUE@,$HL_TAPI_INCL_PATH_SET_TRUE,;t t
10953 -s,@HL_TAPI_INCL_PATH_SET_FALSE@,$HL_TAPI_INCL_PATH_SET_FALSE,;t t
10954 -s,@HL_TAPI_INCL_PATH@,$HL_TAPI_INCL_PATH,;t t
10955 -s,@MPS_INCL_PATH_SET_TRUE@,$MPS_INCL_PATH_SET_TRUE,;t t
10956 -s,@MPS_INCL_PATH_SET_FALSE@,$MPS_INCL_PATH_SET_FALSE,;t t
10957 -s,@MPS_INCL_PATH@,$MPS_INCL_PATH,;t t
10958 -s,@EVALUATION_TRUE@,$EVALUATION_TRUE,;t t
10959 -s,@EVALUATION_FALSE@,$EVALUATION_FALSE,;t t
10960 -s,@USE_MODULE_TRUE@,$USE_MODULE_TRUE,;t t
10961 -s,@USE_MODULE_FALSE@,$USE_MODULE_FALSE,;t t
10962 -s,@USE_BUFFERPOOL_TRUE@,$USE_BUFFERPOOL_TRUE,;t t
10963 -s,@USE_BUFFERPOOL_FALSE@,$USE_BUFFERPOOL_FALSE,;t t
10964 -s,@TAPI_TRUE@,$TAPI_TRUE,;t t
10965 -s,@TAPI_FALSE@,$TAPI_FALSE,;t t
10966 -s,@IPP_EVAL_SYSTEM_PARAMETERS_TRUE@,$IPP_EVAL_SYSTEM_PARAMETERS_TRUE,;t t
10967 -s,@IPP_EVAL_SYSTEM_PARAMETERS_FALSE@,$IPP_EVAL_SYSTEM_PARAMETERS_FALSE,;t t
10968 -s,@EVENT_LOGGER_DEBUG_TRUE@,$EVENT_LOGGER_DEBUG_TRUE,;t t
10969 -s,@EVENT_LOGGER_DEBUG_FALSE@,$EVENT_LOGGER_DEBUG_FALSE,;t t
10970 -s,@KPI_SUPPORT_TRUE@,$KPI_SUPPORT_TRUE,;t t
10971 -s,@KPI_SUPPORT_FALSE@,$KPI_SUPPORT_FALSE,;t t
10972 -s,@DECT_SUPPORT_TRUE@,$DECT_SUPPORT_TRUE,;t t
10973 -s,@DECT_SUPPORT_FALSE@,$DECT_SUPPORT_FALSE,;t t
10974 -s,@LIN_SUPPORT_TRUE@,$LIN_SUPPORT_TRUE,;t t
10975 -s,@LIN_SUPPORT_FALSE@,$LIN_SUPPORT_FALSE,;t t
10976 -s,@PMU_SUPPORT_TRUE@,$PMU_SUPPORT_TRUE,;t t
10977 -s,@PMU_SUPPORT_FALSE@,$PMU_SUPPORT_FALSE,;t t
10978 -s,@PMC_SUPPORT_TRUE@,$PMC_SUPPORT_TRUE,;t t
10979 -s,@PMC_SUPPORT_FALSE@,$PMC_SUPPORT_FALSE,;t t
10980 -s,@DANUBE_TRUE@,$DANUBE_TRUE,;t t
10981 -s,@DANUBE_FALSE@,$DANUBE_FALSE,;t t
10982 -s,@AR9_TRUE@,$AR9_TRUE,;t t
10983 -s,@AR9_FALSE@,$AR9_FALSE,;t t
10984 -s,@VR9_TRUE@,$VR9_TRUE,;t t
10985 -s,@VR9_FALSE@,$VR9_FALSE,;t t
10986 -s,@VMMC_WITH_MPS_TRUE@,$VMMC_WITH_MPS_TRUE,;t t
10987 -s,@VMMC_WITH_MPS_FALSE@,$VMMC_WITH_MPS_FALSE,;t t
10988 -s,@LIBOBJS@,$LIBOBJS,;t t
10989 -s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10990 -CEOF
10991 -
10992 -_ACEOF
10993 -
10994 -  cat >>$CONFIG_STATUS <<\_ACEOF
10995 -  # Split the substitutions into bite-sized pieces for seds with
10996 -  # small command number limits, like on Digital OSF/1 and HP-UX.
10997 -  ac_max_sed_lines=48
10998 -  ac_sed_frag=1 # Number of current file.
10999 -  ac_beg=1 # First line for current file.
11000 -  ac_end=$ac_max_sed_lines # Line after last line for current file.
11001 -  ac_more_lines=:
11002 -  ac_sed_cmds=
11003 -  while $ac_more_lines; do
11004 -    if test $ac_beg -gt 1; then
11005 -      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11006 -    else
11007 -      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
11008 -    fi
11009 -    if test ! -s $tmp/subs.frag; then
11010 -      ac_more_lines=false
11011 -    else
11012 -      # The purpose of the label and of the branching condition is to
11013 -      # speed up the sed processing (if there are no `@' at all, there
11014 -      # is no need to browse any of the substitutions).
11015 -      # These are the two extra sed commands mentioned above.
11016 -      (echo ':t
11017 -  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
11018 -      if test -z "$ac_sed_cmds"; then
11019 -       ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
11020 -      else
11021 -       ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11022 -      fi
11023 -      ac_sed_frag=`expr $ac_sed_frag + 1`
11024 -      ac_beg=$ac_end
11025 -      ac_end=`expr $ac_end + $ac_max_sed_lines`
11026 -    fi
11027 -  done
11028 -  if test -z "$ac_sed_cmds"; then
11029 -    ac_sed_cmds=cat
11030 +# Set up the scripts for CONFIG_HEADERS section.
11031 +# No need to generate them if there are no CONFIG_HEADERS.
11032 +# This happens for instance with `./config.status Makefile'.
11033 +if test -n "$CONFIG_HEADERS"; then
11034 +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
11035 +BEGIN {
11036 +_ACEOF
11037 +
11038 +# Transform confdefs.h into an awk script `defines.awk', embedded as
11039 +# here-document in config.status, that substitutes the proper values into
11040 +# config.h.in to produce config.h.
11041 +
11042 +# Create a delimiter string that does not exist in confdefs.h, to ease
11043 +# handling of long lines.
11044 +ac_delim='%!_!# '
11045 +for ac_last_try in false false :; do
11046 +  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
11047 +  if test -z "$ac_tt"; then
11048 +    break
11049 +  elif $ac_last_try; then
11050 +    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
11051 +  else
11052 +    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11053    fi
11054 -fi # test -n "$CONFIG_FILES"
11055 +done
11056  
11057 +# For the awk script, D is an array of macro values keyed by name,
11058 +# likewise P contains macro parameters if any.  Preserve backslash
11059 +# newline sequences.
11060 +
11061 +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11062 +sed -n '
11063 +s/.\{148\}/&'"$ac_delim"'/g
11064 +t rset
11065 +:rset
11066 +s/^[    ]*#[    ]*define[       ][      ]*/ /
11067 +t def
11068 +d
11069 +:def
11070 +s/\\$//
11071 +t bsnl
11072 +s/["\\]/\\&/g
11073 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
11074 +D["\1"]=" \3"/p
11075 +s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
11076 +d
11077 +:bsnl
11078 +s/["\\]/\\&/g
11079 +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
11080 +D["\1"]=" \3\\\\\\n"\\/p
11081 +t cont
11082 +s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
11083 +t cont
11084 +d
11085 +:cont
11086 +n
11087 +s/.\{148\}/&'"$ac_delim"'/g
11088 +t clear
11089 +:clear
11090 +s/\\$//
11091 +t bsnlc
11092 +s/["\\]/\\&/g; s/^/"/; s/$/"/p
11093 +d
11094 +:bsnlc
11095 +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
11096 +b cont
11097 +' <confdefs.h | sed '
11098 +s/'"$ac_delim"'/"\\\
11099 +"/g' >>$CONFIG_STATUS || ac_write_fail=1
11100 +
11101 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11102 +  for (key in D) D_is_set[key] = 1
11103 +  FS = "\a"
11104 +}
11105 +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
11106 +  line = \$ 0
11107 +  split(line, arg, " ")
11108 +  if (arg[1] == "#") {
11109 +    defundef = arg[2]
11110 +    mac1 = arg[3]
11111 +  } else {
11112 +    defundef = substr(arg[1], 2)
11113 +    mac1 = arg[2]
11114 +  }
11115 +  split(mac1, mac2, "(") #)
11116 +  macro = mac2[1]
11117 +  prefix = substr(line, 1, index(line, defundef) - 1)
11118 +  if (D_is_set[macro]) {
11119 +    # Preserve the white space surrounding the "#".
11120 +    print prefix "define", macro P[macro] D[macro]
11121 +    next
11122 +  } else {
11123 +    # Replace #undef with comments.  This is necessary, for example,
11124 +    # in the case of _POSIX_SOURCE, which is predefined and required
11125 +    # on some systems where configure will not decide to define it.
11126 +    if (defundef == "undef") {
11127 +      print "/*", prefix defundef, macro, "*/"
11128 +      next
11129 +    }
11130 +  }
11131 +}
11132 +{ print }
11133 +_ACAWK
11134  _ACEOF
11135 -cat >>$CONFIG_STATUS <<\_ACEOF
11136 -for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
11137 -  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11138 -  case $ac_file in
11139 -  - | *:- | *:-:* ) # input from stdin
11140 -       cat >$tmp/stdin
11141 -       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11142 -       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11143 -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11144 -       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11145 -  * )   ac_file_in=$ac_file.in ;;
11146 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11147 +  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
11148 +fi # test -n "$CONFIG_HEADERS"
11149 +
11150 +
11151 +eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
11152 +shift
11153 +for ac_tag
11154 +do
11155 +  case $ac_tag in
11156 +  :[FHLC]) ac_mode=$ac_tag; continue;;
11157 +  esac
11158 +  case $ac_mode$ac_tag in
11159 +  :[FHL]*:*);;
11160 +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
11161 +  :[FH]-) ac_tag=-:-;;
11162 +  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
11163 +  esac
11164 +  ac_save_IFS=$IFS
11165 +  IFS=:
11166 +  set x $ac_tag
11167 +  IFS=$ac_save_IFS
11168 +  shift
11169 +  ac_file=$1
11170 +  shift
11171 +
11172 +  case $ac_mode in
11173 +  :L) ac_source=$1;;
11174 +  :[FH])
11175 +    ac_file_inputs=
11176 +    for ac_f
11177 +    do
11178 +      case $ac_f in
11179 +      -) ac_f="$ac_tmp/stdin";;
11180 +      *) # Look for the file first in the build tree, then in the source tree
11181 +        # (if the path is not absolute).  The absolute path cannot be DOS-style,
11182 +        # because $ac_f cannot contain `:'.
11183 +        test -f "$ac_f" ||
11184 +          case $ac_f in
11185 +          [\\/$]*) false;;
11186 +          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
11187 +          esac ||
11188 +          as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
11189 +      esac
11190 +      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
11191 +      as_fn_append ac_file_inputs " '$ac_f'"
11192 +    done
11193 +
11194 +    # Let's still pretend it is `configure' which instantiates (i.e., don't
11195 +    # use $as_me), people would be surprised to read:
11196 +    #    /* config.h.  Generated by config.status.  */
11197 +    configure_input='Generated from '`
11198 +         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
11199 +       `' by configure.'
11200 +    if test x"$ac_file" != x-; then
11201 +      configure_input="$ac_file.  $configure_input"
11202 +      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
11203 +$as_echo "$as_me: creating $ac_file" >&6;}
11204 +    fi
11205 +    # Neutralize special characters interpreted by sed in replacement strings.
11206 +    case $configure_input in #(
11207 +    *\&* | *\|* | *\\* )
11208 +       ac_sed_conf_input=`$as_echo "$configure_input" |
11209 +       sed 's/[\\\\&|]/\\\\&/g'`;; #(
11210 +    *) ac_sed_conf_input=$configure_input;;
11211 +    esac
11212 +
11213 +    case $ac_tag in
11214 +    *:-:* | *:-) cat >"$ac_tmp/stdin" \
11215 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
11216 +    esac
11217 +    ;;
11218    esac
11219  
11220 -  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11221 -  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11222 +  ac_dir=`$as_dirname -- "$ac_file" ||
11223  $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11224          X"$ac_file" : 'X\(//\)[^/]' \| \
11225          X"$ac_file" : 'X\(//\)$' \| \
11226 -        X"$ac_file" : 'X\(/\)' \| \
11227 -        .     : '\(.\)' 2>/dev/null ||
11228 -echo X"$ac_file" |
11229 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11230 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11231 -         /^X\(\/\/\)$/{ s//\1/; q; }
11232 -         /^X\(\/\).*/{ s//\1/; q; }
11233 -         s/.*/./; q'`
11234 -  { if $as_mkdir_p; then
11235 -    mkdir -p "$ac_dir"
11236 -  else
11237 -    as_dir="$ac_dir"
11238 -    as_dirs=
11239 -    while test ! -d "$as_dir"; do
11240 -      as_dirs="$as_dir $as_dirs"
11241 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
11242 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11243 -        X"$as_dir" : 'X\(//\)[^/]' \| \
11244 -        X"$as_dir" : 'X\(//\)$' \| \
11245 -        X"$as_dir" : 'X\(/\)' \| \
11246 -        .     : '\(.\)' 2>/dev/null ||
11247 -echo X"$as_dir" |
11248 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11249 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11250 -         /^X\(\/\/\)$/{ s//\1/; q; }
11251 -         /^X\(\/\).*/{ s//\1/; q; }
11252 -         s/.*/./; q'`
11253 -    done
11254 -    test ! -n "$as_dirs" || mkdir $as_dirs
11255 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11256 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11257 -   { (exit 1); exit 1; }; }; }
11258 -
11259 +        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
11260 +$as_echo X"$ac_file" |
11261 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11262 +           s//\1/
11263 +           q
11264 +         }
11265 +         /^X\(\/\/\)[^/].*/{
11266 +           s//\1/
11267 +           q
11268 +         }
11269 +         /^X\(\/\/\)$/{
11270 +           s//\1/
11271 +           q
11272 +         }
11273 +         /^X\(\/\).*/{
11274 +           s//\1/
11275 +           q
11276 +         }
11277 +         s/.*/./; q'`
11278 +  as_dir="$ac_dir"; as_fn_mkdir_p
11279    ac_builddir=.
11280  
11281 -if test "$ac_dir" != .; then
11282 -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11283 -  # A "../" for each directory in $ac_dir_suffix.
11284 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11285 -else
11286 -  ac_dir_suffix= ac_top_builddir=
11287 -fi
11288 +case "$ac_dir" in
11289 +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
11290 +*)
11291 +  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
11292 +  # A ".." for each directory in $ac_dir_suffix.
11293 +  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
11294 +  case $ac_top_builddir_sub in
11295 +  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
11296 +  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
11297 +  esac ;;
11298 +esac
11299 +ac_abs_top_builddir=$ac_pwd
11300 +ac_abs_builddir=$ac_pwd$ac_dir_suffix
11301 +# for backward compatibility:
11302 +ac_top_builddir=$ac_top_build_prefix
11303  
11304  case $srcdir in
11305 -  .)  # No --srcdir option.  We are building in place.
11306 +  .)  # We are building in place.
11307      ac_srcdir=.
11308 -    if test -z "$ac_top_builddir"; then
11309 -       ac_top_srcdir=.
11310 -    else
11311 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11312 -    fi ;;
11313 -  [\\/]* | ?:[\\/]* )  # Absolute path.
11314 +    ac_top_srcdir=$ac_top_builddir_sub
11315 +    ac_abs_top_srcdir=$ac_pwd ;;
11316 +  [\\/]* | ?:[\\/]* )  # Absolute name.
11317      ac_srcdir=$srcdir$ac_dir_suffix;
11318 -    ac_top_srcdir=$srcdir ;;
11319 -  *) # Relative path.
11320 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11321 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
11322 +    ac_top_srcdir=$srcdir
11323 +    ac_abs_top_srcdir=$srcdir ;;
11324 +  *) # Relative name.
11325 +    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
11326 +    ac_top_srcdir=$ac_top_build_prefix$srcdir
11327 +    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
11328  esac
11329 +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
11330  
11331 -# Do not use `cd foo && pwd` to compute absolute paths, because
11332 -# the directories may not exist.
11333 -case `pwd` in
11334 -.) ac_abs_builddir="$ac_dir";;
11335 -*)
11336 -  case "$ac_dir" in
11337 -  .) ac_abs_builddir=`pwd`;;
11338 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11339 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
11340 -  esac;;
11341 -esac
11342 -case $ac_abs_builddir in
11343 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
11344 -*)
11345 -  case ${ac_top_builddir}. in
11346 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
11347 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11348 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11349 -  esac;;
11350 -esac
11351 -case $ac_abs_builddir in
11352 -.) ac_abs_srcdir=$ac_srcdir;;
11353 -*)
11354 -  case $ac_srcdir in
11355 -  .) ac_abs_srcdir=$ac_abs_builddir;;
11356 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11357 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11358 -  esac;;
11359 -esac
11360 -case $ac_abs_builddir in
11361 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
11362 -*)
11363 -  case $ac_top_srcdir in
11364 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
11365 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11366 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11367 -  esac;;
11368 -esac
11369  
11370 +  case $ac_mode in
11371 +  :F)
11372 +  #
11373 +  # CONFIG_FILE
11374 +  #
11375  
11376    case $INSTALL in
11377    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
11378 -  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
11379 +  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
11380    esac
11381 +  ac_MKDIR_P=$MKDIR_P
11382 +  case $MKDIR_P in
11383 +  [\\/$]* | ?:[\\/]* ) ;;
11384 +  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
11385 +  esac
11386 +_ACEOF
11387  
11388 -  if test x"$ac_file" != x-; then
11389 -    { echo "$as_me:$LINENO: creating $ac_file" >&5
11390 -echo "$as_me: creating $ac_file" >&6;}
11391 -    rm -f "$ac_file"
11392 -  fi
11393 -  # Let's still pretend it is `configure' which instantiates (i.e., don't
11394 -  # use $as_me), people would be surprised to read:
11395 -  #    /* config.h.  Generated by config.status.  */
11396 -  if test x"$ac_file" = x-; then
11397 -    configure_input=
11398 -  else
11399 -    configure_input="$ac_file.  "
11400 -  fi
11401 -  configure_input=$configure_input"Generated from `echo $ac_file_in |
11402 -                                    sed 's,.*/,,'` by configure."
11403 -
11404 -  # First look for the input files in the build tree, otherwise in the
11405 -  # src tree.
11406 -  ac_file_inputs=`IFS=:
11407 -    for f in $ac_file_in; do
11408 -      case $f in
11409 -      -) echo $tmp/stdin ;;
11410 -      [\\/$]*)
11411 -        # Absolute (can't be DOS-style, as IFS=:)
11412 -        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11413 -echo "$as_me: error: cannot find input file: $f" >&2;}
11414 -   { (exit 1); exit 1; }; }
11415 -        echo "$f";;
11416 -      *) # Relative
11417 -        if test -f "$f"; then
11418 -          # Build tree
11419 -          echo "$f"
11420 -        elif test -f "$srcdir/$f"; then
11421 -          # Source tree
11422 -          echo "$srcdir/$f"
11423 -        else
11424 -          # /dev/null tree
11425 -          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11426 -echo "$as_me: error: cannot find input file: $f" >&2;}
11427 -   { (exit 1); exit 1; }; }
11428 -        fi;;
11429 -      esac
11430 -    done` || { (exit 1); exit 1; }
11431 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11432 +# If the template does not know about datarootdir, expand it.
11433 +# FIXME: This hack should be removed a few years after 2.60.
11434 +ac_datarootdir_hack=; ac_datarootdir_seen=
11435 +ac_sed_dataroot='
11436 +/datarootdir/ {
11437 +  p
11438 +  q
11439 +}
11440 +/@datadir@/p
11441 +/@docdir@/p
11442 +/@infodir@/p
11443 +/@localedir@/p
11444 +/@mandir@/p'
11445 +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
11446 +*datarootdir*) ac_datarootdir_seen=yes;;
11447 +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
11448 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
11449 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
11450 +_ACEOF
11451 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11452 +  ac_datarootdir_hack='
11453 +  s&@datadir@&$datadir&g
11454 +  s&@docdir@&$docdir&g
11455 +  s&@infodir@&$infodir&g
11456 +  s&@localedir@&$localedir&g
11457 +  s&@mandir@&$mandir&g
11458 +  s&\\\${datarootdir}&$datarootdir&g' ;;
11459 +esac
11460  _ACEOF
11461 -cat >>$CONFIG_STATUS <<_ACEOF
11462 -  sed "$ac_vpsub
11463 +
11464 +# Neutralize VPATH when `$srcdir' = `.'.
11465 +# Shell code in configure.ac might set extrasub.
11466 +# FIXME: do we really want to maintain this feature?
11467 +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11468 +ac_sed_extra="$ac_vpsub
11469  $extrasub
11470  _ACEOF
11471 -cat >>$CONFIG_STATUS <<\_ACEOF
11472 +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11473  :t
11474  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11475 -s,@configure_input@,$configure_input,;t t
11476 -s,@srcdir@,$ac_srcdir,;t t
11477 -s,@abs_srcdir@,$ac_abs_srcdir,;t t
11478 -s,@top_srcdir@,$ac_top_srcdir,;t t
11479 -s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
11480 -s,@builddir@,$ac_builddir,;t t
11481 -s,@abs_builddir@,$ac_abs_builddir,;t t
11482 -s,@top_builddir@,$ac_top_builddir,;t t
11483 -s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
11484 -s,@INSTALL@,$ac_INSTALL,;t t
11485 -" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11486 -  rm -f $tmp/stdin
11487 -  if test x"$ac_file" != x-; then
11488 -    mv $tmp/out $ac_file
11489 -  else
11490 -    cat $tmp/out
11491 -    rm -f $tmp/out
11492 -  fi
11493 -
11494 -done
11495 -_ACEOF
11496 -cat >>$CONFIG_STATUS <<\_ACEOF
11497 -
11498 -#
11499 -# CONFIG_HEADER section.
11500 -#
11501 +s|@configure_input@|$ac_sed_conf_input|;t t
11502 +s&@top_builddir@&$ac_top_builddir_sub&;t t
11503 +s&@top_build_prefix@&$ac_top_build_prefix&;t t
11504 +s&@srcdir@&$ac_srcdir&;t t
11505 +s&@abs_srcdir@&$ac_abs_srcdir&;t t
11506 +s&@top_srcdir@&$ac_top_srcdir&;t t
11507 +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
11508 +s&@builddir@&$ac_builddir&;t t
11509 +s&@abs_builddir@&$ac_abs_builddir&;t t
11510 +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
11511 +s&@INSTALL@&$ac_INSTALL&;t t
11512 +s&@MKDIR_P@&$ac_MKDIR_P&;t t
11513 +$ac_datarootdir_hack
11514 +"
11515 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
11516 +  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11517 +
11518 +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
11519 +  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
11520 +  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' \
11521 +      "$ac_tmp/out"`; test -z "$ac_out"; } &&
11522 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11523 +which seems to be undefined.  Please make sure it is defined" >&5
11524 +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
11525 +which seems to be undefined.  Please make sure it is defined" >&2;}
11526  
11527 -# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
11528 -# NAME is the cpp macro being defined and VALUE is the value it is being given.
11529 -#
11530 -# ac_d sets the value in "#define NAME VALUE" lines.
11531 -ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
11532 -ac_dB='[        ].*$,\1#\2'
11533 -ac_dC=' '
11534 -ac_dD=',;t'
11535 -# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11536 -ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
11537 -ac_uB='$,\1#\2define\3'
11538 -ac_uC=' '
11539 -ac_uD=',;t'
11540 -
11541 -for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
11542 -  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11543 +  rm -f "$ac_tmp/stdin"
11544    case $ac_file in
11545 -  - | *:- | *:-:* ) # input from stdin
11546 -       cat >$tmp/stdin
11547 -       ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11548 -       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11549 -  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
11550 -       ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
11551 -  * )   ac_file_in=$ac_file.in ;;
11552 -  esac
11553 -
11554 -  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
11555 -echo "$as_me: creating $ac_file" >&6;}
11556 -
11557 -  # First look for the input files in the build tree, otherwise in the
11558 -  # src tree.
11559 -  ac_file_inputs=`IFS=:
11560 -    for f in $ac_file_in; do
11561 -      case $f in
11562 -      -) echo $tmp/stdin ;;
11563 -      [\\/$]*)
11564 -        # Absolute (can't be DOS-style, as IFS=:)
11565 -        test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11566 -echo "$as_me: error: cannot find input file: $f" >&2;}
11567 -   { (exit 1); exit 1; }; }
11568 -        # Do quote $f, to prevent DOS paths from being IFS'd.
11569 -        echo "$f";;
11570 -      *) # Relative
11571 -        if test -f "$f"; then
11572 -          # Build tree
11573 -          echo "$f"
11574 -        elif test -f "$srcdir/$f"; then
11575 -          # Source tree
11576 -          echo "$srcdir/$f"
11577 -        else
11578 -          # /dev/null tree
11579 -          { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11580 -echo "$as_me: error: cannot find input file: $f" >&2;}
11581 -   { (exit 1); exit 1; }; }
11582 -        fi;;
11583 -      esac
11584 -    done` || { (exit 1); exit 1; }
11585 -  # Remove the trailing spaces.
11586 -  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
11587 -
11588 -_ACEOF
11589 -
11590 -# Transform confdefs.h into two sed scripts, `conftest.defines' and
11591 -# `conftest.undefs', that substitutes the proper values into
11592 -# config.h.in to produce config.h.  The first handles `#define'
11593 -# templates, and the second `#undef' templates.
11594 -# And first: Protect against being on the right side of a sed subst in
11595 -# config.status.  Protect against being in an unquoted here document
11596 -# in config.status.
11597 -rm -f conftest.defines conftest.undefs
11598 -# Using a here document instead of a string reduces the quoting nightmare.
11599 -# Putting comments in sed scripts is not portable.
11600 -#
11601 -# `end' is used to avoid that the second main sed command (meant for
11602 -# 0-ary CPP macros) applies to n-ary macro definitions.
11603 -# See the Autoconf documentation for `clear'.
11604 -cat >confdef2sed.sed <<\_ACEOF
11605 -s/[\\&,]/\\&/g
11606 -s,[\\$`],\\&,g
11607 -t clear
11608 -: clear
11609 -s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11610 -t end
11611 -s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11612 -: end
11613 -_ACEOF
11614 -# If some macros were called several times there might be several times
11615 -# the same #defines, which is useless.  Nevertheless, we may not want to
11616 -# sort them, since we want the *last* AC-DEFINE to be honored.
11617 -uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11618 -sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11619 -rm -f confdef2sed.sed
11620 -
11621 -# This sed command replaces #undef with comments.  This is necessary, for
11622 -# example, in the case of _POSIX_SOURCE, which is predefined and required
11623 -# on some systems where configure will not decide to define it.
11624 -cat >>conftest.undefs <<\_ACEOF
11625 -s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11626 -_ACEOF
11627 -
11628 -# Break up conftest.defines because some shells have a limit on the size
11629 -# of here documents, and old seds have small limits too (100 cmds).
11630 -echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11631 -echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11632 -echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11633 -echo '  :' >>$CONFIG_STATUS
11634 -rm -f conftest.tail
11635 -while grep . conftest.defines >/dev/null
11636 -do
11637 -  # Write a limited-size here document to $tmp/defines.sed.
11638 -  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11639 -  # Speed up: don't consider the non `#define' lines.
11640 -  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
11641 -  # Work around the forget-to-reset-the-flag bug.
11642 -  echo 't clr' >>$CONFIG_STATUS
11643 -  echo ': clr' >>$CONFIG_STATUS
11644 -  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
11645 -  echo 'CEOF
11646 -  sed -f $tmp/defines.sed $tmp/in >$tmp/out
11647 -  rm -f $tmp/in
11648 -  mv $tmp/out $tmp/in
11649 -' >>$CONFIG_STATUS
11650 -  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
11651 -  rm -f conftest.defines
11652 -  mv conftest.tail conftest.defines
11653 -done
11654 -rm -f conftest.defines
11655 -echo '  fi # grep' >>$CONFIG_STATUS
11656 -echo >>$CONFIG_STATUS
11657 -
11658 -# Break up conftest.undefs because some shells have a limit on the size
11659 -# of here documents, and old seds have small limits too (100 cmds).
11660 -echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
11661 -rm -f conftest.tail
11662 -while grep . conftest.undefs >/dev/null
11663 -do
11664 -  # Write a limited-size here document to $tmp/undefs.sed.
11665 -  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11666 -  # Speed up: don't consider the non `#undef'
11667 -  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
11668 -  # Work around the forget-to-reset-the-flag bug.
11669 -  echo 't clr' >>$CONFIG_STATUS
11670 -  echo ': clr' >>$CONFIG_STATUS
11671 -  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11672 -  echo 'CEOF
11673 -  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11674 -  rm -f $tmp/in
11675 -  mv $tmp/out $tmp/in
11676 -' >>$CONFIG_STATUS
11677 -  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11678 -  rm -f conftest.undefs
11679 -  mv conftest.tail conftest.undefs
11680 -done
11681 -rm -f conftest.undefs
11682 -
11683 -cat >>$CONFIG_STATUS <<\_ACEOF
11684 -  # Let's still pretend it is `configure' which instantiates (i.e., don't
11685 -  # use $as_me), people would be surprised to read:
11686 -  #    /* config.h.  Generated by config.status.  */
11687 -  if test x"$ac_file" = x-; then
11688 -    echo "/* Generated by configure.  */" >$tmp/config.h
11689 -  else
11690 -    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
11691 -  fi
11692 -  cat $tmp/in >>$tmp/config.h
11693 -  rm -f $tmp/in
11694 +  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
11695 +  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
11696 +  esac \
11697 +  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11698 + ;;
11699 +  :H)
11700 +  #
11701 +  # CONFIG_HEADER
11702 +  #
11703    if test x"$ac_file" != x-; then
11704 -    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
11705 -      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11706 -echo "$as_me: $ac_file is unchanged" >&6;}
11707 +    {
11708 +      $as_echo "/* $configure_input  */" \
11709 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
11710 +    } >"$ac_tmp/config.h" \
11711 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11712 +    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
11713 +      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
11714 +$as_echo "$as_me: $ac_file is unchanged" >&6;}
11715      else
11716 -      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
11717 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11718 -        X"$ac_file" : 'X\(//\)[^/]' \| \
11719 -        X"$ac_file" : 'X\(//\)$' \| \
11720 -        X"$ac_file" : 'X\(/\)' \| \
11721 -        .     : '\(.\)' 2>/dev/null ||
11722 -echo X"$ac_file" |
11723 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11724 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11725 -         /^X\(\/\/\)$/{ s//\1/; q; }
11726 -         /^X\(\/\).*/{ s//\1/; q; }
11727 -         s/.*/./; q'`
11728 -      { if $as_mkdir_p; then
11729 -    mkdir -p "$ac_dir"
11730 -  else
11731 -    as_dir="$ac_dir"
11732 -    as_dirs=
11733 -    while test ! -d "$as_dir"; do
11734 -      as_dirs="$as_dir $as_dirs"
11735 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
11736 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11737 -        X"$as_dir" : 'X\(//\)[^/]' \| \
11738 -        X"$as_dir" : 'X\(//\)$' \| \
11739 -        X"$as_dir" : 'X\(/\)' \| \
11740 -        .     : '\(.\)' 2>/dev/null ||
11741 -echo X"$as_dir" |
11742 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11743 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11744 -         /^X\(\/\/\)$/{ s//\1/; q; }
11745 -         /^X\(\/\).*/{ s//\1/; q; }
11746 -         s/.*/./; q'`
11747 -    done
11748 -    test ! -n "$as_dirs" || mkdir $as_dirs
11749 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11750 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11751 -   { (exit 1); exit 1; }; }; }
11752 -
11753 -      rm -f $ac_file
11754 -      mv $tmp/config.h $ac_file
11755 +      rm -f "$ac_file"
11756 +      mv "$ac_tmp/config.h" "$ac_file" \
11757 +       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
11758      fi
11759    else
11760 -    cat $tmp/config.h
11761 -    rm -f $tmp/config.h
11762 +    $as_echo "/* $configure_input  */" \
11763 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
11764 +      || as_fn_error $? "could not create -" "$LINENO" 5
11765    fi
11766 -# Compute $ac_file's index in $config_headers.
11767 +# Compute "$ac_file"'s index in $config_headers.
11768 +_am_arg="$ac_file"
11769  _am_stamp_count=1
11770  for _am_header in $config_headers :; do
11771    case $_am_header in
11772 -    $ac_file | $ac_file:* )
11773 +    $_am_arg | $_am_arg:* )
11774        break ;;
11775      * )
11776        _am_stamp_count=`expr $_am_stamp_count + 1` ;;
11777    esac
11778  done
11779 -echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11780 -$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11781 -        X$ac_file : 'X\(//\)[^/]' \| \
11782 -        X$ac_file : 'X\(//\)$' \| \
11783 -        X$ac_file : 'X\(/\)' \| \
11784 -        .     : '\(.\)' 2>/dev/null ||
11785 -echo X$ac_file |
11786 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11787 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11788 -         /^X\(\/\/\)$/{ s//\1/; q; }
11789 -         /^X\(\/\).*/{ s//\1/; q; }
11790 -         s/.*/./; q'`/stamp-h$_am_stamp_count
11791 -done
11792 -_ACEOF
11793 -cat >>$CONFIG_STATUS <<\_ACEOF
11794 -
11795 -#
11796 -# CONFIG_COMMANDS section.
11797 -#
11798 -for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
11799 -  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
11800 -  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
11801 -  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
11802 -$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11803 -        X"$ac_dest" : 'X\(//\)[^/]' \| \
11804 -        X"$ac_dest" : 'X\(//\)$' \| \
11805 -        X"$ac_dest" : 'X\(/\)' \| \
11806 -        .     : '\(.\)' 2>/dev/null ||
11807 -echo X"$ac_dest" |
11808 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11809 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11810 -         /^X\(\/\/\)$/{ s//\1/; q; }
11811 -         /^X\(\/\).*/{ s//\1/; q; }
11812 -         s/.*/./; q'`
11813 -  { if $as_mkdir_p; then
11814 -    mkdir -p "$ac_dir"
11815 -  else
11816 -    as_dir="$ac_dir"
11817 -    as_dirs=
11818 -    while test ! -d "$as_dir"; do
11819 -      as_dirs="$as_dir $as_dirs"
11820 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
11821 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11822 -        X"$as_dir" : 'X\(//\)[^/]' \| \
11823 -        X"$as_dir" : 'X\(//\)$' \| \
11824 -        X"$as_dir" : 'X\(/\)' \| \
11825 -        .     : '\(.\)' 2>/dev/null ||
11826 -echo X"$as_dir" |
11827 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11828 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11829 -         /^X\(\/\/\)$/{ s//\1/; q; }
11830 -         /^X\(\/\).*/{ s//\1/; q; }
11831 -         s/.*/./; q'`
11832 -    done
11833 -    test ! -n "$as_dirs" || mkdir $as_dirs
11834 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11835 -echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11836 -   { (exit 1); exit 1; }; }; }
11837 -
11838 -  ac_builddir=.
11839 -
11840 -if test "$ac_dir" != .; then
11841 -  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11842 -  # A "../" for each directory in $ac_dir_suffix.
11843 -  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11844 -else
11845 -  ac_dir_suffix= ac_top_builddir=
11846 -fi
11847 -
11848 -case $srcdir in
11849 -  .)  # No --srcdir option.  We are building in place.
11850 -    ac_srcdir=.
11851 -    if test -z "$ac_top_builddir"; then
11852 -       ac_top_srcdir=.
11853 -    else
11854 -       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
11855 -    fi ;;
11856 -  [\\/]* | ?:[\\/]* )  # Absolute path.
11857 -    ac_srcdir=$srcdir$ac_dir_suffix;
11858 -    ac_top_srcdir=$srcdir ;;
11859 -  *) # Relative path.
11860 -    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
11861 -    ac_top_srcdir=$ac_top_builddir$srcdir ;;
11862 -esac
11863 +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
11864 +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11865 +        X"$_am_arg" : 'X\(//\)[^/]' \| \
11866 +        X"$_am_arg" : 'X\(//\)$' \| \
11867 +        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
11868 +$as_echo X"$_am_arg" |
11869 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11870 +           s//\1/
11871 +           q
11872 +         }
11873 +         /^X\(\/\/\)[^/].*/{
11874 +           s//\1/
11875 +           q
11876 +         }
11877 +         /^X\(\/\/\)$/{
11878 +           s//\1/
11879 +           q
11880 +         }
11881 +         /^X\(\/\).*/{
11882 +           s//\1/
11883 +           q
11884 +         }
11885 +         s/.*/./; q'`/stamp-h$_am_stamp_count
11886 + ;;
11887  
11888 -# Do not use `cd foo && pwd` to compute absolute paths, because
11889 -# the directories may not exist.
11890 -case `pwd` in
11891 -.) ac_abs_builddir="$ac_dir";;
11892 -*)
11893 -  case "$ac_dir" in
11894 -  .) ac_abs_builddir=`pwd`;;
11895 -  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
11896 -  *) ac_abs_builddir=`pwd`/"$ac_dir";;
11897 -  esac;;
11898 -esac
11899 -case $ac_abs_builddir in
11900 -.) ac_abs_top_builddir=${ac_top_builddir}.;;
11901 -*)
11902 -  case ${ac_top_builddir}. in
11903 -  .) ac_abs_top_builddir=$ac_abs_builddir;;
11904 -  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
11905 -  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
11906 -  esac;;
11907 -esac
11908 -case $ac_abs_builddir in
11909 -.) ac_abs_srcdir=$ac_srcdir;;
11910 -*)
11911 -  case $ac_srcdir in
11912 -  .) ac_abs_srcdir=$ac_abs_builddir;;
11913 -  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
11914 -  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
11915 -  esac;;
11916 -esac
11917 -case $ac_abs_builddir in
11918 -.) ac_abs_top_srcdir=$ac_top_srcdir;;
11919 -*)
11920 -  case $ac_top_srcdir in
11921 -  .) ac_abs_top_srcdir=$ac_abs_builddir;;
11922 -  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
11923 -  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
11924 -  esac;;
11925 -esac
11926 +  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
11927 +$as_echo "$as_me: executing $ac_file commands" >&6;}
11928 + ;;
11929 +  esac
11930  
11931  
11932 -  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
11933 -echo "$as_me: executing $ac_dest commands" >&6;}
11934 -  case $ac_dest in
11935 -    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
11936 -  # Strip MF so we end up with the name of the file.
11937 -  mf=`echo "$mf" | sed -e 's/:.*$//'`
11938 -  # Check whether this is an Automake generated Makefile or not.
11939 -  # We used to match only the files named `Makefile.in', but
11940 -  # some people rename them; so instead we look at the file content.
11941 -  # Grep'ing the first line is not enough: some people post-process
11942 -  # each Makefile.in and add a new line on top of each file to say so.
11943 -  # So let's grep whole file.
11944 -  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
11945 -    dirpart=`(dirname "$mf") 2>/dev/null ||
11946 +  case $ac_file$ac_mode in
11947 +    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
11948 +  # Autoconf 2.62 quotes --file arguments for eval, but not when files
11949 +  # are listed without --file.  Let's play safe and only enable the eval
11950 +  # if we detect the quoting.
11951 +  case $CONFIG_FILES in
11952 +  *\'*) eval set x "$CONFIG_FILES" ;;
11953 +  *)   set x $CONFIG_FILES ;;
11954 +  esac
11955 +  shift
11956 +  for mf
11957 +  do
11958 +    # Strip MF so we end up with the name of the file.
11959 +    mf=`echo "$mf" | sed -e 's/:.*$//'`
11960 +    # Check whether this is an Automake generated Makefile or not.
11961 +    # We used to match only the files named `Makefile.in', but
11962 +    # some people rename them; so instead we look at the file content.
11963 +    # Grep'ing the first line is not enough: some people post-process
11964 +    # each Makefile.in and add a new line on top of each file to say so.
11965 +    # Grep'ing the whole file is not good either: AIX grep has a line
11966 +    # limit of 2048, but all sed's we know have understand at least 4000.
11967 +    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
11968 +      dirpart=`$as_dirname -- "$mf" ||
11969  $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11970          X"$mf" : 'X\(//\)[^/]' \| \
11971          X"$mf" : 'X\(//\)$' \| \
11972 -        X"$mf" : 'X\(/\)' \| \
11973 -        .     : '\(.\)' 2>/dev/null ||
11974 -echo X"$mf" |
11975 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11976 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11977 -         /^X\(\/\/\)$/{ s//\1/; q; }
11978 -         /^X\(\/\).*/{ s//\1/; q; }
11979 -         s/.*/./; q'`
11980 -  else
11981 -    continue
11982 -  fi
11983 -  # Extract the definition of DEPDIR, am__include, and am__quote
11984 -  # from the Makefile without running `make'.
11985 -  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
11986 -  test -z "$DEPDIR" && continue
11987 -  am__include=`sed -n 's/^am__include = //p' < "$mf"`
11988 -  test -z "am__include" && continue
11989 -  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
11990 -  # When using ansi2knr, U may be empty or an underscore; expand it
11991 -  U=`sed -n 's/^U = //p' < "$mf"`
11992 -  # Find all dependency output files, they are included files with
11993 -  # $(DEPDIR) in their names.  We invoke sed twice because it is the
11994 -  # simplest approach to changing $(DEPDIR) to its actual value in the
11995 -  # expansion.
11996 -  for file in `sed -n "
11997 -    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
11998 -       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
11999 -    # Make sure the directory exists.
12000 -    test -f "$dirpart/$file" && continue
12001 -    fdir=`(dirname "$file") 2>/dev/null ||
12002 +        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12003 +$as_echo X"$mf" |
12004 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12005 +           s//\1/
12006 +           q
12007 +         }
12008 +         /^X\(\/\/\)[^/].*/{
12009 +           s//\1/
12010 +           q
12011 +         }
12012 +         /^X\(\/\/\)$/{
12013 +           s//\1/
12014 +           q
12015 +         }
12016 +         /^X\(\/\).*/{
12017 +           s//\1/
12018 +           q
12019 +         }
12020 +         s/.*/./; q'`
12021 +    else
12022 +      continue
12023 +    fi
12024 +    # Extract the definition of DEPDIR, am__include, and am__quote
12025 +    # from the Makefile without running `make'.
12026 +    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12027 +    test -z "$DEPDIR" && continue
12028 +    am__include=`sed -n 's/^am__include = //p' < "$mf"`
12029 +    test -z "am__include" && continue
12030 +    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12031 +    # When using ansi2knr, U may be empty or an underscore; expand it
12032 +    U=`sed -n 's/^U = //p' < "$mf"`
12033 +    # Find all dependency output files, they are included files with
12034 +    # $(DEPDIR) in their names.  We invoke sed twice because it is the
12035 +    # simplest approach to changing $(DEPDIR) to its actual value in the
12036 +    # expansion.
12037 +    for file in `sed -n "
12038 +      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12039 +        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12040 +      # Make sure the directory exists.
12041 +      test -f "$dirpart/$file" && continue
12042 +      fdir=`$as_dirname -- "$file" ||
12043  $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12044          X"$file" : 'X\(//\)[^/]' \| \
12045          X"$file" : 'X\(//\)$' \| \
12046 -        X"$file" : 'X\(/\)' \| \
12047 -        .     : '\(.\)' 2>/dev/null ||
12048 -echo X"$file" |
12049 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12050 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12051 -         /^X\(\/\/\)$/{ s//\1/; q; }
12052 -         /^X\(\/\).*/{ s//\1/; q; }
12053 -         s/.*/./; q'`
12054 -    { if $as_mkdir_p; then
12055 -    mkdir -p $dirpart/$fdir
12056 -  else
12057 -    as_dir=$dirpart/$fdir
12058 -    as_dirs=
12059 -    while test ! -d "$as_dir"; do
12060 -      as_dirs="$as_dir $as_dirs"
12061 -      as_dir=`(dirname "$as_dir") 2>/dev/null ||
12062 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12063 -        X"$as_dir" : 'X\(//\)[^/]' \| \
12064 -        X"$as_dir" : 'X\(//\)$' \| \
12065 -        X"$as_dir" : 'X\(/\)' \| \
12066 -        .     : '\(.\)' 2>/dev/null ||
12067 -echo X"$as_dir" |
12068 -    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12069 -         /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12070 -         /^X\(\/\/\)$/{ s//\1/; q; }
12071 -         /^X\(\/\).*/{ s//\1/; q; }
12072 -         s/.*/./; q'`
12073 +        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12074 +$as_echo X"$file" |
12075 +    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12076 +           s//\1/
12077 +           q
12078 +         }
12079 +         /^X\(\/\/\)[^/].*/{
12080 +           s//\1/
12081 +           q
12082 +         }
12083 +         /^X\(\/\/\)$/{
12084 +           s//\1/
12085 +           q
12086 +         }
12087 +         /^X\(\/\).*/{
12088 +           s//\1/
12089 +           q
12090 +         }
12091 +         s/.*/./; q'`
12092 +      as_dir=$dirpart/$fdir; as_fn_mkdir_p
12093 +      # echo "creating $dirpart/$file"
12094 +      echo '# dummy' > "$dirpart/$file"
12095      done
12096 -    test ! -n "$as_dirs" || mkdir $as_dirs
12097 -  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12098 -echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12099 -   { (exit 1); exit 1; }; }; }
12100 -
12101 -    # echo "creating $dirpart/$file"
12102 -    echo '# dummy' > "$dirpart/$file"
12103    done
12104 -done
12105 +}
12106   ;;
12107 +
12108    esac
12109 -done
12110 -_ACEOF
12111 +done # for ac_tag
12112  
12113 -cat >>$CONFIG_STATUS <<\_ACEOF
12114  
12115 -{ (exit 0); exit 0; }
12116 +as_fn_exit 0
12117  _ACEOF
12118 -chmod +x $CONFIG_STATUS
12119  ac_clean_files=$ac_clean_files_save
12120  
12121 +test $ac_write_fail = 0 ||
12122 +  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
12123 +
12124  
12125  # configure is writing to config.log, and then calls config.status.
12126  # config.status does its own redirection, appending to config.log.
12127 @@ -7021,7 +7078,11 @@ if test "$no_create" != yes; then
12128    exec 5>>config.log
12129    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12130    # would make configure fail if this is the last instruction.
12131 -  $ac_cs_success || { (exit 1); exit 1; }
12132 +  $ac_cs_success || as_fn_exit 1
12133 +fi
12134 +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
12135 +  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
12136 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
12137  fi
12138  
12139  
12140 --- a/drv_config.h.in
12141 +++ b/drv_config.h.in
12142 @@ -83,6 +83,9 @@
12143  /* Define to the one symbol short name of this package. */
12144  #undef PACKAGE_TARNAME
12145  
12146 +/* Define to the home page for this package. */
12147 +#undef PACKAGE_URL
12148 +
12149  /* Define to the version of this package. */
12150  #undef PACKAGE_VERSION
12151  
12152 @@ -101,6 +104,9 @@
12153  /* enable Danube specific code */
12154  #undef SYSTEM_DANUBE
12155  
12156 +/* enable FALCON specific code */
12157 +#undef SYSTEM_FALCON
12158 +
12159  /* enable VR9 specific code */
12160  #undef SYSTEM_VR9
12161  
12162 --- a/src/drv_api.h
12163 +++ b/src/drv_api.h
12164 @@ -183,7 +183,7 @@
12165  #endif
12166  
12167  /* TAPI FXS Phone Detection feature is not available for Danube platform */
12168 -#if defined(TAPI_PHONE_DETECTION) && (defined(SYSTEM_AR9) || defined(SYSTEM_VR9))
12169 +#if defined(TAPI_PHONE_DETECTION) && (defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON))
12170  #define VMMC_CFG_ADD_FEAT_PHONE_DETECTION VMMC_FEAT_PHONE_DETECTION
12171  #else
12172  #define VMMC_CFG_ADD_FEAT_PHONE_DETECTION 0
12173 --- a/src/drv_vmmc_alm.c
12174 +++ b/src/drv_vmmc_alm.c
12175 @@ -800,7 +800,7 @@ IFX_void_t VMMC_ALM_Free_Ch_Structures (
12176  }
12177  
12178  
12179 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12180 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12181  /**
12182     Check whether SmartSLIC is connected
12183  
12184 @@ -836,7 +836,7 @@ IFX_boolean_t VMMC_ALM_SmartSLIC_IsConne
12185  #endif /*SYSTEM_AR9 || SYSTEM_VR9*/
12186  
12187  
12188 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12189 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12190  /**
12191     Read the number of channels on the SmartSLIC.
12192  
12193 @@ -1876,7 +1876,7 @@ IFX_int32_t VMMC_TAPI_LL_ALM_VMMC_Test_L
12194        /* write updated message contents */
12195        ret = CmdWrite (pDev, (IFX_uint32_t *)((IFX_void_t *)&debugCfg),
12196                        DCCTL_CMD_LEN);
12197 -#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12198 +#elif defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12199        IFX_uint32_t dcctrlLoop[2];
12200        IFX_uint32_t ch = (IFX_uint32_t)(pCh->nChannel - 1);
12201  
12202 --- a/src/drv_vmmc_alm.h
12203 +++ b/src/drv_vmmc_alm.h
12204 @@ -65,7 +65,7 @@ extern IFX_void_t irq_VMMC_ALM_LineDisab
12205  extern IFX_void_t VMMC_ALM_CorrectLinemodeCache (VMMC_CHANNEL *pCh,
12206                                                   IFX_uint16_t lm);
12207  
12208 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12209 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12210  extern IFX_boolean_t VMMC_ALM_SmartSLIC_IsConnected (
12211                          VMMC_DEVICE *pDev);
12212  
12213 --- a/src/drv_vmmc_init.c
12214 +++ b/src/drv_vmmc_init.c
12215 @@ -52,15 +52,6 @@
12216  #include "ifx_pmu.h"
12217  #endif /* PMU_SUPPORTED */
12218  
12219 -#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,28))
12220 -#  define IFX_MPS_CAD0SR IFXMIPS_MPS_CAD0SR
12221 -#  define IFX_MPS_CAD1SR IFXMIPS_MPS_CAD1SR
12222 -#  define IFX_MPS_CVC0SR IFXMIPS_MPS_CVC0SR
12223 -#  define IFX_MPS_CVC1SR IFXMIPS_MPS_CVC1SR
12224 -#  define IFX_MPS_CVC2SR IFXMIPS_MPS_CVC2SR
12225 -#  define IFX_MPS_CVC3SR IFXMIPS_MPS_CVC3SR
12226 -#endif
12227 -
12228  /* ============================= */
12229  /* Local Macros & Definitions    */
12230  /* ============================= */
12231 @@ -815,7 +806,7 @@ static IFX_int32_t VMMC_TAPI_LL_FW_Init(
12232                                             MIN_FW_HOTFIXSTEP};
12233     IFX_uint8_t          tmp1, tmp2;
12234     IFX_TAPI_RESOURCE    nResource;
12235 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12236 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12237     IFX_uint8_t          nChannels, nFXOChannels;
12238  #endif /*SYSTEM_AR9 || SYSTEM_VR9*/
12239     IFX_int32_t          ret = VMMC_statusOk;
12240 @@ -869,7 +860,7 @@ static IFX_int32_t VMMC_TAPI_LL_FW_Init(
12241     pDev->bSmartSlic = IFX_FALSE;
12242     pDev->bSlicSupportsIdleMode = IFX_FALSE;
12243  
12244 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12245 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12246     if (VMMC_SUCCESS(ret))
12247     {
12248        /* Reduce the number of ALM channels in the capabilities if the SLIC
12249 --- a/src/drv_vmmc_ioctl.c
12250 +++ b/src/drv_vmmc_ioctl.c
12251 @@ -273,7 +273,7 @@ IFX_int32_t VMMC_Dev_Spec_Ioctl (IFX_TAP
12252        case FIO_GET_VERS:
12253        {
12254           VMMC_IO_VERSION *pVers;
12255 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12256 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12257           VMMC_SDD_REVISION_READ_t *pSDDVersCmd = IFX_NULL;
12258  #endif /*SYSTEM_AR9 || SYSTEM_VR9*/
12259           SYS_VER_t *pCmd;
12260 @@ -322,7 +322,7 @@ IFX_int32_t VMMC_Dev_Spec_Ioctl (IFX_TAP
12261              pVers->nTapiVers   = 3;
12262              pVers->nDrvVers    = MAJORSTEP << 24 | MINORSTEP << 16 |
12263                                   VERSIONSTEP << 8 | VERS_TYPE;
12264 -#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9)
12265 +#if defined(SYSTEM_AR9) || defined(SYSTEM_VR9) || defined(SYSTEM_FALCON)
12266              /* in case of SmartSLIC based systems, we can give some more
12267                 versions.*/
12268              if (VMMC_ALM_SmartSLIC_IsConnected(pDev))