[Replicant] [libsamsung-ipc][PATCH] autogen.sh: don't run ./configure
Joonas Kylmälä
joonas.kylmala at iki.fi
Tue Jul 7 13:34:27 UTC 2020
Acked-by: Joonas Kylmälä <joonas.kylmala at iki.fi>
Denis 'GNUtoo' Carikli:
> In project using autotools, autogen.sh scrips are common and
> are typically used to generate the ./configure script.
>
> While running ./configure in that script might speed up the
> setup for compiling libsamsung-ipc manually, packagers that
> know a bit about the autotools probably don't expect that
> script to run ./configure as well, as packagers typically
> run ./configure after autogen.sh.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
> ---
> autogen.sh | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/autogen.sh b/autogen.sh
> index 61289aa..a05bd7e 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -8,5 +8,3 @@ cd $srcdir
>
> autoreconf -v --install || exit 1
> cd $ORIGDIR || exit $?
> -
> -$srcdir/configure "$@"
>
More information about the Replicant
mailing list