David Miller | 17 Aug 2011 02:45
Favicon

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


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

Jonathan Nieder | 17 Aug 2011 03:15
Picon

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

David Miller wrote:

> --- /dev/null
> +++ b/autogen.sh
>  <at>  <at>  -0,0 +1,6  <at>  <at> 
> +#!/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 majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane