From: oetiker Date: Mon, 4 Apr 2005 21:12:21 +0000 (+0000) Subject: prepared for 1.2rc1 release X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=14ea9bb6fd0aa52341cdf3cb49cb8e9b73e2c6ae;p=rrdtool-all.git prepared for 1.2rc1 release git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@349 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/acinclude.m4 b/program/acinclude.m4 index ee6aca4a..7d7cc9ec 100644 --- a/program/acinclude.m4 +++ b/program/acinclude.m4 @@ -20,7 +20,7 @@ AC_DEFUN([EX_CHECK_ALL], ex_check_save_LIBS=${LIBS} ex_check_save_CPPFLAGS=${CPPFLAGS} ex_check_save_LDFLAGS=${LDPFLAGS} - if [ x$7 != x ]; then + if test "x$7" != "x"; then CPPFLAGS="-I$7 $CPPFLAGS" fi dnl try compiling naked first diff --git a/program/configure.ac b/program/configure.ac index db858313..48a82491 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -449,7 +449,7 @@ echo " Tcl Config: $tcl_config" echo " Build rrdcgi: $enable_rrdcgi" echo " Build librrd MT: $enable_pthread" echo -ech +echo echo "Type 'make' to compile the software and use 'make install' to " echo "install everything to: $prefix." echo