17 Aug 2011 02:45
[PATCH 2/2] [SHELL] Add top-level autogen.sh
David Miller <davem <at> davemloft.net>
2011-08-17 00:45:22 GMT
2011-08-17 00:45:22 GMT
Signed-off-by: David S. Miller <davem <at> 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 0000000..9879c53 --- /dev/null +++ b/autogen.sh <at> <at> -0,0 +1,6 <at> <at> +#!/bin/sh + +aclocal \ +&& autoheader \ +&& automake --add-missing \ +&& autoconf -- -- 1.7.6.401.g6a319 -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed