[Nut-upsdev] [PATCH] nut: add autogen.sh
Axel Gembe
ago at bastart.eu.org
Fri Jun 6 20:40:48 UTC 2008
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