From: Frederic Marchal Date: Sun, 10 Mar 2013 18:06:07 +0000 (+0100) Subject: Fix some messages from the configure script X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2eb201cb1dcef88a4e27401558ca2a053b56053;p=thirdparty%2Fsarg.git Fix some messages from the configure script Get rid of the hard coded echo instructions. --- diff --git a/configure.in b/configure.in index 0f90762..a0e2021 100644 --- a/configure.in +++ b/configure.in @@ -213,7 +213,7 @@ if test $ac_cv_sizeof_rlim_t = "4"; then elif test $ac_cv_sizeof_rlim_t = "8"; then AC_DEFINE(RLIM_STRING, "%lli", [Rlim string]) else - AC_MSG_WARN([can not detect the size of your system\'s rlim_t type]) + AC_MSG_WARN([can not detect the size of your system rlim_t type]) fi dnl check for the long long int max constant @@ -232,7 +232,7 @@ AS_HELP_STRING([--enable-sargphp=sargphpdir], fi ],[SARGPHPDIR="/var/www/html"]) if test "$SARGPHPDIR" ; then - echo "using $SARGPHPDIR as the directory to install sarg-php" + AC_MSG_NOTICE([using $SARGPHPDIR as the directory to install sarg-php]) AC_SUBST(SARGPHPDIR) fi @@ -251,7 +251,7 @@ if test "$FONTDIR" ; then else tempfullpath=`eval "echo $FONTDIR"` fi - echo "using $tempfullpath as the directory of the fonts" + AC_MSG_NOTICE([using $tempfullpath as the directory of the fonts]) AC_SUBST(FONTDIR) fi @@ -269,7 +269,7 @@ if test "x$prefix" == "xNONE" ; then else tempfullpath=`eval "echo $IMAGEDIR"` fi -echo "using $tempfullpath as the directory of the images" +AC_MSG_NOTICE([using $tempfullpath as the directory of the images]) AC_SUBST(IMAGEDIR) dnl Enable extra compile and run time protection