Update from mother - #1
Merged
Merged
Conversation
* configure.ac: - Replace bug report e-mail address with GitHub issue tracker URL.
* configure.ac, +lib/, +lib/Makefile.am, +lib/wcpcpy.c:
- Check for wcpcpy() and provide a replacement if missing.
* src/Makefile.am:
- Add $(LTLIBOBJS) to swath_LIBADD.
- Use 'subdir-objects' automake option.
* src/filterrtf.cpp:
- Add optional declaration of wcpcpy() if missing.
- [FilterRTF::GetNextToken()] Replace wcpncpy() call with
wcsncpy() and manual pointer advancement, as the pre-calculated
nCopy already determines the exact characters copied.
Thanks scole_mail for the report via a personal mail.
* Makefile.am: - Add 'lib' to SUBDIRS.
* configure.ac:
- Quote m4 strings in AC_INIT() parameters.
- Replace AM_PROG_LIBTOOL with LT_INIT.
- Drop AC_HEADER_STDC as 'autoupdate' suggests.
- Replace obsolete AC_HELP_STRING() with AS_HELP_STRING().
- Replace parameterized AC_OUTPUT() with AC_CONFIG_FILES()
and parameter-less AC_OUTPUT.
- Update AC_PREREQ() from 2.59 to 2.71.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.