]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Fix some messages from the configure script
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 10 Mar 2013 18:06:07 +0000 (19:06 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 10 Mar 2013 18:06:07 +0000 (19:06 +0100)
Get rid of the hard coded echo instructions.

configure.in

index 0f90762cffbc3d18d7edf672d24dd3ad069c5028..a0e2021a47c64ad28f489ae78556436b0d749547 100644 (file)
@@ -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