summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-14 22:50:13 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-14 22:50:13 -0500
commit73b51687f4a5512b77bd0524e18b66231d213802 (patch)
tree6041d0dde03682752379add2d3e081ff715967fb
parenta86b387eea83d2d6fa3d30017695ef7cf8a3734a (diff)
More friendly error message for configure.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1d73de5..d01d2a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT(scsolver.uno, 0.1, kyoshida@novell.com)
AC_ARG_WITH(ooo,
[
- --with-ooo specify the base directory path of OO.o installation.
+ --with-ooo specify the base directory path of your OOo installation.
Example: --with-ooo=/usr/lib/ooo3],
,)
@@ -31,7 +31,7 @@ else
AC_MSG_RESULT([not found])
fi
if test "z$HAVE_OOO_INSTALL" != "zyes"; then
- AC_MSG_ERROR([The OOo installation is not found.])
+ AC_MSG_ERROR([No OOo installation found. Specify your OOo installation path with ---with-ooo=<path>.])
fi
AC_SUBST(OOO_INSTALL_PATH)