summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d41e6c)
raw | patch | inline | side by side (parent: 3d41e6c)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 4 Apr 2005 21:12:21 +0000 (21:12 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 4 Apr 2005 21:12:21 +0000 (21:12 +0000) |
program/acinclude.m4 | patch | blob | history | |
program/configure.ac | patch | blob | history |
diff --git a/program/acinclude.m4 b/program/acinclude.m4
index ee6aca4ad1a448b87901f015da2f50c6fc11fdec..7d7cc9ecb98ab4abb7255a15a824519b7d7027f1 100644 (file)
--- a/program/acinclude.m4
+++ b/program/acinclude.m4
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 db85831350db35bfdd04539e3ad764cfd7dfdcea..48a82491d2869b010dc44088b823958441ab29fe 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
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