A Program for Automatically Generating GNU-Style Makefile.in Files
http://www.gnu.org/software/automake
Automake is a tool for automatically generating "Makefile.in" files
from "Makefile.am" files. "Makefile.am" is a series of "make" macro
definitions (with rules occasionally thrown in). The generated
"Makefile.in" files are compatible with the GNU Makefile standards.
- Devel package for openSUSE:Factory
-
13
derived packages
- Links to openSUSE:Factory / automake
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools:building/automake && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
automake-1.13.4.tar.xz | 0001449608 1.38 MB | |
automake-SuSE.patch | 0000014548 14.2 KB | |
automake-require_file.patch | 0000000721 721 Bytes | |
automake-rpmlintrc | 0000000141 141 Bytes | |
automake-testsuite.changes | 0000049765 48.6 KB | |
automake-testsuite.spec | 0000003127 3.05 KB | |
automake.changes | 0000049765 48.6 KB | |
automake.spec | 0000003107 3.03 KB | |
pre_checkin.sh | 0000000279 279 Bytes |
Revision 35 (latest revision is 98)
Philipp Thomas (psmt)
committed
(revision 35)
- Update to 1.13.4: - Fix a minor regression introduced in Automake 1.13.3: when two or more user-defined suffix rules were present in a single Makefile.am, automake would needlessly include definition of some make variables related to C compilation in the generated Makefile.in (bug#14560). - Patches updated to they apply cleanly and with no offset. - Update to 1.13.4: - Fix a minor regression introduced in Automake 1.13.3: when two or more user-defined suffix rules were present in a single Makefile.am, automake would needlessly include definition of some make variables related to C compilation in the generated Makefile.in (bug#14560).
Comments 0