Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
automake19 - A GNU tool for automatically creating Makefiles.
Automake is a tool for automatically generating
`Makefile.in' files compliant with the GNU Coding Standards.
This package contains Automake 1.9, an older version of Automake.
You should install it if you need to run automake in a project that
has not yet been updated to work with latest version of Automake.
Packages
Latest: automake19-1.9.6-2.3.el5.fio.noarch.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| automake19 |
0 |
1.9.6 |
2.3.el5.fio |
noarch |
325 KiB |
2011-05-01 09:00:34 |
Changelog:
- * 2010-02-27 - Karsten Hopp <karsten[AT]redhat[DOTCOM]> 1.9.6-2.3
- increase delay in self checks
- add delays in aclocal7 self check
http://osdir.com/ml/sysutils.automake.bugs/2006-09/msg00012.html
- preserve timestamps of configure files
- * 2010-02-16 - Karsten Hopp <karsten[AT]redhat[DOTCOM]> 1.9.6-2.2
- add fix for CVE-2009-4029
- * 2006-07-12 - Jesse Keating <jkeating[AT]redhat[DOTCOM]> - 1.9.6-2.1
- rebuild
- * 2005-12-19 - Karsten Hopp <karsten[AT]redhat.de> 1.9.6-2
- include NEWS file (#174674)
- add %check (#174674)
- * 2005-12-09 - Jesse Keating <jkeating[AT]redhat[DOTCOM]>
- rebuilt
- * 2005-07-19 - Karsten Hopp <karsten[AT]redhat.de> 1.9.6-1
- Automake 1.9.6
- * 2005-02-13 - Florian La Roche <laroche[AT]redhat[DOTCOM]>
- 1.9.5 bug-fix release
- * 2005-02-01 - Daniel Reed <djr[AT]redhat[DOTCOM]> 1.9.4-1
- version bump
- Portability nits in install-sh and mdata-sh.
- Don't let `make install' fails if a _JAVA primary becomes empty
because of conditionals.
- Do not confuse CHANGELOG with ChangeLog on case-insensitive
case-preserving file systems (likewise for all automatically
distributed files).
- Do not embed $DESTDIR in Python's byte-code files.
- Work around programs that read stdin when checking for --version
and --help options (when the `std-options' is used).
- Fix AM_PATH_PYTHON to correctly define PYTHON as `:' when no minimum
version was supplied and no interpreter is found.
- * 2004-11-01 - Daniel Reed <djr[AT]redhat[DOTCOM]> 1.9.3-1
- version bump
- Dependency tracking using mode "dashmstdout" or "dashXmstdout" did not work for libtool objects compiled with --tag (i.e., compiled with Libtool 1.5 or later). The compilation would succeed, but `depcomp' would emit a warning and not output any dependency information.
- Ignore comments from augmented variables ...
- `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'.
- _PROGRAMS now always create programs. Before 1.9 it would mistakenly create a libtool library if the name of the program ended in `.la'.
- `compile' now handles `*.obj' objects.
- `aclocal' recognizes AC_DEFUN_ONCE.
- * 2004-09-28 - Warren Togami <wtogami[AT]redhat[DOTCOM]> - 1.9.2-3
- trim docs