[PATCH libevdev] autogen.sh: fix broken out-of-source tree building

Peter Hutterer peter.hutterer at who-t.net
Mon Nov 18 16:04:44 PST 2013


On Mon, Nov 18, 2013 at 03:15:58PM -0500, Gaetan Nadon wrote:
> The configure script is invoked from the build directory rather than
> from the source directory.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  autogen.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/autogen.sh b/autogen.sh
> index cf2c610..3a7c5eb 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -10,4 +10,4 @@ test -d m4 || mkdir m4
>  autoreconf -fvi || exit $?
>  
>  cd "$olddir"
> -test -n "$NOCONFIGURE" || ./configure "$@"
> +test -n "$NOCONFIGURE" || $srcdir/configure "$@"
> -- 
> 1.7.9.5

pushed, thanks.

Cheers,
   Peter




More information about the Input-tools mailing list