diff options
Diffstat (limited to 'bfd/doc')
-rw-r--r-- | bfd/doc/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 2c54e29..e2ce0b1 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -171,6 +171,8 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKGVERSION = @PKGVERSION@ +PLUGINS_FALSE = @PLUGINS_FALSE@ +PLUGINS_TRUE = @PLUGINS_TRUE@ POSUB = @POSUB@ RANLIB = @RANLIB@ REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@ @@ -245,6 +247,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +supports_plugins = @supports_plugins@ sysconfdir = @sysconfdir@ target = @target@ target_alias = @target_alias@ |