[Nut-upsdev] [PATCH] nut: add autogen.sh

Charles Lepple clepple at gmail.com
Sat Jun 21 15:17:58 UTC 2008


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 <ago at bastart.eu.org> wrote:
> Well, just a simple helper.
>
> Signed-off-by: Axel Gembe <ago at bastart.eu.org>
> ---
>  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



More information about the Nut-upsdev mailing list