On 9/8/07, Justin Piszcz <[EMAIL PROTECTED]> wrote: > $ ./configure --with-user=nut --with-group=nut > --prefix=/app/nut-trunk-1091 > > checking sys/time.h presence... yes > checking for sys/time.h... yes > ./configure: line 5460: NUT_TYPE_SOCKLEN_T: command not found > ./configure: line 5461: NUT_TYPE_UINT16_T: command not found > ./configure: line 5462: NUT_TYPE_UINT8_T: command not found > checking for --with-all... not given > ./configure: line 5492: syntax error near unexpected token `serial,' > ./configure: line 5492: `NUT_ARG_WITH(serial, build and install serial > drivers, yes)' > > autoconf/automake do not produce a working configure and no configure in > trunk?
This looks like you need to run autoreconf. It will re-run autoconf and automake, but will also include all of the NUT-specific macros in the m4/ directory. Also, be sure that you do not have automake-1.4 installed at all, and you have a later version of automake, such as 1.8 or 1.9. -- - Charles Lepple -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]