Bump to autoconf 2.69 and automake 1.15.1
[deliverable/binutils-gdb.git] / gdb / gnulib / aclocal.m4
CommitLineData
d0ac1c44
SM
1# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
2
3# Copyright (C) 1996-2017 Free Software Foundation, Inc.
c971b7fa 4
c971b7fa
PA
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
d0ac1c44 14m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
c971b7fa
PA
15m4_ifndef([AC_AUTOCONF_VERSION],
16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
d0ac1c44
SM
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18[m4_warning([this file was generated for autoconf 2.69.
c971b7fa
PA
19You have another version of autoconf. It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.
d0ac1c44
SM
21To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
23# po.m4 serial 24 (gettext-0.19)
24dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc.
25dnl This file is free software; the Free Software Foundation
26dnl gives unlimited permission to copy and/or distribute it,
27dnl with or without modifications, as long as this notice is preserved.
28dnl
29dnl This file can be used in projects which are not available under
30dnl the GNU General Public License or the GNU Library General Public
31dnl License but which still want to provide support for the GNU gettext
32dnl functionality.
33dnl Please note that the actual code of the GNU gettext library is covered
34dnl by the GNU Library General Public License, and the rest of the GNU
35dnl gettext package is covered by the GNU General Public License.
36dnl They are *not* in the public domain.
37
38dnl Authors:
39dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
40dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
41
42AC_PREREQ([2.60])
43
44dnl Checks for all prerequisites of the po subdirectory.
45AC_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.
70changequote(,)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
75changequote([,])dnl
76 AC_SUBST([MSGFMT_015])
77changequote(,)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
82changequote([,])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.
96changequote(,)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
101changequote([,])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])
c971b7fa 240
d0ac1c44
SM
241dnl Postprocesses a Makefile in a directory containing PO files.
242AC_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
250changequote(,)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$*
274EOT
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.
284x
285s/P/P/
286x
287ta
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}
294bd
295:a
296# Here we are processing a line from the variable definition.
297# Remove comment, more precisely replace it with a space.
298s/#.*$/ /
299# See if the line ends in a backslash.
300tb
301:b
302s/\\$//
303# Print the line, without the trailing backslash.
304p
305tc
306# There was no trailing backslash. The end of the variable definition is
307# reached. Clear the hold space.
308s/^.*$//
309x
310bd
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.
314s/^.*$/P/
315x
316:d
317'
318changequote([,])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; }
442EOF
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; }
453EOF
454 done
455 fi
456 if test -n "$POMAKEFILEDEPS"; then
457 cat >> "$ac_file.tmp" <<EOF
458Makefile: $POMAKEFILEDEPS
459EOF
460 fi
461 mv "$ac_file.tmp" "$ac_file"
462])
463
464dnl Initializes the accumulator used by AM_XGETTEXT_OPTION.
465AC_DEFUN([AM_XGETTEXT_OPTION_INIT],
466[
467 XGETTEXT_EXTRA_OPTIONS=
468])
469
470dnl Registers an option to be passed to xgettext in the po subdirectory.
471AC_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.
c971b7fa
PA
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.)
488AC_DEFUN([AM_AUTOMAKE_VERSION],
d0ac1c44 489[am__api_version='1.15'
c971b7fa
PA
490dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
491dnl require some minimum version. Point them to the right macro.
d0ac1c44 492m4_if([$1], [1.15.1], [],
c971b7fa
PA
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.
501m4_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.
507AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
d0ac1c44 508[AM_AUTOMAKE_VERSION([1.15.1])dnl
c971b7fa
PA
509m4_ifndef([AC_AUTOCONF_VERSION],
510 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
511_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
512
d0ac1c44
SM
513# Copyright (C) 2011-2017 Free Software Foundation, Inc.
514#
515# This file is free software; the Free Software Foundation
516# gives unlimited permission to copy and/or distribute it,
517# with or without modifications, as long as this notice is preserved.
518
519# AM_PROG_AR([ACT-IF-FAIL])
520# -------------------------
521# Try to determine the archiver interface, and trigger the ar-lib wrapper
522# if it is needed. If the detection of archiver interface fails, run
523# ACT-IF-FAIL (default is to abort configure with a proper error message).
524AC_DEFUN([AM_PROG_AR],
525[AC_BEFORE([$0], [LT_INIT])dnl
526AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl
527AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
528AC_REQUIRE_AUX_FILE([ar-lib])dnl
529AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
530: ${AR=ar}
531
532AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
533 [AC_LANG_PUSH([C])
534 am_cv_ar_interface=ar
535 AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])],
536 [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
537 AC_TRY_EVAL([am_ar_try])
538 if test "$ac_status" -eq 0; then
539 am_cv_ar_interface=ar
540 else
541 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
542 AC_TRY_EVAL([am_ar_try])
543 if test "$ac_status" -eq 0; then
544 am_cv_ar_interface=lib
545 else
546 am_cv_ar_interface=unknown
547 fi
548 fi
549 rm -f conftest.lib libconftest.a
550 ])
551 AC_LANG_POP([C])])
552
553case $am_cv_ar_interface in
554ar)
555 ;;
556lib)
557 # Microsoft lib, so override with the ar-lib wrapper script.
558 # FIXME: It is wrong to rewrite AR.
559 # But if we don't then we get into trouble of one sort or another.
560 # A longer-term fix would be to have automake use am__AR in this case,
561 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
562 # similar.
563 AR="$am_aux_dir/ar-lib $AR"
564 ;;
565unknown)
566 m4_default([$1],
567 [AC_MSG_ERROR([could not determine $AR interface])])
568 ;;
569esac
570AC_SUBST([AR])dnl
571])
572
c971b7fa
PA
573# AM_AUX_DIR_EXPAND -*- Autoconf -*-
574
d0ac1c44 575# Copyright (C) 2001-2017 Free Software Foundation, Inc.
c971b7fa
PA
576#
577# This file is free software; the Free Software Foundation
578# gives unlimited permission to copy and/or distribute it,
579# with or without modifications, as long as this notice is preserved.
580
581# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
d0ac1c44
SM
582# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
583# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
c971b7fa
PA
584#
585# Of course, Automake must honor this variable whenever it calls a
586# tool from the auxiliary directory. The problem is that $srcdir (and
587# therefore $ac_aux_dir as well) can be either absolute or relative,
588# depending on how configure is run. This is pretty annoying, since
589# it makes $ac_aux_dir quite unusable in subdirectories: in the top
590# source directory, any form will work fine, but in subdirectories a
591# relative path needs to be adjusted first.
592#
593# $ac_aux_dir/missing
594# fails when called from a subdirectory if $ac_aux_dir is relative
595# $top_srcdir/$ac_aux_dir/missing
596# fails if $ac_aux_dir is absolute,
597# fails when called from a subdirectory in a VPATH build with
598# a relative $ac_aux_dir
599#
600# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
601# are both prefixed by $srcdir. In an in-source build this is usually
d0ac1c44 602# harmless because $srcdir is '.', but things will broke when you
c971b7fa
PA
603# start a VPATH build or use an absolute $srcdir.
604#
605# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
606# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
607# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
608# and then we would define $MISSING as
609# MISSING="\${SHELL} $am_aux_dir/missing"
610# This will work as long as MISSING is not called from configure, because
611# unfortunately $(top_srcdir) has no meaning in configure.
612# However there are other variables, like CC, which are often used in
613# configure, and could therefore not use this "fixed" $ac_aux_dir.
614#
615# Another solution, used here, is to always expand $ac_aux_dir to an
616# absolute PATH. The drawback is that using absolute paths prevent a
617# configured tree to be moved without reconfiguration.
618
619AC_DEFUN([AM_AUX_DIR_EXPAND],
d0ac1c44
SM
620[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
621# Expand $ac_aux_dir to an absolute path.
622am_aux_dir=`cd "$ac_aux_dir" && pwd`
c971b7fa 623])
c971b7fa
PA
624
625# AM_CONDITIONAL -*- Autoconf -*-
626
d0ac1c44 627# Copyright (C) 1997-2017 Free Software Foundation, Inc.
c971b7fa
PA
628#
629# This file is free software; the Free Software Foundation
630# gives unlimited permission to copy and/or distribute it,
631# with or without modifications, as long as this notice is preserved.
632
c971b7fa
PA
633# AM_CONDITIONAL(NAME, SHELL-CONDITION)
634# -------------------------------------
635# Define a conditional.
636AC_DEFUN([AM_CONDITIONAL],
d0ac1c44
SM
637[AC_PREREQ([2.52])dnl
638 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
639 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
c971b7fa
PA
640AC_SUBST([$1_TRUE])dnl
641AC_SUBST([$1_FALSE])dnl
642_AM_SUBST_NOTMAKE([$1_TRUE])dnl
643_AM_SUBST_NOTMAKE([$1_FALSE])dnl
644m4_define([_AM_COND_VALUE_$1], [$2])dnl
645if $2; then
646 $1_TRUE=
647 $1_FALSE='#'
648else
649 $1_TRUE='#'
650 $1_FALSE=
651fi
652AC_CONFIG_COMMANDS_PRE(
653[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
654 AC_MSG_ERROR([[conditional "$1" was never defined.
655Usually this means the macro was only invoked conditionally.]])
656fi])])
657
d0ac1c44 658# Copyright (C) 1999-2017 Free Software Foundation, Inc.
c971b7fa
PA
659#
660# This file is free software; the Free Software Foundation
661# gives unlimited permission to copy and/or distribute it,
662# with or without modifications, as long as this notice is preserved.
663
c971b7fa 664
d0ac1c44 665# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
c971b7fa
PA
666# written in clear, in which case automake, when reading aclocal.m4,
667# will think it sees a *use*, and therefore will trigger all it's
668# C support machinery. Also note that it means that autoscan, seeing
669# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
670
671
672# _AM_DEPENDENCIES(NAME)
673# ----------------------
674# See how the compiler implements dependency checking.
d0ac1c44 675# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
c971b7fa
PA
676# We try a few techniques and use that to set a single cache variable.
677#
678# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
679# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
680# dependency, and given that the user is not expected to run this macro,
681# just rely on AC_PROG_CC.
682AC_DEFUN([_AM_DEPENDENCIES],
683[AC_REQUIRE([AM_SET_DEPDIR])dnl
684AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
685AC_REQUIRE([AM_MAKE_INCLUDE])dnl
686AC_REQUIRE([AM_DEP_TRACK])dnl
687
d0ac1c44
SM
688m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
689 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
690 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
691 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
692 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
693 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
694 [depcc="$$1" am_compiler_list=])
c971b7fa
PA
695
696AC_CACHE_CHECK([dependency style of $depcc],
697 [am_cv_$1_dependencies_compiler_type],
698[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
699 # We make a subdir and do the tests there. Otherwise we can end up
700 # making bogus files that we don't know about and never remove. For
701 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
702 # making a dummy file named 'D' -- because '-MD' means "put the output
703 # in D".
704 rm -rf conftest.dir
c971b7fa
PA
705 mkdir conftest.dir
706 # Copy depcomp to subdir because otherwise we won't find it if we're
707 # using a relative directory.
708 cp "$am_depcomp" conftest.dir
709 cd conftest.dir
710 # We will build objects and dependencies in a subdirectory because
711 # it helps to detect inapplicable dependency modes. For instance
712 # both Tru64's cc and ICC support -MD to output dependencies as a
713 # side effect of compilation, but ICC will put the dependencies in
714 # the current directory while Tru64 will put them in the object
715 # directory.
716 mkdir sub
717
718 am_cv_$1_dependencies_compiler_type=none
719 if test "$am_compiler_list" = ""; then
720 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
721 fi
722 am__universal=false
723 m4_case([$1], [CC],
724 [case " $depcc " in #(
725 *\ -arch\ *\ -arch\ *) am__universal=true ;;
726 esac],
727 [CXX],
728 [case " $depcc " in #(
729 *\ -arch\ *\ -arch\ *) am__universal=true ;;
730 esac])
731
732 for depmode in $am_compiler_list; do
733 # Setup a source with many dependencies, because some compilers
734 # like to wrap large dependency lists on column 80 (with \), and
735 # we should not choose a depcomp mode which is confused by this.
736 #
737 # We need to recreate these files for each test, as the compiler may
738 # overwrite some of them when testing with obscure command lines.
739 # This happens at least with the AIX C compiler.
740 : > sub/conftest.c
741 for i in 1 2 3 4 5 6; do
742 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
743 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
744 # Solaris 10 /bin/sh.
745 echo '/* dummy */' > sub/conftst$i.h
c971b7fa
PA
746 done
747 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
748
d0ac1c44 749 # We check with '-c' and '-o' for the sake of the "dashmstdout"
c971b7fa 750 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
751 # handle '-M -o', and we need to detect this. Also, some Intel
752 # versions had trouble with output in subdirs.
c971b7fa
PA
753 am__obj=sub/conftest.${OBJEXT-o}
754 am__minus_obj="-o $am__obj"
755 case $depmode in
756 gcc)
757 # This depmode causes a compiler race in universal mode.
758 test "$am__universal" = false || continue
759 ;;
760 nosideeffect)
d0ac1c44
SM
761 # After this tag, mechanisms are not by side-effect, so they'll
762 # only be used when explicitly requested.
c971b7fa
PA
763 if test "x$enable_dependency_tracking" = xyes; then
764 continue
765 else
766 break
767 fi
768 ;;
d0ac1c44
SM
769 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
770 # This compiler won't grok '-c -o', but also, the minuso test has
c971b7fa
PA
771 # not run yet. These depmodes are late enough in the game, and
772 # so weak that their functioning should not be impacted.
773 am__obj=conftest.${OBJEXT-o}
774 am__minus_obj=
775 ;;
776 none) break ;;
777 esac
778 if depmode=$depmode \
779 source=sub/conftest.c object=$am__obj \
780 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
781 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
782 >/dev/null 2>conftest.err &&
783 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
784 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
785 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
786 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
787 # icc doesn't choke on unknown options, it will just issue warnings
788 # or remarks (even with -Werror). So we grep stderr for any message
789 # that says an option was ignored or not supported.
790 # When given -MP, icc 7.0 and 7.1 complain thusly:
791 # icc: Command line warning: ignoring option '-M'; no argument required
792 # The diagnosis changed in icc 8.0:
793 # icc: Command line remark: option '-MP' not supported
794 if (grep 'ignoring option' conftest.err ||
795 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
796 am_cv_$1_dependencies_compiler_type=$depmode
797 break
798 fi
799 fi
800 done
801
802 cd ..
803 rm -rf conftest.dir
804else
805 am_cv_$1_dependencies_compiler_type=none
806fi
807])
808AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
809AM_CONDITIONAL([am__fastdep$1], [
810 test "x$enable_dependency_tracking" != xno \
811 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
812])
813
814
815# AM_SET_DEPDIR
816# -------------
817# Choose a directory name for dependency files.
d0ac1c44 818# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
c971b7fa
PA
819AC_DEFUN([AM_SET_DEPDIR],
820[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
821AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
822])
823
824
825# AM_DEP_TRACK
826# ------------
827AC_DEFUN([AM_DEP_TRACK],
d0ac1c44
SM
828[AC_ARG_ENABLE([dependency-tracking], [dnl
829AS_HELP_STRING(
830 [--enable-dependency-tracking],
831 [do not reject slow dependency extractors])
832AS_HELP_STRING(
833 [--disable-dependency-tracking],
834 [speeds up one-time build])])
c971b7fa
PA
835if test "x$enable_dependency_tracking" != xno; then
836 am_depcomp="$ac_aux_dir/depcomp"
837 AMDEPBACKSLASH='\'
d0ac1c44 838 am__nodep='_no'
c971b7fa
PA
839fi
840AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
841AC_SUBST([AMDEPBACKSLASH])dnl
842_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
d0ac1c44
SM
843AC_SUBST([am__nodep])dnl
844_AM_SUBST_NOTMAKE([am__nodep])dnl
c971b7fa
PA
845])
846
847# Generate code to set up dependency tracking. -*- Autoconf -*-
848
d0ac1c44 849# Copyright (C) 1999-2017 Free Software Foundation, Inc.
c971b7fa
PA
850#
851# This file is free software; the Free Software Foundation
852# gives unlimited permission to copy and/or distribute it,
853# with or without modifications, as long as this notice is preserved.
854
c971b7fa
PA
855
856# _AM_OUTPUT_DEPENDENCY_COMMANDS
857# ------------------------------
858AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
859[{
d0ac1c44 860 # Older Autoconf quotes --file arguments for eval, but not when files
c971b7fa
PA
861 # are listed without --file. Let's play safe and only enable the eval
862 # if we detect the quoting.
863 case $CONFIG_FILES in
864 *\'*) eval set x "$CONFIG_FILES" ;;
865 *) set x $CONFIG_FILES ;;
866 esac
867 shift
868 for mf
869 do
870 # Strip MF so we end up with the name of the file.
871 mf=`echo "$mf" | sed -e 's/:.*$//'`
872 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 873 # We used to match only the files named 'Makefile.in', but
c971b7fa
PA
874 # some people rename them; so instead we look at the file content.
875 # Grep'ing the first line is not enough: some people post-process
876 # each Makefile.in and add a new line on top of each file to say so.
877 # Grep'ing the whole file is not good either: AIX grep has a line
878 # limit of 2048, but all sed's we know have understand at least 4000.
879 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
880 dirpart=`AS_DIRNAME("$mf")`
881 else
882 continue
883 fi
884 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 885 # from the Makefile without running 'make'.
c971b7fa
PA
886 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
887 test -z "$DEPDIR" && continue
888 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 889 test -z "$am__include" && continue
c971b7fa 890 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
c971b7fa
PA
891 # Find all dependency output files, they are included files with
892 # $(DEPDIR) in their names. We invoke sed twice because it is the
893 # simplest approach to changing $(DEPDIR) to its actual value in the
894 # expansion.
895 for file in `sed -n "
896 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 897 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
c971b7fa
PA
898 # Make sure the directory exists.
899 test -f "$dirpart/$file" && continue
900 fdir=`AS_DIRNAME(["$file"])`
901 AS_MKDIR_P([$dirpart/$fdir])
902 # echo "creating $dirpart/$file"
903 echo '# dummy' > "$dirpart/$file"
904 done
905 done
906}
907])# _AM_OUTPUT_DEPENDENCY_COMMANDS
908
909
910# AM_OUTPUT_DEPENDENCY_COMMANDS
911# -----------------------------
912# This macro should only be invoked once -- use via AC_REQUIRE.
913#
914# This code is only required when automatic dependency tracking
d0ac1c44 915# is enabled. FIXME. This creates each '.P' file that we will
c971b7fa
PA
916# need in order to bootstrap the dependency handling code.
917AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
918[AC_CONFIG_COMMANDS([depfiles],
919 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
920 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
921])
922
923# Do all the work for Automake. -*- Autoconf -*-
924
d0ac1c44 925# Copyright (C) 1996-2017 Free Software Foundation, Inc.
c971b7fa
PA
926#
927# This file is free software; the Free Software Foundation
928# gives unlimited permission to copy and/or distribute it,
929# with or without modifications, as long as this notice is preserved.
930
c971b7fa
PA
931# This macro actually does too much. Some checks are only needed if
932# your package does certain things. But this isn't really a big deal.
933
d0ac1c44
SM
934dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
935m4_define([AC_PROG_CC],
936m4_defn([AC_PROG_CC])
937[_AM_PROG_CC_C_O
938])
939
c971b7fa
PA
940# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
941# AM_INIT_AUTOMAKE([OPTIONS])
942# -----------------------------------------------
943# The call with PACKAGE and VERSION arguments is the old style
944# call (pre autoconf-2.50), which is being phased out. PACKAGE
945# and VERSION should now be passed to AC_INIT and removed from
946# the call to AM_INIT_AUTOMAKE.
947# We support both call styles for the transition. After
948# the next Automake release, Autoconf can make the AC_INIT
949# arguments mandatory, and then we can depend on a new Autoconf
950# release and drop the old call support.
951AC_DEFUN([AM_INIT_AUTOMAKE],
d0ac1c44 952[AC_PREREQ([2.65])dnl
c971b7fa
PA
953dnl Autoconf wants to disallow AM_ names. We explicitly allow
954dnl the ones we care about.
955m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
956AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
957AC_REQUIRE([AC_PROG_INSTALL])dnl
958if test "`cd $srcdir && pwd`" != "`pwd`"; then
959 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
960 # is not polluted with repeated "-I."
961 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
962 # test to see if srcdir already configured
963 if test -f $srcdir/config.status; then
964 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
965 fi
966fi
967
968# test whether we have cygpath
969if test -z "$CYGPATH_W"; then
970 if (cygpath --version) >/dev/null 2>/dev/null; then
971 CYGPATH_W='cygpath -w'
972 else
973 CYGPATH_W=echo
974 fi
975fi
976AC_SUBST([CYGPATH_W])
977
978# Define the identity of the package.
979dnl Distinguish between old-style and new-style calls.
980m4_ifval([$2],
d0ac1c44
SM
981[AC_DIAGNOSE([obsolete],
982 [$0: two- and three-arguments forms are deprecated.])
983m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
c971b7fa
PA
984 AC_SUBST([PACKAGE], [$1])dnl
985 AC_SUBST([VERSION], [$2])],
986[_AM_SET_OPTIONS([$1])dnl
987dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
d0ac1c44
SM
988m4_if(
989 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
990 [ok:ok],,
c971b7fa
PA
991 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
992 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
993 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
994
995_AM_IF_OPTION([no-define],,
d0ac1c44
SM
996[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
997 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
c971b7fa
PA
998
999# Some tools Automake needs.
1000AC_REQUIRE([AM_SANITY_CHECK])dnl
1001AC_REQUIRE([AC_ARG_PROGRAM])dnl
d0ac1c44
SM
1002AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1003AM_MISSING_PROG([AUTOCONF], [autoconf])
1004AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1005AM_MISSING_PROG([AUTOHEADER], [autoheader])
1006AM_MISSING_PROG([MAKEINFO], [makeinfo])
c971b7fa
PA
1007AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1008AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
d0ac1c44
SM
1009AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1010# For better backward compatibility. To be removed once Automake 1.9.x
1011# dies out for good. For more background, see:
1012# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1013# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1014AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1015# We need awk for the "check" target (and possibly the TAP driver). The
1016# system "awk" is bad on some platforms.
c971b7fa
PA
1017AC_REQUIRE([AC_PROG_AWK])dnl
1018AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1019AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1020_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1021 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1022 [_AM_PROG_TAR([v7])])])
1023_AM_IF_OPTION([no-dependencies],,
1024[AC_PROVIDE_IFELSE([AC_PROG_CC],
d0ac1c44
SM
1025 [_AM_DEPENDENCIES([CC])],
1026 [m4_define([AC_PROG_CC],
1027 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
c971b7fa 1028AC_PROVIDE_IFELSE([AC_PROG_CXX],
d0ac1c44
SM
1029 [_AM_DEPENDENCIES([CXX])],
1030 [m4_define([AC_PROG_CXX],
1031 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
c971b7fa 1032AC_PROVIDE_IFELSE([AC_PROG_OBJC],
d0ac1c44
SM
1033 [_AM_DEPENDENCIES([OBJC])],
1034 [m4_define([AC_PROG_OBJC],
1035 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1036AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1037 [_AM_DEPENDENCIES([OBJCXX])],
1038 [m4_define([AC_PROG_OBJCXX],
1039 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
c971b7fa 1040])
d0ac1c44
SM
1041AC_REQUIRE([AM_SILENT_RULES])dnl
1042dnl The testsuite driver may need to know about EXEEXT, so add the
1043dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1044dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
c971b7fa
PA
1045AC_CONFIG_COMMANDS_PRE(dnl
1046[m4_provide_if([_AM_COMPILER_EXEEXT],
1047 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
d0ac1c44
SM
1048
1049# POSIX will say in a future version that running "rm -f" with no argument
1050# is OK; and we want to be able to make that assumption in our Makefile
1051# recipes. So use an aggressive probe to check that the usage we want is
1052# actually supported "in the wild" to an acceptable degree.
1053# See automake bug#10828.
1054# To make any issue more visible, cause the running configure to be aborted
1055# by default if the 'rm' program in use doesn't match our expectations; the
1056# user can still override this though.
1057if rm -f && rm -fr && rm -rf; then : OK; else
1058 cat >&2 <<'END'
1059Oops!
1060
1061Your 'rm' program seems unable to run without file operands specified
1062on the command line, even when the '-f' option is present. This is contrary
1063to the behaviour of most rm programs out there, and not conforming with
1064the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1065
1066Please tell bug-automake@gnu.org about your system, including the value
1067of your $PATH and any error possibly output before this message. This
1068can help us improve future automake versions.
1069
1070END
1071 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1072 echo 'Configuration will proceed anyway, since you have set the' >&2
1073 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1074 echo >&2
1075 else
1076 cat >&2 <<'END'
1077Aborting the configuration process, to ensure you take notice of the issue.
1078
1079You can download and install GNU coreutils to get an 'rm' implementation
1080that behaves properly: <http://www.gnu.org/software/coreutils/>.
1081
1082If you want to complete the configuration process using your problematic
1083'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1084to "yes", and re-run configure.
1085
1086END
1087 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1088 fi
1089fi
1090dnl The trailing newline in this macro's definition is deliberate, for
1091dnl backward compatibility and to allow trailing 'dnl'-style comments
1092dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
c971b7fa
PA
1093])
1094
d0ac1c44 1095dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
c971b7fa
PA
1096dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
1097dnl mangled by Autoconf and run in a shell conditional statement.
1098m4_define([_AC_COMPILER_EXEEXT],
1099m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
1100
c971b7fa
PA
1101# When config.status generates a header, we must update the stamp-h file.
1102# This file resides in the same directory as the config header
1103# that is generated. The stamp files are numbered to have different names.
1104
1105# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
1106# loop where config.status creates the headers, so we can generate
1107# our stamp files there.
1108AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
1109[# Compute $1's index in $config_headers.
1110_am_arg=$1
1111_am_stamp_count=1
1112for _am_header in $config_headers :; do
1113 case $_am_header in
1114 $_am_arg | $_am_arg:* )
1115 break ;;
1116 * )
1117 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1118 esac
1119done
1120echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1121
d0ac1c44 1122# Copyright (C) 2001-2017 Free Software Foundation, Inc.
c971b7fa
PA
1123#
1124# This file is free software; the Free Software Foundation
1125# gives unlimited permission to copy and/or distribute it,
1126# with or without modifications, as long as this notice is preserved.
1127
1128# AM_PROG_INSTALL_SH
1129# ------------------
1130# Define $install_sh.
1131AC_DEFUN([AM_PROG_INSTALL_SH],
1132[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
d0ac1c44 1133if test x"${install_sh+set}" != xset; then
c971b7fa
PA
1134 case $am_aux_dir in
1135 *\ * | *\ *)
1136 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1137 *)
1138 install_sh="\${SHELL} $am_aux_dir/install-sh"
1139 esac
1140fi
d0ac1c44 1141AC_SUBST([install_sh])])
c971b7fa 1142
d0ac1c44 1143# Copyright (C) 2003-2017 Free Software Foundation, Inc.
c971b7fa
PA
1144#
1145# This file is free software; the Free Software Foundation
1146# gives unlimited permission to copy and/or distribute it,
1147# with or without modifications, as long as this notice is preserved.
1148
c971b7fa
PA
1149# Check whether the underlying file-system supports filenames
1150# with a leading dot. For instance MS-DOS doesn't.
1151AC_DEFUN([AM_SET_LEADING_DOT],
1152[rm -rf .tst 2>/dev/null
1153mkdir .tst 2>/dev/null
1154if test -d .tst; then
1155 am__leading_dot=.
1156else
1157 am__leading_dot=_
1158fi
1159rmdir .tst 2>/dev/null
1160AC_SUBST([am__leading_dot])])
1161
1162# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
1163# From Jim Meyering
1164
d0ac1c44 1165# Copyright (C) 1996-2017 Free Software Foundation, Inc.
c971b7fa
PA
1166#
1167# This file is free software; the Free Software Foundation
1168# gives unlimited permission to copy and/or distribute it,
1169# with or without modifications, as long as this notice is preserved.
1170
c971b7fa
PA
1171# AM_MAINTAINER_MODE([DEFAULT-MODE])
1172# ----------------------------------
1173# Control maintainer-specific portions of Makefiles.
d0ac1c44
SM
1174# Default is to disable them, unless 'enable' is passed literally.
1175# For symmetry, 'disable' may be passed as well. Anyway, the user
c971b7fa
PA
1176# can override the default with the --enable/--disable switch.
1177AC_DEFUN([AM_MAINTAINER_MODE],
1178[m4_case(m4_default([$1], [disable]),
1179 [enable], [m4_define([am_maintainer_other], [disable])],
1180 [disable], [m4_define([am_maintainer_other], [enable])],
1181 [m4_define([am_maintainer_other], [enable])
1182 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
d0ac1c44 1183AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
c971b7fa
PA
1184 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
1185 AC_ARG_ENABLE([maintainer-mode],
d0ac1c44
SM
1186 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
1187 am_maintainer_other[ make rules and dependencies not useful
1188 (and sometimes confusing) to the casual installer])],
1189 [USE_MAINTAINER_MODE=$enableval],
1190 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
c971b7fa
PA
1191 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
1192 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
1193 MAINT=$MAINTAINER_MODE_TRUE
1194 AC_SUBST([MAINT])dnl
1195]
1196)
1197
c971b7fa
PA
1198# Check to see how 'make' treats includes. -*- Autoconf -*-
1199
d0ac1c44 1200# Copyright (C) 2001-2017 Free Software Foundation, Inc.
c971b7fa
PA
1201#
1202# This file is free software; the Free Software Foundation
1203# gives unlimited permission to copy and/or distribute it,
1204# with or without modifications, as long as this notice is preserved.
1205
c971b7fa
PA
1206# AM_MAKE_INCLUDE()
1207# -----------------
1208# Check to see how make treats includes.
1209AC_DEFUN([AM_MAKE_INCLUDE],
1210[am_make=${MAKE-make}
1211cat > confinc << 'END'
1212am__doit:
1213 @echo this is the am__doit target
1214.PHONY: am__doit
1215END
1216# If we don't find an include directive, just comment out the code.
1217AC_MSG_CHECKING([for style of include used by $am_make])
1218am__include="#"
1219am__quote=
1220_am_result=none
1221# First try GNU make style include.
1222echo "include confinc" > confmf
d0ac1c44 1223# Ignore all kinds of additional output from 'make'.
c971b7fa
PA
1224case `$am_make -s -f confmf 2> /dev/null` in #(
1225*the\ am__doit\ target*)
1226 am__include=include
1227 am__quote=
1228 _am_result=GNU
1229 ;;
1230esac
1231# Now try BSD make style include.
1232if test "$am__include" = "#"; then
1233 echo '.include "confinc"' > confmf
1234 case `$am_make -s -f confmf 2> /dev/null` in #(
1235 *the\ am__doit\ target*)
1236 am__include=.include
1237 am__quote="\""
1238 _am_result=BSD
1239 ;;
1240 esac
1241fi
1242AC_SUBST([am__include])
1243AC_SUBST([am__quote])
1244AC_MSG_RESULT([$_am_result])
1245rm -f confinc confmf
1246])
1247
1248# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1249
d0ac1c44 1250# Copyright (C) 1997-2017 Free Software Foundation, Inc.
c971b7fa
PA
1251#
1252# This file is free software; the Free Software Foundation
1253# gives unlimited permission to copy and/or distribute it,
1254# with or without modifications, as long as this notice is preserved.
1255
c971b7fa
PA
1256# AM_MISSING_PROG(NAME, PROGRAM)
1257# ------------------------------
1258AC_DEFUN([AM_MISSING_PROG],
1259[AC_REQUIRE([AM_MISSING_HAS_RUN])
1260$1=${$1-"${am_missing_run}$2"}
1261AC_SUBST($1)])
1262
c971b7fa
PA
1263# AM_MISSING_HAS_RUN
1264# ------------------
d0ac1c44
SM
1265# Define MISSING if not defined so far and test if it is modern enough.
1266# If it is, set am_missing_run to use it, otherwise, to nothing.
c971b7fa
PA
1267AC_DEFUN([AM_MISSING_HAS_RUN],
1268[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1269AC_REQUIRE_AUX_FILE([missing])dnl
1270if test x"${MISSING+set}" != xset; then
1271 case $am_aux_dir in
1272 *\ * | *\ *)
1273 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1274 *)
1275 MISSING="\${SHELL} $am_aux_dir/missing" ;;
1276 esac
1277fi
1278# Use eval to expand $SHELL
d0ac1c44
SM
1279if eval "$MISSING --is-lightweight"; then
1280 am_missing_run="$MISSING "
c971b7fa
PA
1281else
1282 am_missing_run=
d0ac1c44 1283 AC_MSG_WARN(['missing' script is too old or missing])
c971b7fa
PA
1284fi
1285])
1286
d0ac1c44
SM
1287# -*- Autoconf -*-
1288# Obsolete and "removed" macros, that must however still report explicit
1289# error messages when used, to smooth transition.
1290#
1291# Copyright (C) 1996-2017 Free Software Foundation, Inc.
c971b7fa
PA
1292#
1293# This file is free software; the Free Software Foundation
1294# gives unlimited permission to copy and/or distribute it,
1295# with or without modifications, as long as this notice is preserved.
1296
d0ac1c44
SM
1297AC_DEFUN([AM_CONFIG_HEADER],
1298[AC_DIAGNOSE([obsolete],
1299['$0': this macro is obsolete.
1300You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
1301AC_CONFIG_HEADERS($@)])
1302
1303AC_DEFUN([AM_PROG_CC_STDC],
1304[AC_PROG_CC
1305am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
1306AC_DIAGNOSE([obsolete],
1307['$0': this macro is obsolete.
1308You should simply use the 'AC][_PROG_CC' macro instead.
1309Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
1310but upon 'ac_cv_prog_cc_stdc'.])])
1311
1312AC_DEFUN([AM_C_PROTOTYPES],
1313 [AC_FATAL([automatic de-ANSI-fication support has been removed])])
1314AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
c971b7fa
PA
1315
1316# Helper functions for option handling. -*- Autoconf -*-
1317
d0ac1c44 1318# Copyright (C) 2001-2017 Free Software Foundation, Inc.
c971b7fa
PA
1319#
1320# This file is free software; the Free Software Foundation
1321# gives unlimited permission to copy and/or distribute it,
1322# with or without modifications, as long as this notice is preserved.
1323
c971b7fa
PA
1324# _AM_MANGLE_OPTION(NAME)
1325# -----------------------
1326AC_DEFUN([_AM_MANGLE_OPTION],
1327[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1328
1329# _AM_SET_OPTION(NAME)
d0ac1c44 1330# --------------------
c971b7fa
PA
1331# Set option NAME. Presently that only means defining a flag for this option.
1332AC_DEFUN([_AM_SET_OPTION],
d0ac1c44 1333[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
c971b7fa
PA
1334
1335# _AM_SET_OPTIONS(OPTIONS)
d0ac1c44 1336# ------------------------
c971b7fa
PA
1337# OPTIONS is a space-separated list of Automake options.
1338AC_DEFUN([_AM_SET_OPTIONS],
1339[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1340
1341# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1342# -------------------------------------------
1343# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1344AC_DEFUN([_AM_IF_OPTION],
1345[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1346
d0ac1c44
SM
1347# Copyright (C) 1999-2017 Free Software Foundation, Inc.
1348#
1349# This file is free software; the Free Software Foundation
1350# gives unlimited permission to copy and/or distribute it,
1351# with or without modifications, as long as this notice is preserved.
1352
1353# _AM_PROG_CC_C_O
1354# ---------------
1355# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1356# to automatically call this.
1357AC_DEFUN([_AM_PROG_CC_C_O],
1358[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1359AC_REQUIRE_AUX_FILE([compile])dnl
1360AC_LANG_PUSH([C])dnl
1361AC_CACHE_CHECK(
1362 [whether $CC understands -c and -o together],
1363 [am_cv_prog_cc_c_o],
1364 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1365 # Make sure it works both with $CC and with simple cc.
1366 # Following AC_PROG_CC_C_O, we do the test twice because some
1367 # compilers refuse to overwrite an existing .o file with -o,
1368 # though they will create one.
1369 am_cv_prog_cc_c_o=yes
1370 for am_i in 1 2; do
1371 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1372 && test -f conftest2.$ac_objext; then
1373 : OK
1374 else
1375 am_cv_prog_cc_c_o=no
1376 break
1377 fi
1378 done
1379 rm -f core conftest*
1380 unset am_i])
1381if test "$am_cv_prog_cc_c_o" != yes; then
1382 # Losing compiler, so override with the script.
1383 # FIXME: It is wrong to rewrite CC.
1384 # But if we don't then we get into trouble of one sort or another.
1385 # A longer-term fix would be to have automake use am__CC in this case,
1386 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1387 CC="$am_aux_dir/compile $CC"
1388fi
1389AC_LANG_POP([C])])
c971b7fa 1390
d0ac1c44
SM
1391# For backward compatibility.
1392AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1393
1394# Copyright (C) 2001-2017 Free Software Foundation, Inc.
c971b7fa
PA
1395#
1396# This file is free software; the Free Software Foundation
1397# gives unlimited permission to copy and/or distribute it,
1398# with or without modifications, as long as this notice is preserved.
1399
d0ac1c44
SM
1400# AM_RUN_LOG(COMMAND)
1401# -------------------
1402# Run COMMAND, save the exit status in ac_status, and log it.
1403# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1404AC_DEFUN([AM_RUN_LOG],
1405[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1406 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1407 ac_status=$?
1408 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1409 (exit $ac_status); }])
1410
1411# Check to make sure that the build environment is sane. -*- Autoconf -*-
1412
1413# Copyright (C) 1996-2017 Free Software Foundation, Inc.
1414#
1415# This file is free software; the Free Software Foundation
1416# gives unlimited permission to copy and/or distribute it,
1417# with or without modifications, as long as this notice is preserved.
c971b7fa
PA
1418
1419# AM_SANITY_CHECK
1420# ---------------
1421AC_DEFUN([AM_SANITY_CHECK],
1422[AC_MSG_CHECKING([whether build environment is sane])
c971b7fa
PA
1423# Reject unsafe characters in $srcdir or the absolute working directory
1424# name. Accept space and tab only in the latter.
1425am_lf='
1426'
1427case `pwd` in
1428 *[[\\\"\#\$\&\'\`$am_lf]]*)
1429 AC_MSG_ERROR([unsafe absolute working directory name]);;
1430esac
1431case $srcdir in
1432 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
d0ac1c44 1433 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
c971b7fa
PA
1434esac
1435
d0ac1c44 1436# Do 'set' in a subshell so we don't clobber the current shell's
c971b7fa
PA
1437# arguments. Must try -L first in case configure is actually a
1438# symlink; some systems play weird games with the mod time of symlinks
1439# (eg FreeBSD returns the mod time of the symlink's containing
1440# directory).
1441if (
d0ac1c44
SM
1442 am_has_slept=no
1443 for am_try in 1 2; do
1444 echo "timestamp, slept: $am_has_slept" > conftest.file
1445 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1446 if test "$[*]" = "X"; then
1447 # -L didn't work.
1448 set X `ls -t "$srcdir/configure" conftest.file`
1449 fi
1450 if test "$[*]" != "X $srcdir/configure conftest.file" \
1451 && test "$[*]" != "X conftest.file $srcdir/configure"; then
1452
1453 # If neither matched, then we have a broken ls. This can happen
1454 # if, for instance, CONFIG_SHELL is bash and it inherits a
1455 # broken ls alias from the environment. This has actually
1456 # happened. Such a system could not be considered "sane".
1457 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1458 alias in your environment])
1459 fi
1460 if test "$[2]" = conftest.file || test $am_try -eq 2; then
1461 break
1462 fi
1463 # Just in case.
1464 sleep 1
1465 am_has_slept=yes
1466 done
c971b7fa
PA
1467 test "$[2]" = conftest.file
1468 )
1469then
1470 # Ok.
1471 :
1472else
1473 AC_MSG_ERROR([newly created file is older than distributed files!
1474Check your system clock])
1475fi
d0ac1c44
SM
1476AC_MSG_RESULT([yes])
1477# If we didn't sleep, we still need to ensure time stamps of config.status and
1478# generated files are strictly newer.
1479am_sleep_pid=
1480if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1481 ( sleep 1 ) &
1482 am_sleep_pid=$!
1483fi
1484AC_CONFIG_COMMANDS_PRE(
1485 [AC_MSG_CHECKING([that generated files are newer than configure])
1486 if test -n "$am_sleep_pid"; then
1487 # Hide warnings about reused PIDs.
1488 wait $am_sleep_pid 2>/dev/null
1489 fi
1490 AC_MSG_RESULT([done])])
1491rm -f conftest.file
1492])
c971b7fa 1493
d0ac1c44 1494# Copyright (C) 2009-2017 Free Software Foundation, Inc.
39be3c7e
SM
1495#
1496# This file is free software; the Free Software Foundation
1497# gives unlimited permission to copy and/or distribute it,
1498# with or without modifications, as long as this notice is preserved.
1499
39be3c7e
SM
1500# AM_SILENT_RULES([DEFAULT])
1501# --------------------------
1502# Enable less verbose build rules; with the default set to DEFAULT
d0ac1c44 1503# ("yes" being less verbose, "no" or empty being verbose).
39be3c7e 1504AC_DEFUN([AM_SILENT_RULES],
d0ac1c44
SM
1505[AC_ARG_ENABLE([silent-rules], [dnl
1506AS_HELP_STRING(
1507 [--enable-silent-rules],
1508 [less verbose build output (undo: "make V=1")])
1509AS_HELP_STRING(
1510 [--disable-silent-rules],
1511 [verbose build output (undo: "make V=0")])dnl
1512])
1513case $enable_silent_rules in @%:@ (((
1514 yes) AM_DEFAULT_VERBOSITY=0;;
1515 no) AM_DEFAULT_VERBOSITY=1;;
1516 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
39be3c7e 1517esac
d0ac1c44
SM
1518dnl
1519dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1520dnl do not support nested variable expansions.
1521dnl See automake bug#9928 and bug#10237.
1522am_make=${MAKE-make}
1523AC_CACHE_CHECK([whether $am_make supports nested variables],
1524 [am_cv_make_support_nested_variables],
1525 [if AS_ECHO([['TRUE=$(BAR$(V))
1526BAR0=false
1527BAR1=true
1528V=1
1529am__doit:
1530 @$(TRUE)
1531.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1532 am_cv_make_support_nested_variables=yes
1533else
1534 am_cv_make_support_nested_variables=no
1535fi])
1536if test $am_cv_make_support_nested_variables = yes; then
1537 dnl Using '$V' instead of '$(V)' breaks IRIX make.
1538 AM_V='$(V)'
1539 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1540else
1541 AM_V=$AM_DEFAULT_VERBOSITY
1542 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1543fi
1544AC_SUBST([AM_V])dnl
1545AM_SUBST_NOTMAKE([AM_V])dnl
1546AC_SUBST([AM_DEFAULT_V])dnl
1547AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
39be3c7e
SM
1548AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1549AM_BACKSLASH='\'
1550AC_SUBST([AM_BACKSLASH])dnl
1551_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1552])
1553
d0ac1c44 1554# Copyright (C) 2001-2017 Free Software Foundation, Inc.
c971b7fa
PA
1555#
1556# This file is free software; the Free Software Foundation
1557# gives unlimited permission to copy and/or distribute it,
1558# with or without modifications, as long as this notice is preserved.
1559
1560# AM_PROG_INSTALL_STRIP
1561# ---------------------
d0ac1c44 1562# One issue with vendor 'install' (even GNU) is that you can't
c971b7fa
PA
1563# specify the program used to strip binaries. This is especially
1564# annoying in cross-compiling environments, where the build's strip
1565# is unlikely to handle the host's binaries.
1566# Fortunately install-sh will honor a STRIPPROG variable, so we
d0ac1c44 1567# always use install-sh in "make install-strip", and initialize
c971b7fa
PA
1568# STRIPPROG with the value of the STRIP variable (set by the user).
1569AC_DEFUN([AM_PROG_INSTALL_STRIP],
1570[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
d0ac1c44
SM
1571# Installed binaries are usually stripped using 'strip' when the user
1572# run "make install-strip". However 'strip' might not be the right
c971b7fa 1573# tool to use in cross-compilation environments, therefore Automake
d0ac1c44
SM
1574# will honor the 'STRIP' environment variable to overrule this program.
1575dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
c971b7fa
PA
1576if test "$cross_compiling" != no; then
1577 AC_CHECK_TOOL([STRIP], [strip], :)
1578fi
1579INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1580AC_SUBST([INSTALL_STRIP_PROGRAM])])
1581
d0ac1c44 1582# Copyright (C) 2006-2017 Free Software Foundation, Inc.
c971b7fa
PA
1583#
1584# This file is free software; the Free Software Foundation
1585# gives unlimited permission to copy and/or distribute it,
1586# with or without modifications, as long as this notice is preserved.
1587
c971b7fa
PA
1588# _AM_SUBST_NOTMAKE(VARIABLE)
1589# ---------------------------
1590# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1591# This macro is traced by Automake.
1592AC_DEFUN([_AM_SUBST_NOTMAKE])
1593
1594# AM_SUBST_NOTMAKE(VARIABLE)
d0ac1c44 1595# --------------------------
c971b7fa
PA
1596# Public sister of _AM_SUBST_NOTMAKE.
1597AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1598
1599# Check how to create a tarball. -*- Autoconf -*-
1600
d0ac1c44 1601# Copyright (C) 2004-2017 Free Software Foundation, Inc.
c971b7fa
PA
1602#
1603# This file is free software; the Free Software Foundation
1604# gives unlimited permission to copy and/or distribute it,
1605# with or without modifications, as long as this notice is preserved.
1606
c971b7fa
PA
1607# _AM_PROG_TAR(FORMAT)
1608# --------------------
1609# Check how to create a tarball in format FORMAT.
d0ac1c44 1610# FORMAT should be one of 'v7', 'ustar', or 'pax'.
c971b7fa
PA
1611#
1612# Substitute a variable $(am__tar) that is a command
1613# writing to stdout a FORMAT-tarball containing the directory
1614# $tardir.
1615# tardir=directory && $(am__tar) > result.tar
1616#
1617# Substitute a variable $(am__untar) that extract such
1618# a tarball read from stdin.
1619# $(am__untar) < result.tar
d0ac1c44 1620#
c971b7fa 1621AC_DEFUN([_AM_PROG_TAR],
d0ac1c44
SM
1622[# Always define AMTAR for backward compatibility. Yes, it's still used
1623# in the wild :-( We should find a proper way to deprecate it ...
1624AC_SUBST([AMTAR], ['$${TAR-tar}'])
1625
1626# We'll loop over all known methods to create a tar archive until one works.
c971b7fa 1627_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
c971b7fa 1628
d0ac1c44
SM
1629m4_if([$1], [v7],
1630 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1631
1632 [m4_case([$1],
1633 [ustar],
1634 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1635 # There is notably a 21 bits limit for the UID and the GID. In fact,
1636 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1637 # and bug#13588).
1638 am_max_uid=2097151 # 2^21 - 1
1639 am_max_gid=$am_max_uid
1640 # The $UID and $GID variables are not portable, so we need to resort
1641 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1642 # below are definitely unexpected, so allow the users to see them
1643 # (that is, avoid stderr redirection).
1644 am_uid=`id -u || echo unknown`
1645 am_gid=`id -g || echo unknown`
1646 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1647 if test $am_uid -le $am_max_uid; then
1648 AC_MSG_RESULT([yes])
1649 else
1650 AC_MSG_RESULT([no])
1651 _am_tools=none
1652 fi
1653 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1654 if test $am_gid -le $am_max_gid; then
1655 AC_MSG_RESULT([yes])
1656 else
1657 AC_MSG_RESULT([no])
1658 _am_tools=none
1659 fi],
1660
1661 [pax],
1662 [],
1663
1664 [m4_fatal([Unknown tar format])])
1665
1666 AC_MSG_CHECKING([how to create a $1 tar archive])
1667
1668 # Go ahead even if we have the value already cached. We do so because we
1669 # need to set the values for the 'am__tar' and 'am__untar' variables.
1670 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1671
1672 for _am_tool in $_am_tools; do
1673 case $_am_tool in
1674 gnutar)
1675 for _am_tar in tar gnutar gtar; do
1676 AM_RUN_LOG([$_am_tar --version]) && break
1677 done
1678 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1679 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1680 am__untar="$_am_tar -xf -"
1681 ;;
1682 plaintar)
1683 # Must skip GNU tar: if it does not support --format= it doesn't create
1684 # ustar tarball either.
1685 (tar --version) >/dev/null 2>&1 && continue
1686 am__tar='tar chf - "$$tardir"'
1687 am__tar_='tar chf - "$tardir"'
1688 am__untar='tar xf -'
1689 ;;
1690 pax)
1691 am__tar='pax -L -x $1 -w "$$tardir"'
1692 am__tar_='pax -L -x $1 -w "$tardir"'
1693 am__untar='pax -r'
1694 ;;
1695 cpio)
1696 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1697 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1698 am__untar='cpio -i -H $1 -d'
1699 ;;
1700 none)
1701 am__tar=false
1702 am__tar_=false
1703 am__untar=false
1704 ;;
1705 esac
c971b7fa 1706
d0ac1c44
SM
1707 # If the value was cached, stop now. We just wanted to have am__tar
1708 # and am__untar set.
1709 test -n "${am_cv_prog_tar_$1}" && break
1710
1711 # tar/untar a dummy directory, and stop if the command works.
1712 rm -rf conftest.dir
1713 mkdir conftest.dir
1714 echo GrepMe > conftest.dir/file
1715 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1716 rm -rf conftest.dir
1717 if test -s conftest.tar; then
1718 AM_RUN_LOG([$am__untar <conftest.tar])
1719 AM_RUN_LOG([cat conftest.dir/file])
1720 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1721 fi
1722 done
c971b7fa 1723 rm -rf conftest.dir
c971b7fa 1724
d0ac1c44
SM
1725 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1726 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1727
c971b7fa
PA
1728AC_SUBST([am__tar])
1729AC_SUBST([am__untar])
1730]) # _AM_PROG_TAR
1731
1732m4_include([import/m4/00gnulib.m4])
4a626d0a 1733m4_include([import/m4/absolute-header.m4])
8690e634 1734m4_include([import/m4/alloca.m4])
98399780 1735m4_include([import/m4/canonicalize.m4])
6ec2e0f5
SDJ
1736m4_include([import/m4/chdir-long.m4])
1737m4_include([import/m4/close.m4])
1738m4_include([import/m4/closedir.m4])
8690e634
JK
1739m4_include([import/m4/codeset.m4])
1740m4_include([import/m4/configmake.m4])
6ec2e0f5
SDJ
1741m4_include([import/m4/d-ino.m4])
1742m4_include([import/m4/d-type.m4])
e26b6bb0 1743m4_include([import/m4/dirent_h.m4])
18848e28 1744m4_include([import/m4/dirfd.m4])
6a29c58e 1745m4_include([import/m4/dirname.m4])
98399780 1746m4_include([import/m4/double-slash-root.m4])
6ec2e0f5
SDJ
1747m4_include([import/m4/dup.m4])
1748m4_include([import/m4/dup2.m4])
98399780 1749m4_include([import/m4/eealloc.m4])
3d99e817 1750m4_include([import/m4/environ.m4])
18848e28 1751m4_include([import/m4/errno_h.m4])
6ec2e0f5 1752m4_include([import/m4/error.m4])
88b48903
WN
1753m4_include([import/m4/exponentd.m4])
1754m4_include([import/m4/exponentl.m4])
c971b7fa 1755m4_include([import/m4/extensions.m4])
a512b375 1756m4_include([import/m4/extern-inline.m4])
6ec2e0f5 1757m4_include([import/m4/fchdir.m4])
8690e634 1758m4_include([import/m4/fcntl-o.m4])
6ec2e0f5
SDJ
1759m4_include([import/m4/fcntl.m4])
1760m4_include([import/m4/fcntl_h.m4])
1761m4_include([import/m4/fdopendir.m4])
1762m4_include([import/m4/filenamecat.m4])
49e4877c 1763m4_include([import/m4/flexmember.m4])
88b48903 1764m4_include([import/m4/float_h.m4])
8690e634 1765m4_include([import/m4/fnmatch.m4])
88b48903
WN
1766m4_include([import/m4/fpieee.m4])
1767m4_include([import/m4/frexp.m4])
1768m4_include([import/m4/frexpl.m4])
6ec2e0f5
SDJ
1769m4_include([import/m4/fstat.m4])
1770m4_include([import/m4/fstatat.m4])
1771m4_include([import/m4/getcwd-abort-bug.m4])
1772m4_include([import/m4/getcwd-path-max.m4])
1773m4_include([import/m4/getcwd.m4])
1774m4_include([import/m4/getdtablesize.m4])
1775m4_include([import/m4/getlogin_r.m4])
1776m4_include([import/m4/getprogname.m4])
4a626d0a 1777m4_include([import/m4/gettimeofday.m4])
8690e634 1778m4_include([import/m4/glibc21.m4])
6ec2e0f5 1779m4_include([import/m4/glob.m4])
c971b7fa
PA
1780m4_include([import/m4/gnulib-common.m4])
1781m4_include([import/m4/gnulib-comp.m4])
49e4877c 1782m4_include([import/m4/hard-locale.m4])
c971b7fa
PA
1783m4_include([import/m4/include_next.m4])
1784m4_include([import/m4/inttypes-pri.m4])
1785m4_include([import/m4/inttypes.m4])
88b48903
WN
1786m4_include([import/m4/isnand.m4])
1787m4_include([import/m4/isnanl.m4])
2196f55f 1788m4_include([import/m4/largefile.m4])
49e4877c 1789m4_include([import/m4/limits-h.m4])
8690e634
JK
1790m4_include([import/m4/localcharset.m4])
1791m4_include([import/m4/locale-fr.m4])
1792m4_include([import/m4/locale-ja.m4])
1793m4_include([import/m4/locale-zh.m4])
c971b7fa 1794m4_include([import/m4/longlong.m4])
f45c62c4 1795m4_include([import/m4/lstat.m4])
6a29c58e 1796m4_include([import/m4/malloc.m4])
98399780 1797m4_include([import/m4/malloca.m4])
88b48903 1798m4_include([import/m4/math_h.m4])
8690e634
JK
1799m4_include([import/m4/mbrtowc.m4])
1800m4_include([import/m4/mbsinit.m4])
1801m4_include([import/m4/mbsrtowcs.m4])
1802m4_include([import/m4/mbstate_t.m4])
c971b7fa
PA
1803m4_include([import/m4/memchr.m4])
1804m4_include([import/m4/memmem.m4])
6ec2e0f5
SDJ
1805m4_include([import/m4/mempcpy.m4])
1806m4_include([import/m4/memrchr.m4])
2d8adcbd 1807m4_include([import/m4/mkstemp.m4])
c971b7fa 1808m4_include([import/m4/mmap-anon.m4])
6ec2e0f5
SDJ
1809m4_include([import/m4/mode_t.m4])
1810m4_include([import/m4/msvc-inval.m4])
1811m4_include([import/m4/msvc-nothrow.m4])
c971b7fa 1812m4_include([import/m4/multiarch.m4])
98399780 1813m4_include([import/m4/nocrash.m4])
8839a007 1814m4_include([import/m4/off_t.m4])
6ec2e0f5
SDJ
1815m4_include([import/m4/open.m4])
1816m4_include([import/m4/openat.m4])
1817m4_include([import/m4/opendir.m4])
38ec2207 1818m4_include([import/m4/pathmax.m4])
8424cc97 1819m4_include([import/m4/rawmemchr.m4])
6ec2e0f5 1820m4_include([import/m4/readdir.m4])
2196f55f 1821m4_include([import/m4/readlink.m4])
6ec2e0f5 1822m4_include([import/m4/realloc.m4])
6a29c58e 1823m4_include([import/m4/rename.m4])
6ec2e0f5 1824m4_include([import/m4/rewinddir.m4])
6a29c58e 1825m4_include([import/m4/rmdir.m4])
6ec2e0f5 1826m4_include([import/m4/save-cwd.m4])
2d8adcbd 1827m4_include([import/m4/secure_getenv.m4])
3d99e817 1828m4_include([import/m4/setenv.m4])
0750520d 1829m4_include([import/m4/signal_h.m4])
8839a007 1830m4_include([import/m4/ssize_t.m4])
2196f55f 1831m4_include([import/m4/stat.m4])
8690e634 1832m4_include([import/m4/stdbool.m4])
c971b7fa
PA
1833m4_include([import/m4/stddef_h.m4])
1834m4_include([import/m4/stdint.m4])
6a29c58e 1835m4_include([import/m4/stdio_h.m4])
98399780 1836m4_include([import/m4/stdlib_h.m4])
8424cc97 1837m4_include([import/m4/strchrnul.m4])
6ec2e0f5
SDJ
1838m4_include([import/m4/strdup.m4])
1839m4_include([import/m4/strerror.m4])
c971b7fa 1840m4_include([import/m4/string_h.m4])
63ce7108 1841m4_include([import/m4/strstr.m4])
421693b0 1842m4_include([import/m4/strtok_r.m4])
4a626d0a 1843m4_include([import/m4/sys_socket_h.m4])
09607c9e 1844m4_include([import/m4/sys_stat_h.m4])
4a626d0a 1845m4_include([import/m4/sys_time_h.m4])
8839a007 1846m4_include([import/m4/sys_types_h.m4])
2d8adcbd 1847m4_include([import/m4/tempname.m4])
09607c9e 1848m4_include([import/m4/time_h.m4])
6ec2e0f5 1849m4_include([import/m4/unistd-safer.m4])
8839a007 1850m4_include([import/m4/unistd_h.m4])
c971b7fa 1851m4_include([import/m4/warn-on-use.m4])
8690e634 1852m4_include([import/m4/wchar_h.m4])
c971b7fa 1853m4_include([import/m4/wchar_t.m4])
8690e634
JK
1854m4_include([import/m4/wctype_h.m4])
1855m4_include([import/m4/wint_t.m4])
This page took 0.628384 seconds and 4 git commands to generate.