Change Dump file storage location

Changed the dump storage location from /tmp/dumps to
/var/lib/phosphor-debug-collector/dumps.

Change-Id: Ic77127e8e947cf7f15f62e1048604c9c3acaccd1
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/configure.ac b/configure.ac
index 3fb15c9..3423f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@
 AC_DEFINE_UNQUOTED([OBJ_ENTRY], ["$OBJ_ENTRY"], [The dump entry DBus object path])
 
 AC_ARG_VAR(BMC_DUMP_PATH, [Directory where bmc dumps are placed])
-AS_IF([test "x$BMC_DUMP_PATH" == "x"], [BMC_DUMP_PATH="/tmp/dumps"])
+AS_IF([test "x$BMC_DUMP_PATH" == "x"], [BMC_DUMP_PATH="/var/lib/phosphor-debug-collector/dumps/"])
 AC_DEFINE_UNQUOTED([BMC_DUMP_PATH], ["$BMC_DUMP_PATH"], [Directory where bmc dumps are placed])
 
 AC_ARG_VAR(BMC_DUMP_MAX_SIZE, [Maximum size of one bmc dump in kilo bytes])