Skip to content

Commit 3f25032

Browse files
committedApr 2, 2022
regenerate configure and Makefiles with newer autoconf/automake
1 parent ad5ceb6 commit 3f25032

File tree

10 files changed

+2337
-1739
lines changed

10 files changed

+2337
-1739
lines changed
 

‎Makefile.in

+19-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -85,6 +85,8 @@ POST_INSTALL = :
8585
NORMAL_UNINSTALL = :
8686
PRE_UNINSTALL = :
8787
POST_UNINSTALL = :
88+
build_triplet = @build@
89+
host_triplet = @host@
8890
subdir = .
8991
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9092
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -156,14 +158,13 @@ am__define_uniq_tagged_files = \
156158
unique=`for i in $$list; do \
157159
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158160
done | $(am__uniquify_input)`
159-
ETAGS = etags
160-
CTAGS = ctags
161-
CSCOPE = cscope
162161
DIST_SUBDIRS = $(SUBDIRS)
163162
am__DIST_COMMON = $(srcdir)/Makefile.in \
164163
$(top_srcdir)/fsremap/src/config.hh.in \
165-
$(top_srcdir)/tools/install-sh $(top_srcdir)/tools/missing \
166-
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
164+
$(top_srcdir)/tools/config.guess \
165+
$(top_srcdir)/tools/config.sub $(top_srcdir)/tools/install-sh \
166+
$(top_srcdir)/tools/missing AUTHORS COPYING ChangeLog INSTALL \
167+
NEWS README TODO tools/config.guess tools/config.sub \
167168
tools/depcomp tools/install-sh tools/missing
168169
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169170
distdir = $(PACKAGE)-$(VERSION)
@@ -217,8 +218,9 @@ AUTOHEADER = @AUTOHEADER@
217218
AUTOMAKE = @AUTOMAKE@
218219
AWK = @AWK@
219220
CPPFLAGS = @CPPFLAGS@
221+
CSCOPE = @CSCOPE@
222+
CTAGS = @CTAGS@
220223
CXX = @CXX@
221-
CXXCPP = @CXXCPP@
222224
CXXDEPMODE = @CXXDEPMODE@
223225
CXXFLAGS = @CXXFLAGS@
224226
CYGPATH_W = @CYGPATH_W@
@@ -227,9 +229,8 @@ DEPDIR = @DEPDIR@
227229
ECHO_C = @ECHO_C@
228230
ECHO_N = @ECHO_N@
229231
ECHO_T = @ECHO_T@
230-
EGREP = @EGREP@
232+
ETAGS = @ETAGS@
231233
EXEEXT = @EXEEXT@
232-
GREP = @GREP@
233234
INSTALL = @INSTALL@
234235
INSTALL_DATA = @INSTALL_DATA@
235236
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -267,14 +268,22 @@ am__quote = @am__quote@
267268
am__tar = @am__tar@
268269
am__untar = @am__untar@
269270
bindir = @bindir@
271+
build = @build@
270272
build_alias = @build_alias@
273+
build_cpu = @build_cpu@
274+
build_os = @build_os@
275+
build_vendor = @build_vendor@
271276
builddir = @builddir@
272277
datadir = @datadir@
273278
datarootdir = @datarootdir@
274279
docdir = @docdir@
275280
dvidir = @dvidir@
276281
exec_prefix = @exec_prefix@
282+
host = @host@
277283
host_alias = @host_alias@
284+
host_cpu = @host_cpu@
285+
host_os = @host_os@
286+
host_vendor = @host_vendor@
278287
htmldir = @htmldir@
279288
includedir = @includedir@
280289
infodir = @infodir@
@@ -457,7 +466,6 @@ cscopelist-am: $(am__tagged_files)
457466
distclean-tags:
458467
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459468
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
460-
461469
distdir: $(BUILT_SOURCES)
462470
$(MAKE) $(AM_MAKEFLAGS) distdir-am
463471

