[PATCH libevdev] autogen.sh: remove unneeded m4 configuration workaround

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


On Mon, Nov 18, 2013 at 03:17:12PM -0500, Gaetan Nadon wrote:
> Creating the m4 directory is not required under any circumstances
> when the package is properly configured. We have git files under m4.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  autogen.sh |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/autogen.sh b/autogen.sh
> index 3a7c5eb..dcf3ccf 100755
> --- a/autogen.sh
> +++ b/autogen.sh
> @@ -6,7 +6,6 @@ test -n "$srcdir" || srcdir=.
>  olddir=`pwd`
>  
>  cd "$srcdir"
> -test -d m4 || mkdir m4
>  autoreconf -fvi || exit $?
>  
>  cd "$olddir"
> -- 
> 1.7.9.5

pushed, thanks

Cheers,
   Peter



More information about the Input-tools mailing list