From: Heiko Z. <smi...@us...> - 2014-01-05 16:03:41
|
Update of /cvsroot/devil-linux/build In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1339 Modified Files: CHANGES Makefile.prepare md5sum.lst Log Message: updated build system m4 to 1.4.17 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1584 retrieving revision 1.1585 diff -u -d -r1.1584 -r1.1585 --- CHANGES 4 Jan 2014 14:13:14 -0000 1.1584 +++ CHANGES 5 Jan 2014 16:03:39 -0000 1.1585 @@ -22,6 +22,7 @@ # 1.6.5 +- updated build system m4 to 1.4.17 - updated LVM2.2.02.98 - updated Linux-PAM-1.1.8 - updated httpd-2.2.26 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.722 retrieving revision 1.723 diff -u -d -r1.722 -r1.723 --- md5sum.lst 4 Jan 2014 14:13:14 -0000 1.722 +++ md5sum.lst 5 Jan 2014 16:03:39 -0000 1.723 @@ -313,6 +313,7 @@ 2c4c0ceac3a7e50b37fac4174d2179c3 src/lsof_4.82_src.tar.bz2 493af4c77ef6761e3f0157cd1be033a0 src/lynx2.8.7.tar.bz2 95380bd4081f85ef08c5209f4107e9f8 src/lzo-2.06.tar.gz +12a3c829301a4fd6586a57d3fcf196dc src/m4-1.4.17.tar.xz 1a11100f3c63fcf5753818e59d63088f src/make-3.82.tar.bz2 fc30378641cda1bb4e51f39cefd9249a src/makedepend.tar.bz2 ba154d5796928b841c9c69f0ae376660 src/man-1.6g.tar.gz Index: Makefile.prepare =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.prepare,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.prepare 4 Jan 2014 14:13:14 -0000 1.7 +++ Makefile.prepare 5 Jan 2014 16:03:39 -0000 1.8 @@ -15,7 +15,7 @@ GROUP_07 := gmp mpfr mpc ppl cloog-ppl GROUP_08 := gcc-pass1 glibc gcc-4 GROUP_09 := libtool -GROUP_10 := autoconf bison makedepend nasm +GROUP_10 := m4 autoconf bison makedepend nasm GROUP_11 := automake dev86 GROUP_X := flex Python # End of dependencies @@ -34,7 +34,9 @@ libtool: | $(GROUP_08) -autoconf: | $(GROUP_09) +autoconf: | $(GROUP_09) m4 + +m4: | $(GROUP_09) bison: | $(GROUP_09) |