Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17428/win32_inno
Modified Files: Makefile Log Message: added program versions to test target so they are in the build logs
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Makefile 21 Oct 2006 04:55:39 -0000 1.22 --- Makefile 6 Dec 2006 04:09:33 -0000 1.23 *************** *** 151,154 **** --- 151,155 ----
test_locations: + @echo -------------------------------------------------- @echo "PD_VERSION: $(PD_VERSION)" @echo "PD-EXTENDED_VERSION: $(PD-EXTENDED_VERSION)" *************** *** 165,168 **** --- 166,175 ---- @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + @echo -------------------------------------------------- + autoconf --version + @echo -------------------------------------------------- + make --version + @echo -------------------------------------------------- + gcc --version