in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- Drop .la-files through USE_INC_LIBTOOL
- Drop pkg-message which was displaying a wrong path and won't be
correct anyway now that we're claiming to support different PREFIXes
This is 9libs, a package of Plan 9 compatibility libraries
derived from the X11 version of Rob Pike's editor, sam.
This release differs from the Bell Labs release.
PR: ports/48694
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>