From: Gaetan Nadon Date: Mon, 18 Nov 2013 20:17:12 +0000 (-0500) Subject: autogen.sh: remove unneeded m4 configuration workaround X-Git-Tag: libevdev-0.5~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16560f2c01fe0c5c1bc6a6dd4fc7103486681a8e;p=platform%2Fupstream%2Flibevdev.git autogen.sh: remove unneeded m4 configuration workaround 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 Signed-off-by: Peter Hutterer --- 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"