zfs/cmd
Arvind Sankar 1537105a8c Add config.rpath for AM_GNU_GETTEXT
Commit e8864b1b28 ("config: libintl/libiconv for gettext() detection")
added an empty config.rpath with a comment that the real one doesn't
work with libtool.

However, an empty config.rpath doesn't really work: eg. on FreeBSD,
where libintl is in /usr/local/lib, configure thinks that gettext
doesn't exist and NLS should be disabled, which currently isn't
supported in the source, and hence requires manual workaround to
directly link -lintl without relying on configure. config.rpath is
essential to let it be detected either in --prefix or using
--with-libintl-prefix.

I also don't see the mentioned issue with libtool flags applied to
compilation, it seems to work fine to pass LTLIBINTL to libtool. It's
unnecessary to include LTLIBICONV as the configure test will
automatically append that to LTLIBINTL if it is necessary to link with
libiconv.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Closes #10538
2020-07-10 14:26:12 -07:00
..
arc_summary Fixes for make dist 2020-06-26 14:20:02 -07:00
arcstat arcstat: add 'avail', fix 'free' 2020-06-26 18:05:28 -07:00
dbufstat Fix check for sed --in-place 2020-06-24 18:19:59 -07:00
fsck_zfs Fix typos in cmd/ 2019-08-30 09:43:30 -07:00
mount_zfs Add config.rpath for AM_GNU_GETTEXT 2020-07-10 14:26:12 -07:00
raidz_test Clean up lib dependencies 2020-07-10 14:26:00 -07:00
vdev_id Fix typos in cmd/ 2019-08-30 09:43:30 -07:00
zdb Clean up lib dependencies 2020-07-10 14:26:00 -07:00
zed Clean up lib dependencies 2020-07-10 14:26:00 -07:00
zfs Add config.rpath for AM_GNU_GETTEXT 2020-07-10 14:26:12 -07:00
zfs_ids_to_path Mark functions as static 2020-06-18 12:20:38 -07:00
zgenhostid bash scripts: use /usr/bin/env for bash shebangs 2020-02-10 13:13:46 -08:00
zhack Clean up lib dependencies 2020-07-10 14:26:00 -07:00
zinject Clean up lib dependencies 2020-07-10 14:26:00 -07:00
zpool Add config.rpath for AM_GNU_GETTEXT 2020-07-10 14:26:12 -07:00
zstream Clean up lib dependencies 2020-07-10 14:26:00 -07:00
zstreamdump Minor `zstream redup` command fixes 2020-04-10 21:10:09 -07:00
ztest Clean up lib dependencies 2020-07-10 14:26:00 -07:00
zvol_id OpenZFS restructuring - libspl 2019-10-02 10:39:48 -07:00
zvol_wait zvol_wait should ignore redacted zvols 2019-11-06 10:51:19 -08:00
Makefile.am Small program that converts a dataset id and an object id to a path 2020-05-20 10:05:33 -07:00