‎aclocal.m4

+42-24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# generated automatically by aclocal 1.16.3 -*- Autoconf -*-
1+
# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
22

3-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
3+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
44

55
# This file is free software; the Free Software Foundation
66
# gives unlimited permission to copy and/or distribute it,
@@ -14,13 +14,13 @@
1414
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1515
m4_ifndef([AC_AUTOCONF_VERSION],
1616
[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.
17+
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],,
18+
[m4_warning([this file was generated for autoconf 2.71.
1919
You have another version of autoconf. It may work, but is not guaranteed to.
2020
If you have problems, you may need to regenerate the build system entirely.
2121
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
2222

23-
# Copyright (C) 2002-2020 Free Software Foundation, Inc.
23+
# Copyright (C) 2002-2021 Free Software Foundation, Inc.
2424
#
2525
# This file is free software; the Free Software Foundation
2626
# gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
3535
[am__api_version='1.16'
3636
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3737
dnl require some minimum version. Point them to the right macro.
38-
m4_if([$1], [1.16.3], [],
38+
m4_if([$1], [1.16.5], [],
3939
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
4040
])
4141

@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
5151
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5252
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5353
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54-
[AM_AUTOMAKE_VERSION([1.16.3])dnl
54+
[AM_AUTOMAKE_VERSION([1.16.5])dnl
5555
m4_ifndef([AC_AUTOCONF_VERSION],
5656
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5757
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
5858

5959
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
6060

61-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
61+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
6262
#
6363
# This file is free software; the Free Software Foundation
6464
# gives unlimited permission to copy and/or distribute it,
@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
110110

111111
# AM_CONDITIONAL -*- Autoconf -*-
112112

113-
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
113+
# Copyright (C) 1997-2021 Free Software Foundation, Inc.
114114
#
115115
# This file is free software; the Free Software Foundation
116116
# gives unlimited permission to copy and/or distribute it,
@@ -141,7 +141,7 @@ AC_CONFIG_COMMANDS_PRE(
141141
Usually this means the macro was only invoked conditionally.]])
142142
fi])])
143143

144-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
144+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
145145
#
146146
# This file is free software; the Free Software Foundation
147147
# gives unlimited permission to copy and/or distribute it,
@@ -332,7 +332,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
332332

333333
# Generate code to set up dependency tracking. -*- Autoconf -*-
334334

335-
# Copyright (C) 1999-2020 Free Software Foundation, Inc.
335+
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
336336
#
337337
# This file is free software; the Free Software Foundation
338338
# gives unlimited permission to copy and/or distribute it,
@@ -400,7 +400,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
400400

401401
# Do all the work for Automake. -*- Autoconf -*-
402402

403-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
403+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
404404
#
405405
# This file is free software; the Free Software Foundation
406406
# gives unlimited permission to copy and/or distribute it,
@@ -428,6 +428,10 @@ m4_defn([AC_PROG_CC])
428428
# release and drop the old call support.
429429
AC_DEFUN([AM_INIT_AUTOMAKE],
430430
[AC_PREREQ([2.65])dnl
431+
m4_ifdef([_$0_ALREADY_INIT],
432+
[m4_fatal([$0 expanded multiple times
433+
]m4_defn([_$0_ALREADY_INIT]))],
434+
[m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl
431435
dnl Autoconf wants to disallow AM_ names. We explicitly allow
432436
dnl the ones we care about.
433437
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -464,7 +468,7 @@ m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
464468
[_AM_SET_OPTIONS([$1])dnl
465469
dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
466470
m4_if(
467-
m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
471+
m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]),
468472
[ok:ok],,
469473
[m4_fatal([AC_INIT should be called with package and version arguments])])dnl
470474
AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
@@ -516,6 +520,20 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
516520
[m4_define([AC_PROG_OBJCXX],
517521
m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
518522
])
523+
# Variables for tags utilities; see am/tags.am
524+
if test -z "$CTAGS"; then
525+
CTAGS=ctags
526+
fi
527+
AC_SUBST([CTAGS])
528+
if test -z "$ETAGS"; then
529+
ETAGS=etags
530+
fi
531+
AC_SUBST([ETAGS])
532+
if test -z "$CSCOPE"; then
533+
CSCOPE=cscope
534+
fi
535+
AC_SUBST([CSCOPE])
536+
519537
AC_REQUIRE([AM_SILENT_RULES])dnl
520538
dnl The testsuite driver may need to know about EXEEXT, so add the
521539
dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
@@ -597,7 +615,7 @@ for _am_header in $config_headers :; do
597615
done
598616
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
599617

600-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
618+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
601619
#
602620
# This file is free software; the Free Software Foundation
603621
# gives unlimited permission to copy and/or distribute it,
@@ -618,7 +636,7 @@ if test x"${install_sh+set}" != xset; then
618636
fi
619637
AC_SUBST([install_sh])])
620638

621-
# Copyright (C) 2003-2020 Free Software Foundation, Inc.
639+
# Copyright (C) 2003-2021 Free Software Foundation, Inc.
622640
#
623641
# This file is free software; the Free Software Foundation
624642
# gives unlimited permission to copy and/or distribute it,
@@ -639,7 +657,7 @@ AC_SUBST([am__leading_dot])])
639657

640658
# Check to see how 'make' treats includes. -*- Autoconf -*-
641659

642-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
660+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
643661
#
644662
# This file is free software; the Free Software Foundation
645663
# gives unlimited permission to copy and/or distribute it,
@@ -682,7 +700,7 @@ AC_SUBST([am__quote])])
682700

