This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 5b28b8d3980f configure.ac | |
--- a/configure.ac Wed Jan 25 19:35:26 2017 +0100 | |
+++ b/configure.ac Fri Feb 03 16:59:08 2017 +0100 | |
@@ -26,7 +26,7 @@ | |
AC_LANG(C) | |
AC_CHECK_FUNCS([ftime gettimeofday]) | |
-AC_CHECK_HEADERS([sys/time.h sys/timeb.h]) | |
+AC_CHECK_HEADERS([sys/time.h sys/timeb.h xlocale.h]) | |
AC_HEADER_TIOCGWINSZ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- License: GPL v3 --> | |
<!-- (C) 2016 Martin Gieseking <martin.gieseking@uos.de> --> | |
<xsl:stylesheet version="2.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:xlink='http://www.w3.org/1999/xlink' | |
xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
xmlns:svg='http://www.w3.org/2000/svg' | |
xmlns='http://www.w3.org/2000/svg' | |
xmlns:my="my-namespace" |