added qse_isuniblank() and changed qse_isblank() to use it.

regenerated various build files
This commit is contained in:
2015-06-12 03:54:04 +00:00
parent 40c6e5f5fe
commit 763efada8f
70 changed files with 42515 additions and 31187 deletions

View File

@ -15,6 +15,7 @@ AC_LANG(C)
dnl initialize automake
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_PROG_AR
dnl enable silent rules if automake supports them.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])