683701
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
684702

685-
# Copyright (C) 1997-2020 Free Software Foundation, Inc.
703+
# Copyright (C) 1997-2021 Free Software Foundation, Inc.
686704
#
687705
# This file is free software; the Free Software Foundation
688706
# gives unlimited permission to copy and/or distribute it,
@@ -716,7 +734,7 @@ fi
716734

717735
# Helper functions for option handling. -*- Autoconf -*-
718736

719-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
737+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
720738
#
721739
# This file is free software; the Free Software Foundation
722740
# gives unlimited permission to copy and/or distribute it,
@@ -745,7 +763,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
745763
AC_DEFUN([_AM_IF_OPTION],
746764
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
747765

748-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
766+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
749767
#
750768
# This file is free software; the Free Software Foundation
751769
# gives unlimited permission to copy and/or distribute it,
@@ -764,7 +782,7 @@ AC_DEFUN([AM_RUN_LOG],
764782

765783
# Check to make sure that the build environment is sane. -*- Autoconf -*-
766784

767-
# Copyright (C) 1996-2020 Free Software Foundation, Inc.
785+
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
768786
#
769787
# This file is free software; the Free Software Foundation
770788
# gives unlimited permission to copy and/or distribute it,
@@ -845,7 +863,7 @@ AC_CONFIG_COMMANDS_PRE(
845863
rm -f conftest.file
846864
])
847865

848-
# Copyright (C) 2009-2020 Free Software Foundation, Inc.
866+
# Copyright (C) 2009-2021 Free Software Foundation, Inc.
849867
#
850868
# This file is free software; the Free Software Foundation
851869
# gives unlimited permission to copy and/or distribute it,
@@ -905,7 +923,7 @@ AC_SUBST([AM_BACKSLASH])dnl
905923
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
906924
])
907925

908-
# Copyright (C) 2001-2020 Free Software Foundation, Inc.
926+
# Copyright (C) 2001-2021 Free Software Foundation, Inc.
909927
#
910928
# This file is free software; the Free Software Foundation
911929
# gives unlimited permission to copy and/or distribute it,
@@ -933,7 +951,7 @@ fi
933951
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
934952
AC_SUBST([INSTALL_STRIP_PROGRAM])])
935953

