From ea9e0b497c97d3bca281c52bdb99648d5c239558 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 6 May 2013 17:09:25 -0400 Subject: Split debug window HTML into a separate file. This has a few advantages: * No need to wrap it in quotes and maintain the macro. * Syntax highlighting works since it's not a string. * Indenting and whitespace looks nicer. * I can test it in a real browser. It strips all leading whitespace and compresses remaining whitespace to a single space to save room, so don't rely on whitespace. Also, it requires the xxd program, though once we use a new enough GLib, we can just use their GResource stuff. BTW, someone will have to fix Windows. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2475bd1517..fd44ded387 100644 --- a/configure.ac +++ b/configure.ac @@ -102,6 +102,7 @@ GNT_LT_VERSION_INFO="gnt_lt_current:gnt_micro_version:gnt_minor_version" AC_SUBST(GNT_LT_VERSION_INFO) AC_PATH_PROG(sedpath, sed) +AC_PATH_PROG(xxdpath, xxd) dnl Storing configure arguments AC_DEFINE_UNQUOTED(CONFIG_ARGS, "$ac_configure_args", [configure arguments]) -- cgit v1.2.1