[PATCH 2/2] [SHELL] Add top-level autogen.sh

2011-08-16 Thread David Miller
Signed-off-by: David S. Miller --- 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 000..9879c53 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal \ +&

[PATCH 1/2] [SHELL] Allow building without LINEO support.

2011-08-16 Thread David Miller
Simply specify --disable-lineno to configure. Signed-off-by: David S. Miller --- configure.ac |5 + src/var.c|4 src/var.h|6 ++ 3 files changed, 15 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 7eae954..96b6310 100644 --- a/confi