936-
# Copyright (C) 2006-2020 Free Software Foundation, Inc.
954+
# Copyright (C) 2006-2021 Free Software Foundation, Inc.
937955
#
938956
# This file is free software; the Free Software Foundation
939957
# gives unlimited permission to copy and/or distribute it,
@@ -952,7 +970,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
952970

953971
# Check how to create a tarball. -*- Autoconf -*-
954972

955-
# Copyright (C) 2004-2020 Free Software Foundation, Inc.
973+
# Copyright (C) 2004-2021 Free Software Foundation, Inc.
956974
#
957975
# This file is free software; the Free Software Foundation
958976
# gives unlimited permission to copy and/or distribute it,

‎configure

+2,199-1,666
Large diffs are not rendered by default.

‎fsattr/build/Makefile.in

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -86,6 +86,8 @@ POST_INSTALL = :
8686
NORMAL_UNINSTALL = :
8787
PRE_UNINSTALL = :
8888
POST_UNINSTALL = :
89+
build_triplet = @build@
90+
host_triplet = @host@
8991
sbin_PROGRAMS = fsattr$(EXEEXT)
9092
subdir = fsattr/build
9193
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -167,8 +169,6 @@ am__define_uniq_tagged_files = \
167169
unique=`for i in $$list; do \
168170
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
169171
done | $(am__uniquify_input)`
170-
ETAGS = etags
171-
CTAGS = ctags
172172
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/tools/depcomp
173173
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174174
ACLOCAL = @ACLOCAL@
@@ -179,8 +179,9 @@ AUTOHEADER = @AUTOHEADER@
179179
AUTOMAKE = @AUTOMAKE@
180180
AWK = @AWK@
181181
CPPFLAGS = @CPPFLAGS@
182+
CSCOPE = @CSCOPE@
183+
CTAGS = @CTAGS@
182184
CXX = @CXX@
183-
CXXCPP = @CXXCPP@
184185
CXXDEPMODE = @CXXDEPMODE@
185186
CXXFLAGS = @CXXFLAGS@
186187
CYGPATH_W = @CYGPATH_W@
@@ -189,9 +190,8 @@ DEPDIR = @DEPDIR@
189190
ECHO_C = @ECHO_C@
190191
ECHO_N = @ECHO_N@
191192
ECHO_T = @ECHO_T@
192-
EGREP = @EGREP@
193+
ETAGS = @ETAGS@
193194
EXEEXT = @EXEEXT@
194-
GREP = @GREP@
195195
INSTALL = @INSTALL@
196196
INSTALL_DATA = @INSTALL_DATA@
197197
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -229,14 +229,22 @@ am__quote = @am__quote@
229229
am__tar = @am__tar@
230230
am__untar = @am__untar@
231231
bindir = @bindir@
232+
build = @build@
232233
build_alias = @build_alias@
234+
build_cpu = @build_cpu@
235+
build_os = @build_os@
236+
build_vendor = @build_vendor@
233237
builddir = @builddir@
234238
datadir = @datadir@
235239
datarootdir = @datarootdir@
236240
docdir = @docdir@
237241
dvidir = @dvidir@
238242
exec_prefix = @exec_prefix@
243+
host = @host@
239244
host_alias = @host_alias@
245+
host_cpu = @host_cpu@
246+
host_os = @host_os@
247+
host_vendor = @host_vendor@
240248
htmldir = @htmldir@
241249
includedir = @includedir@
242250
infodir = @infodir@
@@ -452,7 +460,6 @@ cscopelist-am: $(am__tagged_files)
452460

453461
distclean-tags:
454462
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
455-
456463
distdir: $(BUILT_SOURCES)
457464
$(MAKE) $(AM_MAKEFLAGS) distdir-am
458465

