summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2017-11-03Misc. typosUnknown
Some are user facing. Some are in actual code. Most are in source comments. Also, please double check the changes in contrib/tools/pngfix.c
2015-08-02[libpng16] Moved config.h.in~ from the "libpng_autotools_files" list to theGlenn Randers-Pehrson
"libpng_autotools_extra" list in autogen.sh because it was causing a false positive for missing files (bug report by Robert C. Seacord).
2015-03-30[libpng16] Fixed rgb_to_gray checks and added tRNS checks to pngvalid.cJohn Bowler
2013-10-13[libpng16] Fix some typos in autogen.sh that don't affect its behaviorGlenn Randers-Pehrson
2013-10-06[libpng16] Make autogen.sh work with automake 1.13 as well as 1.14. Do thisJohn Bowler
by always removing the 1.14 'compile' script but never checking for it.
2013-10-04[libpng16] Made changes for compatibility with automake 1.14:John Bowler
1) Added the 'compile' program to the list of programs that must be cleaned in autogen.sh 2) Added 'subdir-objects' which causes .c files in sub-directories to be compiled such that the corresponding .o files are also in the sub-directory. This is because automake 1.14 warns that the current behavior of compiling to the top level directory may be removed in the future. 3) Updated dependencies on pnglibconf.h to match the new .o locations and added all the files in contrib/libtests and contrib/tools that depend on pnglibconf.h 4) Added 'BUILD_SOURCES = pnglibconf.h'; this is the automake recommended way of handling the dependencies of sources that are machine generated; unfortunately it only works if the user does 'make all' or 'make check', so the dependencies (3) are still required.
2013-03-02[libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson
2013-03-01[libpng16] Imported from libpng-1.6.0beta05.tarGlenn Randers-Pehrson
2013-02-16[libpng16] Enabled parallel tests - back ported from libpng-1.7.John Bowler
2012-06-16[libpng16] Imported from libpng-1.6.0beta25.tarGlenn Randers-Pehrson
2012-03-02[libpng16] Remove whitespace at end of linesJohn Bowler
2012-01-27[libpng16] Removed scripts/*m4 and updated autogen.shJohn Bowler
2012-01-25[libpng16] Rewrote autogen.sh to run autoreconfJohn Bowler
instead of running tools one-by-one.
2010-09-14[devel] Revised autogen.sh to recognize and use $AUTOCONF, $AUTOMAKE,Glenn Randers-Pehrson
$AUTOHEADER, $AUTOPOINT, $ACLOCAL and $LIBTOOLIZE
2010-08-18[devel] Removed spurious tabs, shorten long lines (no source change)Glenn Randers-Pehrson
Also added scripts/chkfmt to validate the format of all the files that can reasonably be validated (it is suggested to run "make distclean" before checking, because some machine generated files have long lines.) Reformatted the CHANGES file to be more consistent throughout.
2009-04-06Imported from libpng-1.4.0beta25.tarGlenn Randers-Pehrson
2009-04-06Imported from libpng-1.4.0beta7.tarGlenn Randers-Pehrson
2009-04-06Imported from libpng-1.2.9beta4.tarGlenn Randers-Pehrson
2009-04-06Imported from libpng-1.2.8.tarGlenn Randers-Pehrson
2009-04-06Imported from libpng-1.2.8beta1.tarGlenn Randers-Pehrson
2009-04-06Imported from libpng-1.2.7.tarGlenn Randers-Pehrson
2009-04-06Imported from libpng-1.2.7beta1.tarGlenn Randers-Pehrson
2009-04-06Imported from libpng-1.2.6.tarGlenn Randers-Pehrson