steve crosby wrote: > Just a heads up - util-linux 2.13 will remove several items, as per > the following changelog entry for pre1 > > Changes: > GNU autoconf/automake/libtool are now used for building.
Yay! However, the autoconfigury in this pre1 release is busted. Most of the --enable-xxx and -disable-xxx switches don't work. In configure.ac for the AC_ARG_ENABLE switches, the developer has used $withval when he should be using $enableval. This is covered in the Autoconf manual. I've sent a bug report upstream. Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