‎fsmount_kernel/build/Makefile.in

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -86,6 +86,8 @@ POST_INSTALL = :
8686
NORMAL_UNINSTALL = :
8787
PRE_UNINSTALL = :
8888
POST_UNINSTALL = :
89+
build_triplet = @build@
90+
host_triplet = @host@
8991
sbin_PROGRAMS = fsmount_kernel$(EXEEXT)
9092
subdir = fsmount_kernel/build
9193
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -165,8 +167,6 @@ am__define_uniq_tagged_files = \
165167
unique=`for i in $$list; do \
166168
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
167169
done | $(am__uniquify_input)`
168-
ETAGS = etags
169-
CTAGS = ctags
170170
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/tools/depcomp
171171
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172172
ACLOCAL = @ACLOCAL@
@@ -177,8 +177,9 @@ AUTOHEADER = @AUTOHEADER@
177177
AUTOMAKE = @AUTOMAKE@
178178
AWK = @AWK@
179179
CPPFLAGS = @CPPFLAGS@
180+
CSCOPE = @CSCOPE@
181+
CTAGS = @CTAGS@
180182
CXX = @CXX@
181-
CXXCPP = @CXXCPP@
182183
CXXDEPMODE = @CXXDEPMODE@
183184
CXXFLAGS = @CXXFLAGS@
184185
CYGPATH_W = @CYGPATH_W@
@@ -187,9 +188,8 @@ DEPDIR = @DEPDIR@
187188
ECHO_C = @ECHO_C@
188189
ECHO_N = @ECHO_N@
189190
ECHO_T = @ECHO_T@
190-
EGREP = @EGREP@
191+
ETAGS = @ETAGS@
191192
EXEEXT = @EXEEXT@
192-
GREP = @GREP@
193193
INSTALL = @INSTALL@
194194
INSTALL_DATA = @INSTALL_DATA@
195195
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -227,14 +227,22 @@ am__quote = @am__quote@
227227
am__tar = @am__tar@
228228
am__untar = @am__untar@
229229
bindir = @bindir@
230+
build = @build@
230231
build_alias = @build_alias@
232+
build_cpu = @build_cpu@
233+
build_os = @build_os@
234+
build_vendor = @build_vendor@
231235
builddir = @builddir@
232236
datadir = @datadir@
233237
datarootdir = @datarootdir@
234238
docdir = @docdir@
235239
dvidir = @dvidir@
236240
exec_prefix = @exec_prefix@
241+
host = @host@
237242
host_alias = @host_alias@
243+
host_cpu = @host_cpu@
244+
host_os = @host_os@
245+
host_vendor = @host_vendor@
238246
htmldir = @htmldir@
239247
includedir = @includedir@
240248
infodir = @infodir@
@@ -445,7 +453,6 @@ cscopelist-am: $(am__tagged_files)
445453

446454
distclean-tags:
447455
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448-
449456
distdir: $(BUILT_SOURCES)
450457
$(MAKE) $(AM_MAKEFLAGS) distdir-am
451458

