Axel, just getting around to this patch - what version of autoconf and libtool are you using?
I ask because I have been able to get by with a simple 'autoreconf' when pulling down a fresh SVN tree. thanks, - Charles On Fri, Jun 6, 2008 at 4:40 PM, Axel Gembe <[EMAIL PROTECTED]> wrote: > Well, just a simple helper. > > Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> > --- > autogen.sh | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > create mode 100755 autogen.sh > > diff --git a/autogen.sh b/autogen.sh > new file mode 100755 > index 0000000..76a2462 > --- /dev/null > +++ b/autogen.sh > @@ -0,0 +1,6 @@ > +#!/bin/sh > + > +autoreconf -v --install -Wno-portability > +libtoolize --copy --force > + > +./configure $@ > -- > 1.5.5.1 _______________________________________________ Nut-upsdev mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev
