summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-24 19:49:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-24 19:49:08 -0700
commit76aca0cdeb648421ebbbfc3c7e14c2d0d1878348 (patch)
tree8201351ec73e013a88381dd4ae99cb247c19a9ee /ChangeLog
parent57276037c1357e54730a94fb1191362d4f694252 (diff)
downloadtxr-76aca0cdeb648421ebbbfc3c7e14c2d0d1878348.tar.gz
txr-76aca0cdeb648421ebbbfc3c7e14c2d0d1878348.tar.bz2
txr-76aca0cdeb648421ebbbfc3c7e14c2d0d1878348.zip
GNU Flex's libfl library provides nothing. Let us not refer to it. It
only causes build issues on some systems where it is not provided in the standard location, or is not cross-compiled properly. * Makefile (LEXLIB): Reference to variable removed. * configure (lexlib): Variable removed. (LEXLIB): config.make variable not generated. * parser.l (yywrap): Provide this trivial function as inline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a436101..e326e3de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2014-10-24 Kaz Kylheku <kaz@kylheku.com>
+ GNU Flex's libfl library provides nothing. Let us not refer to it. It
+ only causes build issues on some systems where it is not provided
+ in the standard location, or is not cross-compiled properly.
+
+ * Makefile (LEXLIB): Reference to variable removed.
+
+ * configure (lexlib): Variable removed.
+ (LEXLIB): config.make variable not generated.
+
+ * parser.l (yywrap): Provide this trivial function as inline.
+
+2014-10-24 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile: Removing trailing spaces.
(GREP_CHECK): New macro.
(enforce): Rewritten using GREP_CHECK, with new checks.