From: Heiko Z. <smi...@us...> - 2004-06-15 02:41:01
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18626/scripts Modified Files: Tag: rel-1-2-patches eagle-usb Log Message: increased version number - updated vim to v6.3 - updated sysstat to v5.0.5 - updated shfs to v0.35 - updated mdadm to v1.6.0 - updated LOOP-AES v2.1b - updated lm_sensors to v2.8.7 - updated i2c to v2.8.7 - updated grub to v0.95 - updated gnugk to 2.0.8 - updated eagle-usb to v1.9.8 - updated cyrus-imapd to v2.2.5 - updated cvs to v1.12.9 - updated clamav to v0.73 - updated bridge-utils to v1.0.4 Index: eagle-usb =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/eagle-usb,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- eagle-usb 27 Mar 2004 00:06:30 -0000 1.2 +++ eagle-usb 15 Jun 2004 02:40:46 -0000 1.2.2.1 @@ -30,6 +30,7 @@ case $1 in build ) if [ "$CONFIG_EAGLE_USB" = "y" ]; then + ./autogen.sh || exit 1 ./configure --prefix=/usr --with-kernel-src=$KERNELDIR --with-lang=en || exit 1 make || exit 1 fi |