Changeset 3143 for trunk/src/kmk
- Timestamp:
- Mar 15, 2018, 12:00:29 AM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/configure.ac
r3140 r3143 30 30 # We cannot enable -Werror because gettext 0.18.1 has invalid content 31 31 # When we update gettext to 0.18.3 or better we can add it again. 32 AM_INIT_AUTOMAKE([1.15 foreign -Werror -Wall]) 32 # bird: Added subdir-objects 33 AM_INIT_AUTOMAKE([1.15 foreign -Werror -Wall subdir-objects]) 33 34 34 35 # Checks for programs. … … 52 53 53 54 # Enable gettext, in "external" mode. 54 AM_GNU_GETTEXT_VERSION([0.19.4]) 55 AM_GNU_GETTEXT([external]) 55 # bird: causes trouble when it doesn't find 'po' in SUBDIRS, so skip it. 56 #AM_GNU_GETTEXT_VERSION([0.19.4]) 57 #AM_GNU_GETTEXT([external]) 56 58 57 59 # This test must come as early as possible after the compiler configuration -
trunk/src/kmk/loadapi.c
r3140 r3143 60 60 61 61 s = xstrdup (buffer); 62 eval_buffer (s, flp );62 eval_buffer (s, flp IF_WITH_VALUE_LENGTH_PARAM (strlen (s) /** @todo suboptimal */)); 63 63 free (s); 64 64
Note:
See TracChangeset
for help on using the changeset viewer.