diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
commit | 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /util/subst.conf.in | |
parent | Initial commit. (diff) | |
download | e2fsprogs-upstream.tar.xz e2fsprogs-upstream.zip |
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'util/subst.conf.in')
-rw-r--r-- | util/subst.conf.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/util/subst.conf.in b/util/subst.conf.in new file mode 100644 index 0000000..0da4554 --- /dev/null +++ b/util/subst.conf.in @@ -0,0 +1,26 @@ +AWK @AWK@ +SED @SED@ +E2FSPROGS_MONTH @E2FSPROGS_MONTH@ +E2FSPROGS_YEAR @E2FSPROGS_YEAR@ +E2FSPROGS_DATE @E2FSPROGS_DATE@ +E2FSPROGS_VERSION @E2FSPROGS_VERSION@ +SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@ +SIZEOF_LONG @SIZEOF_LONG@ +SIZEOF_INT @SIZEOF_INT@ +SIZEOF_SHORT @SIZEOF_SHORT@ +datarootdir @datarootdir@ +datadir @datadir@ +root_sysconfdir @root_sysconfdir@ +$datarootdir @datarootdir@ +$root_prefix @root_prefix@ +$prefix @prefix@ +# Enable the documentation for the journal device mke2fs, tune2fs, and +# e2fsck's man page +JDEV +# Enable the documentation for the tdb profile in e2fsck.conf's man page +TDB_MAN_COMMENT @TDB_MAN_COMMENT@ +root_sbindir @root_sbindir@ +root_bindir @root_bindir@ +libdir @libdir@ +$exec_prefix @exec_prefix@ +pkglibdir @libdir@/e2fsprogs |