Opened 20 months ago
Closed 20 months ago
#67085 closed defect (fixed)
autoconf: don't depend on gettext
Reported by: | jmroot (Joshua Root) | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | autoconf |
Description
autopoint
is just one of several commands that autoreconf
will run if (and only if) the configure.ac
calls for it. Others include intltoolize
and gtkdocize
. Rather than all ports using autoconf being required to have gettext installed, it should be added to depends_build
by the ports that actually need it, just as intltool and gtk-doc are.
Change History (1)
comment:1 Changed 20 months ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In a61fcbaaaa5e21fedb2997fda946c149bd00e915/macports-ports (master):