diff options
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 |