OpenBSD's Perl Libtool for IRIX. Requires Perl 5.20 or later.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kazuo Kuroi cedb3bb20a README Added 3 years ago
bin Fixed permissions 3 years ago
m4 Added m4 macro and GPLV2 license file (according to github it's GPLv2) 3 years ago
man Added perl script and manpage 3 years ago
perl-modules/LT Fixed permissions 3 years ago
LICENSE Added ISC license since this originates from OpenBSD 3 years ago
README.md README Added 3 years ago

README.md

Libtool-IRIX

An experimental port of OpenBSD's perl-based libtool

Why?

GNU Libtool is slower on IRIX due to it using, generally, GNU bash. By porting the perl-based version from OpenBSD, we ensure that we have something that works a bit faster.

Requirements

GNU M4, Make, Autoconf/Automake, an acceptable troff/nroff/groff implementation, and Perl 5.20 or later.

Installation

An install script will be provided once testing is completed. The general manual procedure is:

  1. Drop the contents of the perl-modules in your updated perl's directory

  2. Drop the libtool script somewhere in PATH, such as /usr/bsd (default test location)

  3. Drop the manpage, if desired, in your manpage search path.

  4. Double check permissions of the modules and files

Licensing

ISC, as per OpenBSD's source tree other than the m4 macro file, which appears to be GPLv2

Source

Obtained from OpenBSD's CVS. You can view it on the web here: http://bxr.su/OpenBSD/usr.bin/libtool/