Update gnulib to current upstream master
[external/binutils.git] / gdb / gnulib / aclocal.m4
1 # generated automatically by aclocal 1.15.1 -*- Autoconf -*-
2
3 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
4
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15 m4_ifndef([AC_AUTOCONF_VERSION],
16   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 [m4_warning([this file was generated for autoconf 2.69.
19 You have another version of autoconf.  It may work, but is not guaranteed to.
20 If you have problems, you may need to regenerate the build system entirely.
21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
23 # po.m4 serial 24 (gettext-0.19)
24 dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc.
25 dnl This file is free software; the Free Software Foundation
26 dnl gives unlimited permission to copy and/or distribute it,
27 dnl with or without modifications, as long as this notice is preserved.
28 dnl
29 dnl This file can be used in projects which are not available under
30 dnl the GNU General Public License or the GNU Library General Public
31 dnl License but which still want to provide support for the GNU gettext
32 dnl functionality.
33 dnl Please note that the actual code of the GNU gettext library is covered
34 dnl by the GNU Library General Public License, and the rest of the GNU
35 dnl gettext package is covered by the GNU General Public License.
36 dnl They are *not* in the public domain.
37
38 dnl Authors:
39 dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
40 dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
41
42 AC_PREREQ([2.60])
43
44 dnl Checks for all prerequisites of the po subdirectory.
45 AC_DEFUN([AM_PO_SUBDIRS],
46 [
47   AC_REQUIRE([AC_PROG_MAKE_SET])dnl
48   AC_REQUIRE([AC_PROG_INSTALL])dnl
49   AC_REQUIRE([AC_PROG_MKDIR_P])dnl
50   AC_REQUIRE([AC_PROG_SED])dnl
51   AC_REQUIRE([AM_NLS])dnl
52
53   dnl Release version of the gettext macros. This is used to ensure that
54   dnl the gettext macros and po/Makefile.in.in are in sync.
55   AC_SUBST([GETTEXT_MACRO_VERSION], [0.19])
56
57   dnl Perform the following tests also if --disable-nls has been given,
58   dnl because they are needed for "make dist" to work.
59
60   dnl Search for GNU msgfmt in the PATH.
61   dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions.
62   dnl The second test excludes FreeBSD msgfmt.
63   AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
64     [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
65      (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
66     :)
67   AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT])
68
69   dnl Test whether it is GNU msgfmt >= 0.15.
70 changequote(,)dnl
71   case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
72     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
73     *) MSGFMT_015=$MSGFMT ;;
74   esac
75 changequote([,])dnl
76   AC_SUBST([MSGFMT_015])
77 changequote(,)dnl
78   case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
79     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
80     *) GMSGFMT_015=$GMSGFMT ;;
81   esac
82 changequote([,])dnl
83   AC_SUBST([GMSGFMT_015])
84
85   dnl Search for GNU xgettext 0.12 or newer in the PATH.
86   dnl The first test excludes Solaris xgettext and early GNU xgettext versions.
87   dnl The second test excludes FreeBSD xgettext.
88   AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
89     [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 &&
90      (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)],
91     :)
92   dnl Remove leftover from FreeBSD xgettext call.
93   rm -f messages.po
94
95   dnl Test whether it is GNU xgettext >= 0.15.
96 changequote(,)dnl
97   case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
98     '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
99     *) XGETTEXT_015=$XGETTEXT ;;
100   esac
101 changequote([,])dnl
102   AC_SUBST([XGETTEXT_015])
103
104   dnl Search for GNU msgmerge 0.11 or newer in the PATH.
105   AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge,
106     [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :)
107
108   dnl Installation directories.
109   dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we
110   dnl have to define it here, so that it can be used in po/Makefile.
111   test -n "$localedir" || localedir='${datadir}/locale'
112   AC_SUBST([localedir])
113
114   dnl Support for AM_XGETTEXT_OPTION.
115   test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS=
116   AC_SUBST([XGETTEXT_EXTRA_OPTIONS])
117
118   AC_CONFIG_COMMANDS([po-directories], [[
119     for ac_file in $CONFIG_FILES; do
120       # Support "outfile[:infile[:infile...]]"
121       case "$ac_file" in
122         *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
123       esac
124       # PO directories have a Makefile.in generated from Makefile.in.in.
125       case "$ac_file" in */Makefile.in)
126         # Adjust a relative srcdir.
127         ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
128         ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
129         ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
130         # In autoconf-2.13 it is called $ac_given_srcdir.
131         # In autoconf-2.50 it is called $srcdir.
132         test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
133         case "$ac_given_srcdir" in
134           .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
135           /*) top_srcdir="$ac_given_srcdir" ;;
136           *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
137         esac
138         # Treat a directory as a PO directory if and only if it has a
139         # POTFILES.in file. This allows packages to have multiple PO
140         # directories under different names or in different locations.
141         if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
142           rm -f "$ac_dir/POTFILES"
143           test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
144           gt_tab=`printf '\t'`
145           cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
146           POMAKEFILEDEPS="POTFILES.in"
147           # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
148           # on $ac_dir but don't depend on user-specified configuration
149           # parameters.
150           if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
151             # The LINGUAS file contains the set of available languages.
152             if test -n "$OBSOLETE_ALL_LINGUAS"; then
153               test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
154             fi
155             ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
156             # Hide the ALL_LINGUAS assignment from automake < 1.5.
157             eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
158             POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
159           else
160             # The set of available languages was given in configure.in.
161             # Hide the ALL_LINGUAS assignment from automake < 1.5.
162             eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
163           fi
164           # Compute POFILES
165           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
166           # Compute UPDATEPOFILES
167           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
168           # Compute DUMMYPOFILES
169           # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
170           # Compute GMOFILES
171           # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
172           case "$ac_given_srcdir" in
173             .) srcdirpre= ;;
174             *) srcdirpre='$(srcdir)/' ;;
175           esac
176           POFILES=
177           UPDATEPOFILES=
178           DUMMYPOFILES=
179           GMOFILES=
180           for lang in $ALL_LINGUAS; do
181             POFILES="$POFILES $srcdirpre$lang.po"
182             UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
183             DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
184             GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
185           done
186           # CATALOGS depends on both $ac_dir and the user's LINGUAS
187           # environment variable.
188           INST_LINGUAS=
189           if test -n "$ALL_LINGUAS"; then
190             for presentlang in $ALL_LINGUAS; do
191               useit=no
192               if test "%UNSET%" != "$LINGUAS"; then
193                 desiredlanguages="$LINGUAS"
194               else
195                 desiredlanguages="$ALL_LINGUAS"
196               fi
197               for desiredlang in $desiredlanguages; do
198                 # Use the presentlang catalog if desiredlang is
199                 #   a. equal to presentlang, or
200                 #   b. a variant of presentlang (because in this case,
201                 #      presentlang can be used as a fallback for messages
202                 #      which are not translated in the desiredlang catalog).
203                 case "$desiredlang" in
204                   "$presentlang"*) useit=yes;;
205                 esac
206               done
207               if test $useit = yes; then
208                 INST_LINGUAS="$INST_LINGUAS $presentlang"
209               fi
210             done
211           fi
212           CATALOGS=
213           if test -n "$INST_LINGUAS"; then
214             for lang in $INST_LINGUAS; do
215               CATALOGS="$CATALOGS $lang.gmo"
216             done
217           fi
218           test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
219           sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
220           for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
221             if test -f "$f"; then
222               case "$f" in
223                 *.orig | *.bak | *~) ;;
224                 *) cat "$f" >> "$ac_dir/Makefile" ;;
225               esac
226             fi
227           done
228         fi
229         ;;
230       esac
231     done]],
232    [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
233     # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
234     # from automake < 1.5.
235     eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
236     # Capture the value of LINGUAS because we need it to compute CATALOGS.
237     LINGUAS="${LINGUAS-%UNSET%}"
238    ])
239 ])
240
241 dnl Postprocesses a Makefile in a directory containing PO files.
242 AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE],
243 [
244   # When this code is run, in config.status, two variables have already been
245   # set:
246   # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in,
247   # - LINGUAS is the value of the environment variable LINGUAS at configure
248   #   time.
249
250 changequote(,)dnl
251   # Adjust a relative srcdir.
252   ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
253   ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
254   ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
255   # In autoconf-2.13 it is called $ac_given_srcdir.
256   # In autoconf-2.50 it is called $srcdir.
257   test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
258   case "$ac_given_srcdir" in
259     .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
260     /*) top_srcdir="$ac_given_srcdir" ;;
261     *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
262   esac
263
264   # Find a way to echo strings without interpreting backslash.
265   if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then
266     gt_echo='echo'
267   else
268     if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then
269       gt_echo='printf %s\n'
270     else
271       echo_func () {
272         cat <<EOT
273 $*
274 EOT
275       }
276       gt_echo='echo_func'
277     fi
278   fi
279
280   # A sed script that extracts the value of VARIABLE from a Makefile.
281   tab=`printf '\t'`
282   sed_x_variable='
283 # Test if the hold space is empty.
284 x
285 s/P/P/
286 x
287 ta
288 # Yes it was empty. Look if we have the expected variable definition.
289 /^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{
290   # Seen the first line of the variable definition.
291   s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=//
292   ba
293 }
294 bd
295 :a
296 # Here we are processing a line from the variable definition.
297 # Remove comment, more precisely replace it with a space.
298 s/#.*$/ /
299 # See if the line ends in a backslash.
300 tb
301 :b
302 s/\\$//
303 # Print the line, without the trailing backslash.
304 p
305 tc
306 # There was no trailing backslash. The end of the variable definition is
307 # reached. Clear the hold space.
308 s/^.*$//
309 x
310 bd
311 :c
312 # A trailing backslash means that the variable definition continues in the
313 # next line. Put a nonempty string into the hold space to indicate this.
314 s/^.*$/P/
315 x
316 :d
317 '
318 changequote([,])dnl
319
320   # Set POTFILES to the value of the Makefile variable POTFILES.
321   sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
322   POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
323   # Compute POTFILES_DEPS as
324   #   $(foreach file, $(POTFILES), $(top_srcdir)/$(file))
325   POTFILES_DEPS=
326   for file in $POTFILES; do
327     POTFILES_DEPS="$POTFILES_DEPS "'$(top_srcdir)/'"$file"
328   done
329   POMAKEFILEDEPS=""
330
331   if test -n "$OBSOLETE_ALL_LINGUAS"; then
332     test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
333   fi
334   if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
335     # The LINGUAS file contains the set of available languages.
336     ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
337     POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
338   else
339     # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
340     sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
341     ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
342   fi
343   # Hide the ALL_LINGUAS assignment from automake < 1.5.
344   eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
345   # Compute POFILES
346   # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
347   # Compute UPDATEPOFILES
348   # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
349   # Compute DUMMYPOFILES
350   # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
351   # Compute GMOFILES
352   # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
353   # Compute PROPERTIESFILES
354   # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
355   # Compute CLASSFILES
356   # as      $(foreach lang, $(ALL_LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).class)
357   # Compute QMFILES
358   # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).qm)
359   # Compute MSGFILES
360   # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg)
361   # Compute RESOURCESDLLFILES
362   # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
363   case "$ac_given_srcdir" in
364     .) srcdirpre= ;;
365     *) srcdirpre='$(srcdir)/' ;;
366   esac
367   POFILES=
368   UPDATEPOFILES=
369   DUMMYPOFILES=
370   GMOFILES=
371   PROPERTIESFILES=
372   CLASSFILES=
373   QMFILES=
374   MSGFILES=
375   RESOURCESDLLFILES=
376   for lang in $ALL_LINGUAS; do
377     POFILES="$POFILES $srcdirpre$lang.po"
378     UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
379     DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
380     GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
381     PROPERTIESFILES="$PROPERTIESFILES \$(top_srcdir)/\$(DOMAIN)_$lang.properties"
382     CLASSFILES="$CLASSFILES \$(top_srcdir)/\$(DOMAIN)_$lang.class"
383     QMFILES="$QMFILES $srcdirpre$lang.qm"
384     frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
385     MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
386     frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
387     RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
388   done
389   # CATALOGS depends on both $ac_dir and the user's LINGUAS
390   # environment variable.
391   INST_LINGUAS=
392   if test -n "$ALL_LINGUAS"; then
393     for presentlang in $ALL_LINGUAS; do
394       useit=no
395       if test "%UNSET%" != "$LINGUAS"; then
396         desiredlanguages="$LINGUAS"
397       else
398         desiredlanguages="$ALL_LINGUAS"
399       fi
400       for desiredlang in $desiredlanguages; do
401         # Use the presentlang catalog if desiredlang is
402         #   a. equal to presentlang, or
403         #   b. a variant of presentlang (because in this case,
404         #      presentlang can be used as a fallback for messages
405         #      which are not translated in the desiredlang catalog).
406         case "$desiredlang" in
407           "$presentlang"*) useit=yes;;
408         esac
409       done
410       if test $useit = yes; then
411         INST_LINGUAS="$INST_LINGUAS $presentlang"
412       fi
413     done
414   fi
415   CATALOGS=
416   JAVACATALOGS=
417   QTCATALOGS=
418   TCLCATALOGS=
419   CSHARPCATALOGS=
420   if test -n "$INST_LINGUAS"; then
421     for lang in $INST_LINGUAS; do
422       CATALOGS="$CATALOGS $lang.gmo"
423       JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
424       QTCATALOGS="$QTCATALOGS $lang.qm"
425       frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
426       TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
427       frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
428       CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
429     done
430   fi
431
432   sed -e "s|@POTFILES_DEPS@|$POTFILES_DEPS|g" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@PROPERTIESFILES@|$PROPERTIESFILES|g" -e "s|@CLASSFILES@|$CLASSFILES|g" -e "s|@QMFILES@|$QMFILES|g" -e "s|@MSGFILES@|$MSGFILES|g" -e "s|@RESOURCESDLLFILES@|$RESOURCESDLLFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@JAVACATALOGS@|$JAVACATALOGS|g" -e "s|@QTCATALOGS@|$QTCATALOGS|g" -e "s|@TCLCATALOGS@|$TCLCATALOGS|g" -e "s|@CSHARPCATALOGS@|$CSHARPCATALOGS|g" -e 's,^#distdir:,distdir:,' < "$ac_file" > "$ac_file.tmp"
433   tab=`printf '\t'`
434   if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then
435     # Add dependencies that cannot be formulated as a simple suffix rule.
436     for lang in $ALL_LINGUAS; do
437       frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
438       cat >> "$ac_file.tmp" <<EOF
439 $frobbedlang.msg: $lang.po
440 ${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \
441 ${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
442 EOF
443     done
444   fi
445   if grep -l '@CSHARPCATALOGS@' "$ac_file" > /dev/null; then
446     # Add dependencies that cannot be formulated as a simple suffix rule.
447     for lang in $ALL_LINGUAS; do
448       frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
449       cat >> "$ac_file.tmp" <<EOF
450 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
451 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
452 ${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
453 EOF
454     done
455   fi
456   if test -n "$POMAKEFILEDEPS"; then
457     cat >> "$ac_file.tmp" <<EOF
458 Makefile: $POMAKEFILEDEPS
459 EOF
460   fi
461   mv "$ac_file.tmp" "$ac_file"
462 ])
463
464 dnl Initializes the accumulator used by AM_XGETTEXT_OPTION.
465 AC_DEFUN([AM_XGETTEXT_OPTION_INIT],
466 [
467   XGETTEXT_EXTRA_OPTIONS=
468 ])
469
470 dnl Registers an option to be passed to xgettext in the po subdirectory.
471 AC_DEFUN([AM_XGETTEXT_OPTION],
472 [
473   AC_REQUIRE([AM_XGETTEXT_OPTION_INIT])
474   XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS $1"
475 ])
476
477 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
478 #
479 # This file is free software; the Free Software Foundation
480 # gives unlimited permission to copy and/or distribute it,
481 # with or without modifications, as long as this notice is preserved.
482
483 # AM_AUTOMAKE_VERSION(VERSION)
484 # ----------------------------
485 # Automake X.Y traces this macro to ensure aclocal.m4 has been
486 # generated from the m4 files accompanying Automake X.Y.
487 # (This private macro should not be called outside this file.)
488 AC_DEFUN([AM_AUTOMAKE_VERSION],
489 [am__api_version='1.15'
490 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
491 dnl require some minimum version.  Point them to the right macro.
492 m4_if([$1], [1.15.1], [],
493       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
494 ])
495
496 # _AM_AUTOCONF_VERSION(VERSION)
497 # -----------------------------
498 # aclocal traces this macro to find the Autoconf version.
499 # This is a private macro too.  Using m4_define simplifies
500 # the logic in aclocal, which can simply ignore this definition.
501 m4_define([_AM_AUTOCONF_VERSION], [])
502
503 # AM_SET_CURRENT_AUTOMAKE_VERSION
504 # -------------------------------
505 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
506 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
507 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
508 [AM_AUTOMAKE_VERSION([1.15.1])dnl
509 m4_ifndef([AC_AUTOCONF_VERSION],
510   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
511 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
512
513 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
514
515 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
516 #
517 # This file is free software; the Free Software Foundation
518 # gives unlimited permission to copy and/or distribute it,
519 # with or without modifications, as long as this notice is preserved.
520
521 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
522 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
523 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
524 #
525 # Of course, Automake must honor this variable whenever it calls a
526 # tool from the auxiliary directory.  The problem is that $srcdir (and
527 # therefore $ac_aux_dir as well) can be either absolute or relative,
528 # depending on how configure is run.  This is pretty annoying, since
529 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
530 # source directory, any form will work fine, but in subdirectories a
531 # relative path needs to be adjusted first.
532 #
533 # $ac_aux_dir/missing
534 #    fails when called from a subdirectory if $ac_aux_dir is relative
535 # $top_srcdir/$ac_aux_dir/missing
536 #    fails if $ac_aux_dir is absolute,
537 #    fails when called from a subdirectory in a VPATH build with
538 #          a relative $ac_aux_dir
539 #
540 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
541 # are both prefixed by $srcdir.  In an in-source build this is usually
542 # harmless because $srcdir is '.', but things will broke when you
543 # start a VPATH build or use an absolute $srcdir.
544 #
545 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
546 # iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
547 #   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
548 # and then we would define $MISSING as
549 #   MISSING="\${SHELL} $am_aux_dir/missing"
550 # This will work as long as MISSING is not called from configure, because
551 # unfortunately $(top_srcdir) has no meaning in configure.
552 # However there are other variables, like CC, which are often used in
553 # configure, and could therefore not use this "fixed" $ac_aux_dir.
554 #
555 # Another solution, used here, is to always expand $ac_aux_dir to an
556 # absolute PATH.  The drawback is that using absolute paths prevent a
557 # configured tree to be moved without reconfiguration.
558
559 AC_DEFUN([AM_AUX_DIR_EXPAND],
560 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
561 # Expand $ac_aux_dir to an absolute path.
562 am_aux_dir=`cd "$ac_aux_dir" && pwd`
563 ])
564
565 # AM_CONDITIONAL                                            -*- Autoconf -*-
566
567 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
568 #
569 # This file is free software; the Free Software Foundation
570 # gives unlimited permission to copy and/or distribute it,
571 # with or without modifications, as long as this notice is preserved.
572
573 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
574 # -------------------------------------
575 # Define a conditional.
576 AC_DEFUN([AM_CONDITIONAL],
577 [AC_PREREQ([2.52])dnl
578  m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
579        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
580 AC_SUBST([$1_TRUE])dnl
581 AC_SUBST([$1_FALSE])dnl
582 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
583 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
584 m4_define([_AM_COND_VALUE_$1], [$2])dnl
585 if $2; then
586   $1_TRUE=
587   $1_FALSE='#'
588 else
589   $1_TRUE='#'
590   $1_FALSE=
591 fi
592 AC_CONFIG_COMMANDS_PRE(
593 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
594   AC_MSG_ERROR([[conditional "$1" was never defined.
595 Usually this means the macro was only invoked conditionally.]])
596 fi])])
597
598 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
599 #
600 # This file is free software; the Free Software Foundation
601 # gives unlimited permission to copy and/or distribute it,
602 # with or without modifications, as long as this notice is preserved.
603
604
605 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
606 # written in clear, in which case automake, when reading aclocal.m4,
607 # will think it sees a *use*, and therefore will trigger all it's
608 # C support machinery.  Also note that it means that autoscan, seeing
609 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
610
611
612 # _AM_DEPENDENCIES(NAME)
613 # ----------------------
614 # See how the compiler implements dependency checking.
615 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
616 # We try a few techniques and use that to set a single cache variable.
617 #
618 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
619 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
620 # dependency, and given that the user is not expected to run this macro,
621 # just rely on AC_PROG_CC.
622 AC_DEFUN([_AM_DEPENDENCIES],
623 [AC_REQUIRE([AM_SET_DEPDIR])dnl
624 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
625 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
626 AC_REQUIRE([AM_DEP_TRACK])dnl
627
628 m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
629       [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
630       [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
631       [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
632       [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
633       [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
634                     [depcc="$$1"   am_compiler_list=])
635
636 AC_CACHE_CHECK([dependency style of $depcc],
637                [am_cv_$1_dependencies_compiler_type],
638 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
639   # We make a subdir and do the tests there.  Otherwise we can end up
640   # making bogus files that we don't know about and never remove.  For
641   # instance it was reported that on HP-UX the gcc test will end up
642   # making a dummy file named 'D' -- because '-MD' means "put the output
643   # in D".
644   rm -rf conftest.dir
645   mkdir conftest.dir
646   # Copy depcomp to subdir because otherwise we won't find it if we're
647   # using a relative directory.
648   cp "$am_depcomp" conftest.dir
649   cd conftest.dir
650   # We will build objects and dependencies in a subdirectory because
651   # it helps to detect inapplicable dependency modes.  For instance
652   # both Tru64's cc and ICC support -MD to output dependencies as a
653   # side effect of compilation, but ICC will put the dependencies in
654   # the current directory while Tru64 will put them in the object
655   # directory.
656   mkdir sub
657
658   am_cv_$1_dependencies_compiler_type=none
659   if test "$am_compiler_list" = ""; then
660      am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
661   fi
662   am__universal=false
663   m4_case([$1], [CC],
664     [case " $depcc " in #(
665      *\ -arch\ *\ -arch\ *) am__universal=true ;;
666      esac],
667     [CXX],
668     [case " $depcc " in #(
669      *\ -arch\ *\ -arch\ *) am__universal=true ;;
670      esac])
671
672   for depmode in $am_compiler_list; do
673     # Setup a source with many dependencies, because some compilers
674     # like to wrap large dependency lists on column 80 (with \), and
675     # we should not choose a depcomp mode which is confused by this.
676     #
677     # We need to recreate these files for each test, as the compiler may
678     # overwrite some of them when testing with obscure command lines.
679     # This happens at least with the AIX C compiler.
680     : > sub/conftest.c
681     for i in 1 2 3 4 5 6; do
682       echo '#include "conftst'$i'.h"' >> sub/conftest.c
683       # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
684       # Solaris 10 /bin/sh.
685       echo '/* dummy */' > sub/conftst$i.h
686     done
687     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
688
689     # We check with '-c' and '-o' for the sake of the "dashmstdout"
690     # mode.  It turns out that the SunPro C++ compiler does not properly
691     # handle '-M -o', and we need to detect this.  Also, some Intel
692     # versions had trouble with output in subdirs.
693     am__obj=sub/conftest.${OBJEXT-o}
694     am__minus_obj="-o $am__obj"
695     case $depmode in
696     gcc)
697       # This depmode causes a compiler race in universal mode.
698       test "$am__universal" = false || continue
699       ;;
700     nosideeffect)
701       # After this tag, mechanisms are not by side-effect, so they'll
702       # only be used when explicitly requested.
703       if test "x$enable_dependency_tracking" = xyes; then
704         continue
705       else
706         break
707       fi
708       ;;
709     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
710       # This compiler won't grok '-c -o', but also, the minuso test has
711       # not run yet.  These depmodes are late enough in the game, and
712       # so weak that their functioning should not be impacted.
713       am__obj=conftest.${OBJEXT-o}
714       am__minus_obj=
715       ;;
716     none) break ;;
717     esac
718     if depmode=$depmode \
719        source=sub/conftest.c object=$am__obj \
720        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
721        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
722          >/dev/null 2>conftest.err &&
723        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
724        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
725        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
726        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
727       # icc doesn't choke on unknown options, it will just issue warnings
728       # or remarks (even with -Werror).  So we grep stderr for any message
729       # that says an option was ignored or not supported.
730       # When given -MP, icc 7.0 and 7.1 complain thusly:
731       #   icc: Command line warning: ignoring option '-M'; no argument required
732       # The diagnosis changed in icc 8.0:
733       #   icc: Command line remark: option '-MP' not supported
734       if (grep 'ignoring option' conftest.err ||
735           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
736         am_cv_$1_dependencies_compiler_type=$depmode
737         break
738       fi
739     fi
740   done
741
742   cd ..
743   rm -rf conftest.dir
744 else
745   am_cv_$1_dependencies_compiler_type=none
746 fi
747 ])
748 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
749 AM_CONDITIONAL([am__fastdep$1], [
750   test "x$enable_dependency_tracking" != xno \
751   && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
752 ])
753
754
755 # AM_SET_DEPDIR
756 # -------------
757 # Choose a directory name for dependency files.
758 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
759 AC_DEFUN([AM_SET_DEPDIR],
760 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
761 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
762 ])
763
764
765 # AM_DEP_TRACK
766 # ------------
767 AC_DEFUN([AM_DEP_TRACK],
768 [AC_ARG_ENABLE([dependency-tracking], [dnl
769 AS_HELP_STRING(
770   [--enable-dependency-tracking],
771   [do not reject slow dependency extractors])
772 AS_HELP_STRING(
773   [--disable-dependency-tracking],
774   [speeds up one-time build])])
775 if test "x$enable_dependency_tracking" != xno; then
776   am_depcomp="$ac_aux_dir/depcomp"
777   AMDEPBACKSLASH='\'
778   am__nodep='_no'
779 fi
780 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
781 AC_SUBST([AMDEPBACKSLASH])dnl
782 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
783 AC_SUBST([am__nodep])dnl
784 _AM_SUBST_NOTMAKE([am__nodep])dnl
785 ])
786
787 # Generate code to set up dependency tracking.              -*- Autoconf -*-
788
789 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
790 #
791 # This file is free software; the Free Software Foundation
792 # gives unlimited permission to copy and/or distribute it,
793 # with or without modifications, as long as this notice is preserved.
794
795
796 # _AM_OUTPUT_DEPENDENCY_COMMANDS
797 # ------------------------------
798 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
799 [{
800   # Older Autoconf quotes --file arguments for eval, but not when files
801   # are listed without --file.  Let's play safe and only enable the eval
802   # if we detect the quoting.
803   case $CONFIG_FILES in
804   *\'*) eval set x "$CONFIG_FILES" ;;
805   *)   set x $CONFIG_FILES ;;
806   esac
807   shift
808   for mf
809   do
810     # Strip MF so we end up with the name of the file.
811     mf=`echo "$mf" | sed -e 's/:.*$//'`
812     # Check whether this is an Automake generated Makefile or not.
813     # We used to match only the files named 'Makefile.in', but
814     # some people rename them; so instead we look at the file content.
815     # Grep'ing the first line is not enough: some people post-process
816     # each Makefile.in and add a new line on top of each file to say so.
817     # Grep'ing the whole file is not good either: AIX grep has a line
818     # limit of 2048, but all sed's we know have understand at least 4000.
819     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
820       dirpart=`AS_DIRNAME("$mf")`
821     else
822       continue
823     fi
824     # Extract the definition of DEPDIR, am__include, and am__quote
825     # from the Makefile without running 'make'.
826     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
827     test -z "$DEPDIR" && continue
828     am__include=`sed -n 's/^am__include = //p' < "$mf"`
829     test -z "$am__include" && continue
830     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
831     # Find all dependency output files, they are included files with
832     # $(DEPDIR) in their names.  We invoke sed twice because it is the
833     # simplest approach to changing $(DEPDIR) to its actual value in the
834     # expansion.
835     for file in `sed -n "
836       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
837          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
838       # Make sure the directory exists.
839       test -f "$dirpart/$file" && continue
840       fdir=`AS_DIRNAME(["$file"])`
841       AS_MKDIR_P([$dirpart/$fdir])
842       # echo "creating $dirpart/$file"
843       echo '# dummy' > "$dirpart/$file"
844     done
845   done
846 }
847 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
848
849
850 # AM_OUTPUT_DEPENDENCY_COMMANDS
851 # -----------------------------
852 # This macro should only be invoked once -- use via AC_REQUIRE.
853 #
854 # This code is only required when automatic dependency tracking
855 # is enabled.  FIXME.  This creates each '.P' file that we will
856 # need in order to bootstrap the dependency handling code.
857 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
858 [AC_CONFIG_COMMANDS([depfiles],
859      [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
860      [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
861 ])
862
863 # Do all the work for Automake.                             -*- Autoconf -*-
864
865 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
866 #
867 # This file is free software; the Free Software Foundation
868 # gives unlimited permission to copy and/or distribute it,
869 # with or without modifications, as long as this notice is preserved.
870
871 # This macro actually does too much.  Some checks are only needed if
872 # your package does certain things.  But this isn't really a big deal.
873
874 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
875 m4_define([AC_PROG_CC],
876 m4_defn([AC_PROG_CC])
877 [_AM_PROG_CC_C_O
878 ])
879
880 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
881 # AM_INIT_AUTOMAKE([OPTIONS])
882 # -----------------------------------------------
883 # The call with PACKAGE and VERSION arguments is the old style
884 # call (pre autoconf-2.50), which is being phased out.  PACKAGE
885 # and VERSION should now be passed to AC_INIT and removed from
886 # the call to AM_INIT_AUTOMAKE.
887 # We support both call styles for the transition.  After
888 # the next Automake release, Autoconf can make the AC_INIT
889 # arguments mandatory, and then we can depend on a new Autoconf
890 # release and drop the old call support.
891 AC_DEFUN([AM_INIT_AUTOMAKE],
892 [AC_PREREQ([2.65])dnl
893 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
894 dnl the ones we care about.
895 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
896 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
897 AC_REQUIRE([AC_PROG_INSTALL])dnl
898 if test "`cd $srcdir && pwd`" != "`pwd`"; then
899   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
900   # is not polluted with repeated "-I."
901   AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
902   # test to see if srcdir already configured
903   if test -f $srcdir/config.status; then
904     AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
905   fi
906 fi
907
908 # test whether we have cygpath
909 if test -z "$CYGPATH_W"; then
910   if (cygpath --version) >/dev/null 2>/dev/null; then
911     CYGPATH_W='cygpath -w'
912   else
913     CYGPATH_W=echo
914   fi
915 fi
916 AC_SUBST([CYGPATH_W])
917
918 # Define the identity of the package.
919 dnl Distinguish between old-style and new-style calls.
920 m4_ifval([$2],
921 [AC_DIAGNOSE([obsolete],
922              [$0: two- and three-arguments forms are deprecated.])
923 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
924  AC_SUBST([PACKAGE], [$1])dnl
925  AC_SUBST([VERSION], [$2])],
926 [_AM_SET_OPTIONS([$1])dnl
927 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
928 m4_if(
929   m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
930   [ok:ok],,
931   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
932  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
933  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
934
935 _AM_IF_OPTION([no-define],,
936 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
937  AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
938
939 # Some tools Automake needs.
940 AC_REQUIRE([AM_SANITY_CHECK])dnl
941 AC_REQUIRE([AC_ARG_PROGRAM])dnl
942 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
943 AM_MISSING_PROG([AUTOCONF], [autoconf])
944 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
945 AM_MISSING_PROG([AUTOHEADER], [autoheader])
946 AM_MISSING_PROG([MAKEINFO], [makeinfo])
947 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
948 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
949 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
950 # For better backward compatibility.  To be removed once Automake 1.9.x
951 # dies out for good.  For more background, see:
952 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
953 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
954 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
955 # We need awk for the "check" target (and possibly the TAP driver).  The
956 # system "awk" is bad on some platforms.
957 AC_REQUIRE([AC_PROG_AWK])dnl
958 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
959 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
960 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
961               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
962                              [_AM_PROG_TAR([v7])])])
963 _AM_IF_OPTION([no-dependencies],,
964 [AC_PROVIDE_IFELSE([AC_PROG_CC],
965                   [_AM_DEPENDENCIES([CC])],
966                   [m4_define([AC_PROG_CC],
967                              m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
968 AC_PROVIDE_IFELSE([AC_PROG_CXX],
969                   [_AM_DEPENDENCIES([CXX])],
970                   [m4_define([AC_PROG_CXX],
971                              m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
972 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
973                   [_AM_DEPENDENCIES([OBJC])],
974                   [m4_define([AC_PROG_OBJC],
975                              m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
976 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
977                   [_AM_DEPENDENCIES([OBJCXX])],
978                   [m4_define([AC_PROG_OBJCXX],
979                              m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
980 ])
981 AC_REQUIRE([AM_SILENT_RULES])dnl
982 dnl The testsuite driver may need to know about EXEEXT, so add the
983 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
984 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
985 AC_CONFIG_COMMANDS_PRE(dnl
986 [m4_provide_if([_AM_COMPILER_EXEEXT],
987   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
988
989 # POSIX will say in a future version that running "rm -f" with no argument
990 # is OK; and we want to be able to make that assumption in our Makefile
991 # recipes.  So use an aggressive probe to check that the usage we want is
992 # actually supported "in the wild" to an acceptable degree.
993 # See automake bug#10828.
994 # To make any issue more visible, cause the running configure to be aborted
995 # by default if the 'rm' program in use doesn't match our expectations; the
996 # user can still override this though.
997 if rm -f && rm -fr && rm -rf; then : OK; else
998   cat >&2 <<'END'
999 Oops!
1000
1001 Your 'rm' program seems unable to run without file operands specified
1002 on the command line, even when the '-f' option is present.  This is contrary
1003 to the behaviour of most rm programs out there, and not conforming with
1004 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1005
1006 Please tell bug-automake@gnu.org about your system, including the value
1007 of your $PATH and any error possibly output before this message.  This
1008 can help us improve future automake versions.
1009
1010 END
1011   if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1012     echo 'Configuration will proceed anyway, since you have set the' >&2
1013     echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1014     echo >&2
1015   else
1016     cat >&2 <<'END'
1017 Aborting the configuration process, to ensure you take notice of the issue.
1018
1019 You can download and install GNU coreutils to get an 'rm' implementation
1020 that behaves properly: <http://www.gnu.org/software/coreutils/>.
1021
1022 If you want to complete the configuration process using your problematic
1023 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1024 to "yes", and re-run configure.
1025
1026 END
1027     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1028   fi
1029 fi
1030 dnl The trailing newline in this macro's definition is deliberate, for
1031 dnl backward compatibility and to allow trailing 'dnl'-style comments
1032 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
1033 ])
1034
1035 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
1036 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
1037 dnl mangled by Autoconf and run in a shell conditional statement.
1038 m4_define([_AC_COMPILER_EXEEXT],
1039 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
1040
1041 # When config.status generates a header, we must update the stamp-h file.
1042 # This file resides in the same directory as the config header
1043 # that is generated.  The stamp files are numbered to have different names.
1044
1045 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
1046 # loop where config.status creates the headers, so we can generate
1047 # our stamp files there.
1048 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
1049 [# Compute $1's index in $config_headers.
1050 _am_arg=$1
1051 _am_stamp_count=1
1052 for _am_header in $config_headers :; do
1053   case $_am_header in
1054     $_am_arg | $_am_arg:* )
1055       break ;;
1056     * )
1057       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1058   esac
1059 done
1060 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1061
1062 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1063 #
1064 # This file is free software; the Free Software Foundation
1065 # gives unlimited permission to copy and/or distribute it,
1066 # with or without modifications, as long as this notice is preserved.
1067
1068 # AM_PROG_INSTALL_SH
1069 # ------------------
1070 # Define $install_sh.
1071 AC_DEFUN([AM_PROG_INSTALL_SH],
1072 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1073 if test x"${install_sh+set}" != xset; then
1074   case $am_aux_dir in
1075   *\ * | *\     *)
1076     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1077   *)
1078     install_sh="\${SHELL} $am_aux_dir/install-sh"
1079   esac
1080 fi
1081 AC_SUBST([install_sh])])
1082
1083 # Copyright (C) 2003-2017 Free Software Foundation, Inc.
1084 #
1085 # This file is free software; the Free Software Foundation
1086 # gives unlimited permission to copy and/or distribute it,
1087 # with or without modifications, as long as this notice is preserved.
1088
1089 # Check whether the underlying file-system supports filenames
1090 # with a leading dot.  For instance MS-DOS doesn't.
1091 AC_DEFUN([AM_SET_LEADING_DOT],
1092 [rm -rf .tst 2>/dev/null
1093 mkdir .tst 2>/dev/null
1094 if test -d .tst; then
1095   am__leading_dot=.
1096 else
1097   am__leading_dot=_
1098 fi
1099 rmdir .tst 2>/dev/null
1100 AC_SUBST([am__leading_dot])])
1101
1102 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
1103 # From Jim Meyering
1104
1105 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
1106 #
1107 # This file is free software; the Free Software Foundation
1108 # gives unlimited permission to copy and/or distribute it,
1109 # with or without modifications, as long as this notice is preserved.
1110
1111 # AM_MAINTAINER_MODE([DEFAULT-MODE])
1112 # ----------------------------------
1113 # Control maintainer-specific portions of Makefiles.
1114 # Default is to disable them, unless 'enable' is passed literally.
1115 # For symmetry, 'disable' may be passed as well.  Anyway, the user
1116 # can override the default with the --enable/--disable switch.
1117 AC_DEFUN([AM_MAINTAINER_MODE],
1118 [m4_case(m4_default([$1], [disable]),
1119        [enable], [m4_define([am_maintainer_other], [disable])],
1120        [disable], [m4_define([am_maintainer_other], [enable])],
1121        [m4_define([am_maintainer_other], [enable])
1122         m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
1123 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
1124   dnl maintainer-mode's default is 'disable' unless 'enable' is passed
1125   AC_ARG_ENABLE([maintainer-mode],
1126     [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1127       am_maintainer_other[ make rules and dependencies not useful
1128       (and sometimes confusing) to the casual installer])],
1129     [USE_MAINTAINER_MODE=$enableval],
1130     [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
1131   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1132   AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1133   MAINT=$MAINTAINER_MODE_TRUE
1134   AC_SUBST([MAINT])dnl
1135 ]
1136 )
1137
1138 # Check to see how 'make' treats includes.                  -*- Autoconf -*-
1139
1140 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1141 #
1142 # This file is free software; the Free Software Foundation
1143 # gives unlimited permission to copy and/or distribute it,
1144 # with or without modifications, as long as this notice is preserved.
1145
1146 # AM_MAKE_INCLUDE()
1147 # -----------------
1148 # Check to see how make treats includes.
1149 AC_DEFUN([AM_MAKE_INCLUDE],
1150 [am_make=${MAKE-make}
1151 cat > confinc << 'END'
1152 am__doit:
1153         @echo this is the am__doit target
1154 .PHONY: am__doit
1155 END
1156 # If we don't find an include directive, just comment out the code.
1157 AC_MSG_CHECKING([for style of include used by $am_make])
1158 am__include="#"
1159 am__quote=
1160 _am_result=none
1161 # First try GNU make style include.
1162 echo "include confinc" > confmf
1163 # Ignore all kinds of additional output from 'make'.
1164 case `$am_make -s -f confmf 2> /dev/null` in #(
1165 *the\ am__doit\ target*)
1166   am__include=include
1167   am__quote=
1168   _am_result=GNU
1169   ;;
1170 esac
1171 # Now try BSD make style include.
1172 if test "$am__include" = "#"; then
1173    echo '.include "confinc"' > confmf
1174    case `$am_make -s -f confmf 2> /dev/null` in #(
1175    *the\ am__doit\ target*)
1176      am__include=.include
1177      am__quote="\""
1178      _am_result=BSD
1179      ;;
1180    esac
1181 fi
1182 AC_SUBST([am__include])
1183 AC_SUBST([am__quote])
1184 AC_MSG_RESULT([$_am_result])
1185 rm -f confinc confmf
1186 ])
1187
1188 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
1189
1190 # Copyright (C) 1997-2017 Free Software Foundation, Inc.
1191 #
1192 # This file is free software; the Free Software Foundation
1193 # gives unlimited permission to copy and/or distribute it,
1194 # with or without modifications, as long as this notice is preserved.
1195
1196 # AM_MISSING_PROG(NAME, PROGRAM)
1197 # ------------------------------
1198 AC_DEFUN([AM_MISSING_PROG],
1199 [AC_REQUIRE([AM_MISSING_HAS_RUN])
1200 $1=${$1-"${am_missing_run}$2"}
1201 AC_SUBST($1)])
1202
1203 # AM_MISSING_HAS_RUN
1204 # ------------------
1205 # Define MISSING if not defined so far and test if it is modern enough.
1206 # If it is, set am_missing_run to use it, otherwise, to nothing.
1207 AC_DEFUN([AM_MISSING_HAS_RUN],
1208 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1209 AC_REQUIRE_AUX_FILE([missing])dnl
1210 if test x"${MISSING+set}" != xset; then
1211   case $am_aux_dir in
1212   *\ * | *\     *)
1213     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1214   *)
1215     MISSING="\${SHELL} $am_aux_dir/missing" ;;
1216   esac
1217 fi
1218 # Use eval to expand $SHELL
1219 if eval "$MISSING --is-lightweight"; then
1220   am_missing_run="$MISSING "
1221 else
1222   am_missing_run=
1223   AC_MSG_WARN(['missing' script is too old or missing])
1224 fi
1225 ])
1226
1227 #  -*- Autoconf -*-
1228 # Obsolete and "removed" macros, that must however still report explicit
1229 # error messages when used, to smooth transition.
1230 #
1231 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
1232 #
1233 # This file is free software; the Free Software Foundation
1234 # gives unlimited permission to copy and/or distribute it,
1235 # with or without modifications, as long as this notice is preserved.
1236
1237 AC_DEFUN([AM_CONFIG_HEADER],
1238 [AC_DIAGNOSE([obsolete],
1239 ['$0': this macro is obsolete.
1240 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
1241 AC_CONFIG_HEADERS($@)])
1242
1243 AC_DEFUN([AM_PROG_CC_STDC],
1244 [AC_PROG_CC
1245 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
1246 AC_DIAGNOSE([obsolete],
1247 ['$0': this macro is obsolete.
1248 You should simply use the 'AC][_PROG_CC' macro instead.
1249 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
1250 but upon 'ac_cv_prog_cc_stdc'.])])
1251
1252 AC_DEFUN([AM_C_PROTOTYPES],
1253          [AC_FATAL([automatic de-ANSI-fication support has been removed])])
1254 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
1255
1256 # Helper functions for option handling.                     -*- Autoconf -*-
1257
1258 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1259 #
1260 # This file is free software; the Free Software Foundation
1261 # gives unlimited permission to copy and/or distribute it,
1262 # with or without modifications, as long as this notice is preserved.
1263
1264 # _AM_MANGLE_OPTION(NAME)
1265 # -----------------------
1266 AC_DEFUN([_AM_MANGLE_OPTION],
1267 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1268
1269 # _AM_SET_OPTION(NAME)
1270 # --------------------
1271 # Set option NAME.  Presently that only means defining a flag for this option.
1272 AC_DEFUN([_AM_SET_OPTION],
1273 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1274
1275 # _AM_SET_OPTIONS(OPTIONS)
1276 # ------------------------
1277 # OPTIONS is a space-separated list of Automake options.
1278 AC_DEFUN([_AM_SET_OPTIONS],
1279 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1280
1281 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1282 # -------------------------------------------
1283 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1284 AC_DEFUN([_AM_IF_OPTION],
1285 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1286
1287 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
1288 #
1289 # This file is free software; the Free Software Foundation
1290 # gives unlimited permission to copy and/or distribute it,
1291 # with or without modifications, as long as this notice is preserved.
1292
1293 # _AM_PROG_CC_C_O
1294 # ---------------
1295 # Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
1296 # to automatically call this.
1297 AC_DEFUN([_AM_PROG_CC_C_O],
1298 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1299 AC_REQUIRE_AUX_FILE([compile])dnl
1300 AC_LANG_PUSH([C])dnl
1301 AC_CACHE_CHECK(
1302   [whether $CC understands -c and -o together],
1303   [am_cv_prog_cc_c_o],
1304   [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1305   # Make sure it works both with $CC and with simple cc.
1306   # Following AC_PROG_CC_C_O, we do the test twice because some
1307   # compilers refuse to overwrite an existing .o file with -o,
1308   # though they will create one.
1309   am_cv_prog_cc_c_o=yes
1310   for am_i in 1 2; do
1311     if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1312          && test -f conftest2.$ac_objext; then
1313       : OK
1314     else
1315       am_cv_prog_cc_c_o=no
1316       break
1317     fi
1318   done
1319   rm -f core conftest*
1320   unset am_i])
1321 if test "$am_cv_prog_cc_c_o" != yes; then
1322    # Losing compiler, so override with the script.
1323    # FIXME: It is wrong to rewrite CC.
1324    # But if we don't then we get into trouble of one sort or another.
1325    # A longer-term fix would be to have automake use am__CC in this case,
1326    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1327    CC="$am_aux_dir/compile $CC"
1328 fi
1329 AC_LANG_POP([C])])
1330
1331 # For backward compatibility.
1332 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1333
1334 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
1335
1336 # Copyright (C) 1996-2017 Free Software Foundation, Inc.
1337 #
1338 # This file is free software; the Free Software Foundation
1339 # gives unlimited permission to copy and/or distribute it,
1340 # with or without modifications, as long as this notice is preserved.
1341
1342 # AM_SANITY_CHECK
1343 # ---------------
1344 AC_DEFUN([AM_SANITY_CHECK],
1345 [AC_MSG_CHECKING([whether build environment is sane])
1346 # Reject unsafe characters in $srcdir or the absolute working directory
1347 # name.  Accept space and tab only in the latter.
1348 am_lf='
1349 '
1350 case `pwd` in
1351   *[[\\\"\#\$\&\'\`$am_lf]]*)
1352     AC_MSG_ERROR([unsafe absolute working directory name]);;
1353 esac
1354 case $srcdir in
1355   *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
1356     AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1357 esac
1358
1359 # Do 'set' in a subshell so we don't clobber the current shell's
1360 # arguments.  Must try -L first in case configure is actually a
1361 # symlink; some systems play weird games with the mod time of symlinks
1362 # (eg FreeBSD returns the mod time of the symlink's containing
1363 # directory).
1364 if (
1365    am_has_slept=no
1366    for am_try in 1 2; do
1367      echo "timestamp, slept: $am_has_slept" > conftest.file
1368      set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1369      if test "$[*]" = "X"; then
1370         # -L didn't work.
1371         set X `ls -t "$srcdir/configure" conftest.file`
1372      fi
1373      if test "$[*]" != "X $srcdir/configure conftest.file" \
1374         && test "$[*]" != "X conftest.file $srcdir/configure"; then
1375
1376         # If neither matched, then we have a broken ls.  This can happen
1377         # if, for instance, CONFIG_SHELL is bash and it inherits a
1378         # broken ls alias from the environment.  This has actually
1379         # happened.  Such a system could not be considered "sane".
1380         AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1381   alias in your environment])
1382      fi
1383      if test "$[2]" = conftest.file || test $am_try -eq 2; then
1384        break
1385      fi
1386      # Just in case.
1387      sleep 1
1388      am_has_slept=yes
1389    done
1390    test "$[2]" = conftest.file
1391    )
1392 then
1393    # Ok.
1394    :
1395 else
1396    AC_MSG_ERROR([newly created file is older than distributed files!
1397 Check your system clock])
1398 fi
1399 AC_MSG_RESULT([yes])
1400 # If we didn't sleep, we still need to ensure time stamps of config.status and
1401 # generated files are strictly newer.
1402 am_sleep_pid=
1403 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1404   ( sleep 1 ) &
1405   am_sleep_pid=$!
1406 fi
1407 AC_CONFIG_COMMANDS_PRE(
1408   [AC_MSG_CHECKING([that generated files are newer than configure])
1409    if test -n "$am_sleep_pid"; then
1410      # Hide warnings about reused PIDs.
1411      wait $am_sleep_pid 2>/dev/null
1412    fi
1413    AC_MSG_RESULT([done])])
1414 rm -f conftest.file
1415 ])
1416
1417 # Copyright (C) 2009-2017 Free Software Foundation, Inc.
1418 #
1419 # This file is free software; the Free Software Foundation
1420 # gives unlimited permission to copy and/or distribute it,
1421 # with or without modifications, as long as this notice is preserved.
1422
1423 # AM_SILENT_RULES([DEFAULT])
1424 # --------------------------
1425 # Enable less verbose build rules; with the default set to DEFAULT
1426 # ("yes" being less verbose, "no" or empty being verbose).
1427 AC_DEFUN([AM_SILENT_RULES],
1428 [AC_ARG_ENABLE([silent-rules], [dnl
1429 AS_HELP_STRING(
1430   [--enable-silent-rules],
1431   [less verbose build output (undo: "make V=1")])
1432 AS_HELP_STRING(
1433   [--disable-silent-rules],
1434   [verbose build output (undo: "make V=0")])dnl
1435 ])
1436 case $enable_silent_rules in @%:@ (((
1437   yes) AM_DEFAULT_VERBOSITY=0;;
1438    no) AM_DEFAULT_VERBOSITY=1;;
1439     *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1440 esac
1441 dnl
1442 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1443 dnl do not support nested variable expansions.
1444 dnl See automake bug#9928 and bug#10237.
1445 am_make=${MAKE-make}
1446 AC_CACHE_CHECK([whether $am_make supports nested variables],
1447    [am_cv_make_support_nested_variables],
1448    [if AS_ECHO([['TRUE=$(BAR$(V))
1449 BAR0=false
1450 BAR1=true
1451 V=1
1452 am__doit:
1453         @$(TRUE)
1454 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1455   am_cv_make_support_nested_variables=yes
1456 else
1457   am_cv_make_support_nested_variables=no
1458 fi])
1459 if test $am_cv_make_support_nested_variables = yes; then
1460   dnl Using '$V' instead of '$(V)' breaks IRIX make.
1461   AM_V='$(V)'
1462   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1463 else
1464   AM_V=$AM_DEFAULT_VERBOSITY
1465   AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1466 fi
1467 AC_SUBST([AM_V])dnl
1468 AM_SUBST_NOTMAKE([AM_V])dnl
1469 AC_SUBST([AM_DEFAULT_V])dnl
1470 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1471 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1472 AM_BACKSLASH='\'
1473 AC_SUBST([AM_BACKSLASH])dnl
1474 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1475 ])
1476
1477 # Copyright (C) 2001-2017 Free Software Foundation, Inc.
1478 #
1479 # This file is free software; the Free Software Foundation
1480 # gives unlimited permission to copy and/or distribute it,
1481 # with or without modifications, as long as this notice is preserved.
1482
1483 # AM_PROG_INSTALL_STRIP
1484 # ---------------------
1485 # One issue with vendor 'install' (even GNU) is that you can't
1486 # specify the program used to strip binaries.  This is especially
1487 # annoying in cross-compiling environments, where the build's strip
1488 # is unlikely to handle the host's binaries.
1489 # Fortunately install-sh will honor a STRIPPROG variable, so we
1490 # always use install-sh in "make install-strip", and initialize
1491 # STRIPPROG with the value of the STRIP variable (set by the user).
1492 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1493 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1494 # Installed binaries are usually stripped using 'strip' when the user
1495 # run "make install-strip".  However 'strip' might not be the right
1496 # tool to use in cross-compilation environments, therefore Automake
1497 # will honor the 'STRIP' environment variable to overrule this program.
1498 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1499 if test "$cross_compiling" != no; then
1500   AC_CHECK_TOOL([STRIP], [strip], :)
1501 fi
1502 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1503 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1504
1505 # Copyright (C) 2006-2017 Free Software Foundation, Inc.
1506 #
1507 # This file is free software; the Free Software Foundation
1508 # gives unlimited permission to copy and/or distribute it,
1509 # with or without modifications, as long as this notice is preserved.
1510
1511 # _AM_SUBST_NOTMAKE(VARIABLE)
1512 # ---------------------------
1513 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1514 # This macro is traced by Automake.
1515 AC_DEFUN([_AM_SUBST_NOTMAKE])
1516
1517 # AM_SUBST_NOTMAKE(VARIABLE)
1518 # --------------------------
1519 # Public sister of _AM_SUBST_NOTMAKE.
1520 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1521
1522 # Check how to create a tarball.                            -*- Autoconf -*-
1523
1524 # Copyright (C) 2004-2017 Free Software Foundation, Inc.
1525 #
1526 # This file is free software; the Free Software Foundation
1527 # gives unlimited permission to copy and/or distribute it,
1528 # with or without modifications, as long as this notice is preserved.
1529
1530 # _AM_PROG_TAR(FORMAT)
1531 # --------------------
1532 # Check how to create a tarball in format FORMAT.
1533 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1534 #
1535 # Substitute a variable $(am__tar) that is a command
1536 # writing to stdout a FORMAT-tarball containing the directory
1537 # $tardir.
1538 #     tardir=directory && $(am__tar) > result.tar
1539 #
1540 # Substitute a variable $(am__untar) that extract such
1541 # a tarball read from stdin.
1542 #     $(am__untar) < result.tar
1543 #
1544 AC_DEFUN([_AM_PROG_TAR],
1545 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1546 # in the wild :-(  We should find a proper way to deprecate it ...
1547 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1548
1549 # We'll loop over all known methods to create a tar archive until one works.
1550 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1551
1552 m4_if([$1], [v7],
1553   [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1554
1555   [m4_case([$1],
1556     [ustar],
1557      [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1558       # There is notably a 21 bits limit for the UID and the GID.  In fact,
1559       # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1560       # and bug#13588).
1561       am_max_uid=2097151 # 2^21 - 1
1562       am_max_gid=$am_max_uid
1563       # The $UID and $GID variables are not portable, so we need to resort
1564       # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1565       # below are definitely unexpected, so allow the users to see them
1566       # (that is, avoid stderr redirection).
1567       am_uid=`id -u || echo unknown`
1568       am_gid=`id -g || echo unknown`
1569       AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1570       if test $am_uid -le $am_max_uid; then
1571          AC_MSG_RESULT([yes])
1572       else
1573          AC_MSG_RESULT([no])
1574          _am_tools=none
1575       fi
1576       AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1577       if test $am_gid -le $am_max_gid; then
1578          AC_MSG_RESULT([yes])
1579       else
1580         AC_MSG_RESULT([no])
1581         _am_tools=none
1582       fi],
1583
1584   [pax],
1585     [],
1586
1587   [m4_fatal([Unknown tar format])])
1588
1589   AC_MSG_CHECKING([how to create a $1 tar archive])
1590
1591   # Go ahead even if we have the value already cached.  We do so because we
1592   # need to set the values for the 'am__tar' and 'am__untar' variables.
1593   _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1594
1595   for _am_tool in $_am_tools; do
1596     case $_am_tool in
1597     gnutar)
1598       for _am_tar in tar gnutar gtar; do
1599         AM_RUN_LOG([$_am_tar --version]) && break
1600       done
1601       am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1602       am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1603       am__untar="$_am_tar -xf -"
1604       ;;
1605     plaintar)
1606       # Must skip GNU tar: if it does not support --format= it doesn't create
1607       # ustar tarball either.
1608       (tar --version) >/dev/null 2>&1 && continue
1609       am__tar='tar chf - "$$tardir"'
1610       am__tar_='tar chf - "$tardir"'
1611       am__untar='tar xf -'
1612       ;;
1613     pax)
1614       am__tar='pax -L -x $1 -w "$$tardir"'
1615       am__tar_='pax -L -x $1 -w "$tardir"'
1616       am__untar='pax -r'
1617       ;;
1618     cpio)
1619       am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1620       am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1621       am__untar='cpio -i -H $1 -d'
1622       ;;
1623     none)
1624       am__tar=false
1625       am__tar_=false
1626       am__untar=false
1627       ;;
1628     esac
1629
1630     # If the value was cached, stop now.  We just wanted to have am__tar
1631     # and am__untar set.
1632     test -n "${am_cv_prog_tar_$1}" && break
1633
1634     # tar/untar a dummy directory, and stop if the command works.
1635     rm -rf conftest.dir
1636     mkdir conftest.dir
1637     echo GrepMe > conftest.dir/file
1638     AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1639     rm -rf conftest.dir
1640     if test -s conftest.tar; then
1641       AM_RUN_LOG([$am__untar <conftest.tar])
1642       AM_RUN_LOG([cat conftest.dir/file])
1643       grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1644     fi
1645   done
1646   rm -rf conftest.dir
1647
1648   AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1649   AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1650
1651 AC_SUBST([am__tar])
1652 AC_SUBST([am__untar])
1653 ]) # _AM_PROG_TAR
1654
1655 m4_include([import/m4/00gnulib.m4])
1656 m4_include([import/m4/__inline.m4])
1657 m4_include([import/m4/absolute-header.m4])
1658 m4_include([import/m4/alloca.m4])
1659 m4_include([import/m4/builtin-expect.m4])
1660 m4_include([import/m4/canonicalize.m4])
1661 m4_include([import/m4/chdir-long.m4])
1662 m4_include([import/m4/close.m4])
1663 m4_include([import/m4/closedir.m4])
1664 m4_include([import/m4/codeset.m4])
1665 m4_include([import/m4/d-ino.m4])
1666 m4_include([import/m4/d-type.m4])
1667 m4_include([import/m4/dirent_h.m4])
1668 m4_include([import/m4/dirfd.m4])
1669 m4_include([import/m4/dirname.m4])
1670 m4_include([import/m4/double-slash-root.m4])
1671 m4_include([import/m4/dup.m4])
1672 m4_include([import/m4/dup2.m4])
1673 m4_include([import/m4/eealloc.m4])
1674 m4_include([import/m4/environ.m4])
1675 m4_include([import/m4/errno_h.m4])
1676 m4_include([import/m4/error.m4])
1677 m4_include([import/m4/exponentd.m4])
1678 m4_include([import/m4/exponentl.m4])
1679 m4_include([import/m4/extensions.m4])
1680 m4_include([import/m4/extern-inline.m4])
1681 m4_include([import/m4/fchdir.m4])
1682 m4_include([import/m4/fcntl-o.m4])
1683 m4_include([import/m4/fcntl.m4])
1684 m4_include([import/m4/fcntl_h.m4])
1685 m4_include([import/m4/fdopendir.m4])
1686 m4_include([import/m4/filenamecat.m4])
1687 m4_include([import/m4/flexmember.m4])
1688 m4_include([import/m4/float_h.m4])
1689 m4_include([import/m4/fnmatch.m4])
1690 m4_include([import/m4/fnmatch_h.m4])
1691 m4_include([import/m4/fpieee.m4])
1692 m4_include([import/m4/frexp.m4])
1693 m4_include([import/m4/frexpl.m4])
1694 m4_include([import/m4/fstat.m4])
1695 m4_include([import/m4/fstatat.m4])
1696 m4_include([import/m4/getcwd-abort-bug.m4])
1697 m4_include([import/m4/getcwd-path-max.m4])
1698 m4_include([import/m4/getcwd.m4])
1699 m4_include([import/m4/getdtablesize.m4])
1700 m4_include([import/m4/getlogin.m4])
1701 m4_include([import/m4/getlogin_r.m4])
1702 m4_include([import/m4/getpagesize.m4])
1703 m4_include([import/m4/getprogname.m4])
1704 m4_include([import/m4/gettimeofday.m4])
1705 m4_include([import/m4/glob.m4])
1706 m4_include([import/m4/glob_h.m4])
1707 m4_include([import/m4/gnulib-common.m4])
1708 m4_include([import/m4/gnulib-comp.m4])
1709 m4_include([import/m4/include_next.m4])
1710 m4_include([import/m4/inttypes-pri.m4])
1711 m4_include([import/m4/inttypes.m4])
1712 m4_include([import/m4/isnand.m4])
1713 m4_include([import/m4/isnanl.m4])
1714 m4_include([import/m4/largefile.m4])
1715 m4_include([import/m4/limits-h.m4])
1716 m4_include([import/m4/localcharset.m4])
1717 m4_include([import/m4/locale-fr.m4])
1718 m4_include([import/m4/locale-ja.m4])
1719 m4_include([import/m4/locale-zh.m4])
1720 m4_include([import/m4/localtime-buffer.m4])
1721 m4_include([import/m4/longlong.m4])
1722 m4_include([import/m4/lstat.m4])
1723 m4_include([import/m4/malloc.m4])
1724 m4_include([import/m4/malloca.m4])
1725 m4_include([import/m4/math_h.m4])
1726 m4_include([import/m4/mbrtowc.m4])
1727 m4_include([import/m4/mbsinit.m4])
1728 m4_include([import/m4/mbsrtowcs.m4])
1729 m4_include([import/m4/mbstate_t.m4])
1730 m4_include([import/m4/memchr.m4])
1731 m4_include([import/m4/memmem.m4])
1732 m4_include([import/m4/mempcpy.m4])
1733 m4_include([import/m4/memrchr.m4])
1734 m4_include([import/m4/mkdir.m4])
1735 m4_include([import/m4/mkstemp.m4])
1736 m4_include([import/m4/mmap-anon.m4])
1737 m4_include([import/m4/mode_t.m4])
1738 m4_include([import/m4/msvc-inval.m4])
1739 m4_include([import/m4/msvc-nothrow.m4])
1740 m4_include([import/m4/multiarch.m4])
1741 m4_include([import/m4/nocrash.m4])
1742 m4_include([import/m4/off_t.m4])
1743 m4_include([import/m4/onceonly.m4])
1744 m4_include([import/m4/open-cloexec.m4])
1745 m4_include([import/m4/open.m4])
1746 m4_include([import/m4/openat.m4])
1747 m4_include([import/m4/opendir.m4])
1748 m4_include([import/m4/pathmax.m4])
1749 m4_include([import/m4/rawmemchr.m4])
1750 m4_include([import/m4/readdir.m4])
1751 m4_include([import/m4/readlink.m4])
1752 m4_include([import/m4/realloc.m4])
1753 m4_include([import/m4/rename.m4])
1754 m4_include([import/m4/rewinddir.m4])
1755 m4_include([import/m4/rmdir.m4])
1756 m4_include([import/m4/save-cwd.m4])
1757 m4_include([import/m4/setenv.m4])
1758 m4_include([import/m4/signal_h.m4])
1759 m4_include([import/m4/ssize_t.m4])
1760 m4_include([import/m4/stat-time.m4])
1761 m4_include([import/m4/stat.m4])
1762 m4_include([import/m4/std-gnu11.m4])
1763 m4_include([import/m4/stdbool.m4])
1764 m4_include([import/m4/stddef_h.m4])
1765 m4_include([import/m4/stdint.m4])
1766 m4_include([import/m4/stdio_h.m4])
1767 m4_include([import/m4/stdlib_h.m4])
1768 m4_include([import/m4/strchrnul.m4])
1769 m4_include([import/m4/strdup.m4])
1770 m4_include([import/m4/strerror.m4])
1771 m4_include([import/m4/string_h.m4])
1772 m4_include([import/m4/strstr.m4])
1773 m4_include([import/m4/strtok_r.m4])
1774 m4_include([import/m4/sys_socket_h.m4])
1775 m4_include([import/m4/sys_stat_h.m4])
1776 m4_include([import/m4/sys_time_h.m4])
1777 m4_include([import/m4/sys_types_h.m4])
1778 m4_include([import/m4/tempname.m4])
1779 m4_include([import/m4/time_h.m4])
1780 m4_include([import/m4/unistd-safer.m4])
1781 m4_include([import/m4/unistd_h.m4])
1782 m4_include([import/m4/warn-on-use.m4])
1783 m4_include([import/m4/wchar_h.m4])
1784 m4_include([import/m4/wchar_t.m4])
1785 m4_include([import/m4/wctype_h.m4])
1786 m4_include([import/m4/wint_t.m4])