Remove unnecessary autogen.sh in some of sub-directories 66/119466/2
authorSung-Jin Park <sj76.park@samsung.com>
Fri, 17 Mar 2017 05:34:36 +0000 (14:34 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 22 Mar 2017 04:14:05 +0000 (21:14 -0700)
Change-Id: Ib40fc2078bc7f8a6332b84b97dcea381ca155f8c
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/bin/doctor/autogen.sh [deleted file]
src/samples/autogen.sh [deleted file]

diff --git a/src/bin/doctor/autogen.sh b/src/bin/doctor/autogen.sh
deleted file mode 100755 (executable)
index 916169a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-test -n "$srcdir" || srcdir=`dirname "$0"`
-test -n "$srcdir" || srcdir=.
-(
-  cd "$srcdir" &&
-  autoreconf --force -v --install
-) || exit
-test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
diff --git a/src/samples/autogen.sh b/src/samples/autogen.sh
deleted file mode 100755 (executable)
index 916169a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-test -n "$srcdir" || srcdir=`dirname "$0"`
-test -n "$srcdir" || srcdir=.
-(
-  cd "$srcdir" &&
-  autoreconf --force -v --install
-) || exit
-test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"