Autotools in SCL

Repository provides various versions of autotools for all supported Fedora distributions, Fedora Rawhide, and all supported EPEL versions (so particular package from this repository may expect EPEL repository enabled).

All tools are distributed like Software Collections -- therefore they do not collide with your installed system packages. One of the key points here is that you can run the same version of the tool e.g. both on RHEL5 or Fedora Rawhide.

There are currently packaged two collections:

  • autotools-latest -- contains latest released (stable) versions of autoconf, automake, libtool, and m4
  • autotools-git -- bleeding edge development versions of autoconf, automake and libtool build directly from git repositories from time to time (m4 from git is not packaged yet).

Known Bugs:

  • EPEL5 -- there is a problem with repodata (Red Hat Bug #1088840), as a workaround please install python-hashlib on el5 distribution before you try to install any package from these repositories.

Useful links:

Report a bug in the issue tracker

Instructions

Simply, just install yum repository file which is packaged in appropriate RPM below (choose the one which matches your distribution). After that install desired collection:

$ sudo yum install autotools-latest

You can try that it works:

$ m4 --version | head -1
m4 (GNU M4) 1.4.16
$ scl enable autotools-latest bash
$ m4 --version | head -1
m4 (GNU M4) 1.4.17

Typical usage for package maintainer:

$ scl enable autotools-latest 'rpmbuild --rebuild *.src.rpm'

Thats it, ping me when you find a problem.

Policy

Community Project: Maintained by upstream communities of developers. The software is cared for, but the developers make no commitments to update the repositories in a timely manner.

Related software collections

Some packages from this collection require packages provided by these collections:

Related COPR projects

Yum Repositories Dec. 16, 2015, 11:52 a.m.

Operating system Package with repo Browse files
RHEL 5 and CentOS 5 i386 (1712 downloads) x86_64 (1797 downloads) i386 | x86_64
RHEL 6 and CentOS 6 i386 (2066 downloads) x86_64 (10564 downloads) i386 | x86_64
RHEL 7 and CentOS 7 x86_64 (2472 downloads) x86_64
Fedora rawhide i386 (561 downloads) x86_64 (588 downloads) i386 | x86_64

Rating

Rated by 0 users

Report malicious content