‎fsmove/build/Makefile.in

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -86,6 +86,8 @@ POST_INSTALL = :
8686
NORMAL_UNINSTALL = :
8787
PRE_UNINSTALL = :
8888
POST_UNINSTALL = :
89+
build_triplet = @build@
90+
host_triplet = @host@
8991
sbin_PROGRAMS = fsmove$(EXEEXT)
9092
subdir = fsmove/build
9193
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -194,8 +196,6 @@ am__define_uniq_tagged_files = \
194196
unique=`for i in $$list; do \
195197
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
196198
done | $(am__uniquify_input)`
197-
ETAGS = etags
198-
CTAGS = ctags
199199
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/tools/depcomp
200200
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201201
ACLOCAL = @ACLOCAL@
@@ -206,8 +206,9 @@ AUTOHEADER = @AUTOHEADER@
206206
AUTOMAKE = @AUTOMAKE@
207207
AWK = @AWK@
208208
CPPFLAGS = @CPPFLAGS@
209+
CSCOPE = @CSCOPE@
210+
CTAGS = @CTAGS@
209211
CXX = @CXX@
210-
CXXCPP = @CXXCPP@
211212
CXXDEPMODE = @CXXDEPMODE@
212213
CXXFLAGS = @CXXFLAGS@
213214
CYGPATH_W = @CYGPATH_W@
@@ -216,9 +217,8 @@ DEPDIR = @DEPDIR@
216217
ECHO_C = @ECHO_C@
217218
ECHO_N = @ECHO_N@
218219
ECHO_T = @ECHO_T@
219-
EGREP = @EGREP@
220+
ETAGS = @ETAGS@
220221
EXEEXT = @EXEEXT@
221-
GREP = @GREP@
222222
INSTALL = @INSTALL@
223223
INSTALL_DATA = @INSTALL_DATA@
224224
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -256,14 +256,22 @@ am__quote = @am__quote@
256256
am__tar = @am__tar@
257257
am__untar = @am__untar@
258258
bindir = @bindir@
259+
build = @build@
259260
build_alias = @build_alias@
261+
build_cpu = @build_cpu@
262+
build_os = @build_os@
263+
build_vendor = @build_vendor@
260264
builddir = @builddir@
261265
datadir = @datadir@
262266
datarootdir = @datarootdir@
263267
docdir = @docdir@
264268
dvidir = @dvidir@
265269
exec_prefix = @exec_prefix@
270+
host = @host@
266271
host_alias = @host_alias@
272+
host_cpu = @host_cpu@
273+
host_os = @host_os@
274+
host_vendor = @host_vendor@
267275
htmldir = @htmldir@
268276
includedir = @includedir@
269277
infodir = @infodir@
@@ -575,7 +583,6 @@ cscopelist-am: $(am__tagged_files)
575583

576584
distclean-tags:
577585
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578-
579586
distdir: $(BUILT_SOURCES)
580587
$(MAKE) $(AM_MAKEFLAGS) distdir-am
581588

‎fsremap/build/Makefile.in

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -86,6 +86,8 @@ POST_INSTALL = :
8686
NORMAL_UNINSTALL = :
8787
PRE_UNINSTALL = :
8888
POST_UNINSTALL = :
89+
build_triplet = @build@
90+
host_triplet = @host@
8991
sbin_PROGRAMS = fsremap$(EXEEXT)
9092
subdir = fsremap/build
9193
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -201,8 +203,6 @@ am__define_uniq_tagged_files = \
201203
unique=`for i in $$list; do \
202204
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203205
done | $(am__uniquify_input)`
204-
ETAGS = etags
205-
CTAGS = ctags
206206
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/tools/depcomp
207207
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208208
ACLOCAL = @ACLOCAL@
@@ -213,8 +213,9 @@ AUTOHEADER = @AUTOHEADER@
213213
AUTOMAKE = @AUTOMAKE@
214214
AWK = @AWK@
215215
CPPFLAGS = @CPPFLAGS@
216+
CSCOPE = @CSCOPE@
217+
CTAGS = @CTAGS@
216218
CXX = @CXX@
217-
CXXCPP = @CXXCPP@
218219
CXXDEPMODE = @CXXDEPMODE@
219220
CXXFLAGS = @CXXFLAGS@
220221
CYGPATH_W = @CYGPATH_W@
@@ -223,9 +224,8 @@ DEPDIR = @DEPDIR@
223224
ECHO_C = @ECHO_C@
224225
ECHO_N = @ECHO_N@
225226
ECHO_T = @ECHO_T@
226-
EGREP = @EGREP@
227+
ETAGS = @ETAGS@
227228
EXEEXT = @EXEEXT@
228-
GREP = @GREP@
229229
INSTALL = @INSTALL@
230230
INSTALL_DATA = @INSTALL_DATA@
231231
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -263,14 +263,22 @@ am__quote = @am__quote@
263263
am__tar = @am__tar@
264264
am__untar = @am__untar@
265265
bindir = @bindir@
266+
build = @build@
266267
build_alias = @build_alias@
268+
build_cpu = @build_cpu@
269+
build_os = @build_os@
270+
build_vendor = @build_vendor@
267271
builddir = @builddir@
268272
datadir = @datadir@
269273
datarootdir = @datarootdir@
270274
docdir = @docdir@
271275
dvidir = @dvidir@
272276
exec_prefix = @exec_prefix@
277+
host = @host@
273278
host_alias = @host_alias@
279+
host_cpu = @host_cpu@
280+
host_os = @host_os@
281+
host_vendor = @host_vendor@
274282
htmldir = @htmldir@
275283
includedir = @includedir@
276284
infodir = @infodir@
@@ -618,7 +626,6 @@ cscopelist-am: $(am__tagged_files)
618626

