X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=autogen.sh;h=085b4d8632d15a979bbcefd654e06e4ffec9ec60;hb=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;hp=fd5c1983c732faaa0f2c31b6991f8c778de1ceb9;hpb=974914b8cf365193b1f457a6d3a7c173b910ab50;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/autogen.sh b/autogen.sh index fd5c198..085b4d8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,24 +7,24 @@ test -n "$srcdir" || srcdir=. olddir=`pwd` cd $srcdir -#echo -n "checking for ragel... " +#printf "checking for ragel... " #which ragel || { # echo "You need to install ragel... See http://www.complang.org/ragel/" # exit 1 #} -echo -n "checking for pkg-config... " +printf "checking for pkg-config... " which pkg-config || { echo "*** No pkg-config found, please install it ***" exit 1 } -echo -n "checking for libtoolize... " +printf "checking for libtoolize... " which glibtoolize || which libtoolize || { echo "*** No libtoolize (libtool) found, please install it ***" exit 1 } -echo -n "checking for gtkdocize... " +printf "checking for gtkdocize... " if which gtkdocize ; then gtkdocize --copy || exit 1 else @@ -32,7 +32,7 @@ else echo "EXTRA_DIST = " > gtk-doc.make fi -echo -n "checking for autoreconf... " +printf "checking for autoreconf... " which autoreconf || { echo "*** No autoreconf (autoconf) found, please install it ***" exit 1