autogen.sh: make sure m4 dir exist
authorWaLyong Cho <walyong.cho@samsung.com>
Tue, 15 Nov 2016 05:15:26 +0000 (14:15 +0900)
committerWaLyong Cho <walyong.cho@samsung.com>
Tue, 15 Nov 2016 05:15:47 +0000 (14:15 +0900)
Change-Id: I50c4d017911a66a35d3ae496aa790df8a8508ebc
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
autogen.sh

index c4d77f3..58b2be4 100755 (executable)
@@ -17,6 +17,9 @@ fi
 # ./configure anyway.
 touch README INSTALL
 
+# make sure m4 dir exist
+mkdir -p m4
+
 autoreconf --force --install --verbose || exit $?
 
 if [ "x$opt" = "xc" ]; then