619627
distclean-tags:
620628
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621-
622629
distdir: $(BUILT_SOURCES)
623630
$(MAKE) $(AM_MAKEFLAGS) distdir-am
624631

‎fstransform/build/Makefile.in

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.16.3 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.5 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -86,6 +86,8 @@ POST_INSTALL = :
8686
NORMAL_UNINSTALL = :
8787
PRE_UNINSTALL = :
8888
POST_UNINSTALL = :
89+
build_triplet = @build@
90+
host_triplet = @host@
8991
subdir = fstransform/build
9092
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9193
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -161,8 +163,9 @@ AUTOHEADER = @AUTOHEADER@
161163
AUTOMAKE = @AUTOMAKE@
162164
AWK = @AWK@
163165
CPPFLAGS = @CPPFLAGS@
166+
CSCOPE = @CSCOPE@
167+
CTAGS = @CTAGS@
164168
CXX = @CXX@
165-
CXXCPP = @CXXCPP@
166169
CXXDEPMODE = @CXXDEPMODE@
167170
CXXFLAGS = @CXXFLAGS@
168171
CYGPATH_W = @CYGPATH_W@
@@ -171,9 +174,8 @@ DEPDIR = @DEPDIR@
171174
ECHO_C = @ECHO_C@
172175
ECHO_N = @ECHO_N@
173176
ECHO_T = @ECHO_T@
174-
EGREP = @EGREP@
177+
ETAGS = @ETAGS@
175178
EXEEXT = @EXEEXT@
176-
GREP = @GREP@
177179
INSTALL = @INSTALL@
178180
INSTALL_DATA = @INSTALL_DATA@
179181
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -211,14 +213,22 @@ am__quote = @am__quote@
211213
am__tar = @am__tar@
212214
am__untar = @am__untar@
213215
bindir = @bindir@
216+
build = @build@
214217
build_alias = @build_alias@
218+
build_cpu = @build_cpu@
219+
build_os = @build_os@
220+
build_vendor = @build_vendor@
215221
builddir = @builddir@
216222
datadir = @datadir@
217223
datarootdir = @datarootdir@
218224
docdir = @docdir@
219225
dvidir = @dvidir@
220226
exec_prefix = @exec_prefix@
227+
host = @host@
221228
host_alias = @host_alias@
229+
host_cpu = @host_cpu@
230+
host_os = @host_os@
231+
host_vendor = @host_vendor@
222232
htmldir = @htmldir@
223233
includedir = @includedir@
224234
infodir = @infodir@
@@ -317,7 +327,6 @@ ctags CTAGS:
317327

318328
cscope cscopelist:
319329

320-
321330
distdir: $(BUILT_SOURCES)
322331
$(MAKE) $(AM_MAKEFLAGS) distdir-am
323332

‎tools/config.guess

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/automake-1.16/config.guess

‎tools/config.sub

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/automake-1.16/config.sub

0 commit comments

Comments
 (0)
Please sign in to comment.