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 |
---|---|---|
0001-correct-parameter-parsing-in-test-driver-scri |
0000001668 1.63 KB | |
_link | 0000000124 124 Bytes | |
_multibuild | 0000000058 58 Bytes | |
automake-1.13.4-fix-primary-prefix-invalid-couples |
0000001032 1.01 KB | |
automake-1.16.5.tar.xz | 0001601740 1.53 MB | |
automake-1.16.5.tar.xz.sig | 0000000833 833 Bytes | |
automake-require_file.patch | 0000000707 707 Bytes | |
automake-rpmlintrc | 0000000141 141 Bytes | |
automake-suse-vendor.patch | 0000016055 15.7 KB | |
automake.changes | 0000069214 67.6 KB | |
automake.keyring | 0000114680 112 KB | |
automake.spec | 0000004215 4.12 KB |
Revision 90 (latest revision is 98)
Dirk Mueller (dirkmueller)
committed
(revision 90)
- update to 1.16.5: - PYTHON_PREFIX and PYTHON_EXEC_PREFIX are now set according to Python's sys.* values only if the new configure option --with-python-sys-prefix is specified. Otherwise, GNU default values are used, as in the past. (The change in 1.16.3 was too incompatible.) - consistently depend on install-libLTLIBRARIES. - use const for yyerror declaration in bison/yacc tests. - Common top-level files can be provided as .md; the non-md version is used if both are present: AUTHORS ChangeLog INSTALL NEWS README README-alpha THANKS - CTAGS, ETAGS, SCOPE variables can be set via configure. - Silent make output for custom link commands. - New option "no-dist-built-sources" skips generating $(BUILT_SOURCES) before building the tarball as part of "make dist", that is, omits the dependency of $(distdir): $(BUILT_SOURCES). - automake output more reproducible. - test-driver less likely to clash with tests writing to the same file. - DejaGnu tests always use the directory name, testsuite/, for compatibility with the newer dejagnu-1.6.3 and with prior versions. - config.sub and config.guess updates include restoration of `...` for maximum portability. - refresh automake-suse-vendor.patch - drop fix-testsuite-failures-with-autoconf270.patch (upstream) - drop automake-reproducible.patch (upstream)
Comments 0