Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
automake: A GNU tool for automatically creating Makefiles
- Summary
- Automake is a tool for automatically generating `Makefile.in'
files compliant with the GNU Coding Standards.
You should install Automake if you are developing software and would
like to use its ability to automatically generate GNU standard
Makefiles. If you install Automake, you will also need to install
GNU's Autoconf package.
Changelog
- * Tue Feb 20 18:00:00 2007 Karsten Hopp <karsten{%}redhat{*}com> 1.10-5
- fix some rpmlint warnings
- * Tue Feb 20 18:00:00 2007 Karsten Hopp <karsten{%}redhat{*}com> 1.10-4
- bz 225302:
- make install DESTDIR=...
- fix BuildRoot
- fix post/preun requirements
- define all directories on ./configure line
- filter perl(Automake*) dependencies
- replace all tabs with spaces
- remove trailing dot from summary
- * Thu Jan 18 18:00:00 2007 Karsten Hopp <karsten{%}redhat{*}com> 1.10-3
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)