[libdispatch-dev] [PATCH] simplify autogen.sh
Bobby Powers
bobbypowers at gmail.com
Mon Oct 26 07:41:47 PDT 2009
without passing --foreign to automake, it warns about and creates a
bunch of files like NEWS, COPYING, AUTHORS, etc in the top level of
the directory, assuming the project wants to comply to the GNU
standards.
Bobby
On Mon, Oct 26, 2009 at 3:50 AM, Paolo Bonzini <bonzini at gnu.org> wrote:
> This is all that is needed, actually.
> ---
> autogen.sh | 6 +-----
> 1 files changed, 1 insertions(+), 5 deletions(-)
>
> diff --git a/autogen.sh b/autogen.sh
> index d4668c6..b83e6e7 100644
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -2,9 +2,5 @@
> #
> #
> #
> -libtoolize --copy --force
> -aclocal
> -autoheader
> -automake -a -c --foreign
> -autoconf
> +autoreconf -fvi
>
> --
> 1.6.2.5
>
> _______________________________________________
> libdispatch-dev mailing list
> libdispatch-dev at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/libdispatch-dev
>
More information about the libdispatch-dev
mailing list