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

2011-08-16 Thread David Miller
Signed-off-by: David S. Miller da...@davemloft.net --- 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 @@

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

2011-08-16 Thread Jonathan Nieder
David Miller wrote: --- /dev/null +++ b/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal \ + autoheader \ + automake --add-missing \ + autoconf Doesn't autoreconf -fis work? -- To unsubscribe from this list: send the line unsubscribe dash in the body of a message to