libfmos-python 20240118__tar.gz → 20240415__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. {libfmos-20240118 → libfmos-20240415}/Makefile.am +9 -14
  2. {libfmos-20240118 → libfmos-20240415}/Makefile.in +13 -15
  3. {libfmos-20240118 → libfmos-20240415}/PKG-INFO +1 -1
  4. {libfmos-20240118 → libfmos-20240415}/common/Makefile.am +6 -7
  5. {libfmos-20240118 → libfmos-20240415}/common/Makefile.in +10 -8
  6. {libfmos-20240118 → libfmos-20240415}/common/config.h +3 -3
  7. {libfmos-20240118 → libfmos-20240415}/configure +67 -51
  8. {libfmos-20240118 → libfmos-20240415}/configure.ac +1 -1
  9. libfmos-20240415/dpkg/changelog +5 -0
  10. {libfmos-20240118 → libfmos-20240415}/include/Makefile.am +6 -8
  11. {libfmos-20240118 → libfmos-20240415}/include/Makefile.in +9 -9
  12. {libfmos-20240118 → libfmos-20240415}/include/libfmos/definitions.h +2 -2
  13. {libfmos-20240118 → libfmos-20240415}/libcerror/Makefile.am +4 -6
  14. {libfmos-20240118 → libfmos-20240415}/libcerror/Makefile.in +10 -7
  15. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_definitions.h +2 -2
  16. {libfmos-20240118 → libfmos-20240415}/libcnotify/Makefile.am +4 -6
  17. {libfmos-20240118 → libfmos-20240415}/libcnotify/Makefile.in +11 -7
  18. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_definitions.h +2 -2
  19. {libfmos-20240118 → libfmos-20240415}/libcthreads/Makefile.am +4 -6
  20. {libfmos-20240118 → libfmos-20240415}/libcthreads/Makefile.in +18 -7
  21. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_definitions.h +2 -2
  22. {libfmos-20240118 → libfmos-20240415}/libfmos/Makefile.am +6 -8
  23. {libfmos-20240118 → libfmos-20240415}/libfmos/Makefile.in +18 -9
  24. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos.rc +2 -2
  25. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_definitions.h +2 -2
  26. {libfmos-20240118 → libfmos-20240415}/libfmos.spec +2 -2
  27. {libfmos-20240118 → libfmos-20240415}/m4/common.m4 +3 -3
  28. {libfmos-20240118 → libfmos-20240415}/m4/libcerror.m4 +7 -4
  29. {libfmos-20240118 → libfmos-20240415}/m4/libcnotify.m4 +7 -4
  30. {libfmos-20240118 → libfmos-20240415}/m4/libcthreads.m4 +6 -4
  31. libfmos-20240415/m4/pthread.m4 +196 -0
  32. {libfmos-20240118 → libfmos-20240415}/manuals/Makefile.am +2 -4
  33. {libfmos-20240118 → libfmos-20240415}/manuals/Makefile.in +5 -5
  34. {libfmos-20240118 → libfmos-20240415}/msvscpp/Makefile.am +2 -4
  35. {libfmos-20240118 → libfmos-20240415}/msvscpp/Makefile.in +5 -5
  36. {libfmos-20240118 → libfmos-20240415}/ossfuzz/Makefile.am +4 -6
  37. {libfmos-20240118 → libfmos-20240415}/ossfuzz/Makefile.in +10 -7
  38. {libfmos-20240118 → libfmos-20240415}/pyfmos/Makefile.am +4 -6
  39. {libfmos-20240118 → libfmos-20240415}/pyfmos/Makefile.in +12 -7
  40. {libfmos-20240118 → libfmos-20240415}/setup.cfg +1 -1
  41. {libfmos-20240118 → libfmos-20240415}/tests/Makefile.am +6 -7
  42. {libfmos-20240118 → libfmos-20240415}/tests/Makefile.in +17 -8
  43. {libfmos-20240118 → libfmos-20240415}/tests/test_library.sh +3 -6
  44. {libfmos-20240118 → libfmos-20240415}/tests/test_manpage.sh +3 -6
  45. {libfmos-20240118 → libfmos-20240415}/tests/test_python_module.sh +14 -9
  46. libfmos-20240118/dpkg/changelog +0 -5
  47. libfmos-20240118/m4/pthread.m4 +0 -183
  48. {libfmos-20240118 → libfmos-20240415}/ABOUT-NLS +0 -0
  49. {libfmos-20240118 → libfmos-20240415}/AUTHORS +0 -0
  50. {libfmos-20240118 → libfmos-20240415}/COPYING +0 -0
  51. {libfmos-20240118 → libfmos-20240415}/COPYING.LESSER +0 -0
  52. {libfmos-20240118 → libfmos-20240415}/ChangeLog +0 -0
  53. {libfmos-20240118 → libfmos-20240415}/INSTALL +0 -0
  54. {libfmos-20240118 → libfmos-20240415}/NEWS +0 -0
  55. {libfmos-20240118 → libfmos-20240415}/README +0 -0
  56. {libfmos-20240118 → libfmos-20240415}/acinclude.m4 +0 -0
  57. {libfmos-20240118 → libfmos-20240415}/aclocal.m4 +0 -0
  58. {libfmos-20240118 → libfmos-20240415}/common/byte_stream.h +0 -0
  59. {libfmos-20240118 → libfmos-20240415}/common/common.h +0 -0
  60. {libfmos-20240118 → libfmos-20240415}/common/config.h.in +0 -0
  61. {libfmos-20240118 → libfmos-20240415}/common/config_borlandc.h +0 -0
  62. {libfmos-20240118 → libfmos-20240415}/common/config_msc.h +0 -0
  63. {libfmos-20240118 → libfmos-20240415}/common/config_winapi.h +0 -0
  64. {libfmos-20240118 → libfmos-20240415}/common/file_stream.h +0 -0
  65. {libfmos-20240118 → libfmos-20240415}/common/memory.h +0 -0
  66. {libfmos-20240118 → libfmos-20240415}/common/narrow_string.h +0 -0
  67. {libfmos-20240118 → libfmos-20240415}/common/system_string.h +0 -0
  68. {libfmos-20240118 → libfmos-20240415}/common/types.h +0 -0
  69. {libfmos-20240118 → libfmos-20240415}/common/types.h.in +0 -0
  70. {libfmos-20240118 → libfmos-20240415}/common/wide_string.h +0 -0
  71. {libfmos-20240118 → libfmos-20240415}/compile +0 -0
  72. {libfmos-20240118 → libfmos-20240415}/config.guess +0 -0
  73. {libfmos-20240118 → libfmos-20240415}/config.rpath +0 -0
  74. {libfmos-20240118 → libfmos-20240415}/config.sub +0 -0
  75. {libfmos-20240118 → libfmos-20240415}/depcomp +0 -0
  76. {libfmos-20240118 → libfmos-20240415}/dpkg/changelog.in +0 -0
  77. {libfmos-20240118 → libfmos-20240415}/dpkg/compat +0 -0
  78. {libfmos-20240118 → libfmos-20240415}/dpkg/control +0 -0
  79. {libfmos-20240118 → libfmos-20240415}/dpkg/copyright +0 -0
  80. {libfmos-20240118 → libfmos-20240415}/dpkg/libfmos-dev.install +0 -0
  81. {libfmos-20240118 → libfmos-20240415}/dpkg/libfmos-python3.install +0 -0
  82. {libfmos-20240118 → libfmos-20240415}/dpkg/libfmos.install +0 -0
  83. {libfmos-20240118 → libfmos-20240415}/dpkg/rules +0 -0
  84. {libfmos-20240118 → libfmos-20240415}/dpkg/source/format +0 -0
  85. {libfmos-20240118 → libfmos-20240415}/include/libfmos/definitions.h.in +0 -0
  86. {libfmos-20240118 → libfmos-20240415}/include/libfmos/error.h +0 -0
  87. {libfmos-20240118 → libfmos-20240415}/include/libfmos/extern.h +0 -0
  88. {libfmos-20240118 → libfmos-20240415}/include/libfmos/features.h +0 -0
  89. {libfmos-20240118 → libfmos-20240415}/include/libfmos/features.h.in +0 -0
  90. {libfmos-20240118 → libfmos-20240415}/include/libfmos/types.h +0 -0
  91. {libfmos-20240118 → libfmos-20240415}/include/libfmos/types.h.in +0 -0
  92. {libfmos-20240118 → libfmos-20240415}/include/libfmos.h +0 -0
  93. {libfmos-20240118 → libfmos-20240415}/include/libfmos.h.in +0 -0
  94. {libfmos-20240118 → libfmos-20240415}/install-sh +0 -0
  95. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_error.c +0 -0
  96. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_error.h +0 -0
  97. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_extern.h +0 -0
  98. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_support.c +0 -0
  99. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_support.h +0 -0
  100. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_system.c +0 -0
  101. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_system.h +0 -0
  102. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_types.h +0 -0
  103. {libfmos-20240118 → libfmos-20240415}/libcerror/libcerror_unused.h +0 -0
  104. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_extern.h +0 -0
  105. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_libcerror.h +0 -0
  106. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_print.c +0 -0
  107. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_print.h +0 -0
  108. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_stream.c +0 -0
  109. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_stream.h +0 -0
  110. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_support.c +0 -0
  111. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_support.h +0 -0
  112. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_unused.h +0 -0
  113. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_verbose.c +0 -0
  114. {libfmos-20240118 → libfmos-20240415}/libcnotify/libcnotify_verbose.h +0 -0
  115. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_condition.c +0 -0
  116. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_condition.h +0 -0
  117. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_error.c +0 -0
  118. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_error.h +0 -0
  119. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_extern.h +0 -0
  120. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_libcerror.h +0 -0
  121. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_lock.c +0 -0
  122. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_lock.h +0 -0
  123. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_mutex.c +0 -0
  124. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_mutex.h +0 -0
  125. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_queue.c +0 -0
  126. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_queue.h +0 -0
  127. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_read_write_lock.c +0 -0
  128. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_read_write_lock.h +0 -0
  129. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_repeating_thread.c +0 -0
  130. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_repeating_thread.h +0 -0
  131. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_support.c +0 -0
  132. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_support.h +0 -0
  133. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_thread.c +0 -0
  134. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_thread.h +0 -0
  135. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_thread_attributes.c +0 -0
  136. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_thread_attributes.h +0 -0
  137. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_thread_pool.c +0 -0
  138. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_thread_pool.h +0 -0
  139. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_types.h +0 -0
  140. {libfmos-20240118 → libfmos-20240415}/libcthreads/libcthreads_unused.h +0 -0
  141. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos.c +0 -0
  142. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos.rc.in +0 -0
  143. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_adc.c +0 -0
  144. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_adc.h +0 -0
  145. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_definitions.h.in +0 -0
  146. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_error.c +0 -0
  147. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_error.h +0 -0
  148. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_extern.h +0 -0
  149. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_libcerror.h +0 -0
  150. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_libcnotify.h +0 -0
  151. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzfse.c +0 -0
  152. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzfse.h +0 -0
  153. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzfse_bit_stream.c +0 -0
  154. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzfse_bit_stream.h +0 -0
  155. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzfse_decoder.c +0 -0
  156. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzfse_decoder.h +0 -0
  157. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzvn.c +0 -0
  158. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_lzvn.h +0 -0
  159. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_notify.c +0 -0
  160. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_notify.h +0 -0
  161. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_support.c +0 -0
  162. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_support.h +0 -0
  163. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_types.h +0 -0
  164. {libfmos-20240118 → libfmos-20240415}/libfmos/libfmos_unused.h +0 -0
  165. {libfmos-20240118 → libfmos-20240415}/libfmos.pc.in +0 -0
  166. {libfmos-20240118 → libfmos-20240415}/libfmos.spec.in +0 -0
  167. {libfmos-20240118 → libfmos-20240415}/ltmain.sh +0 -0
  168. {libfmos-20240118 → libfmos-20240415}/m4/gettext.m4 +0 -0
  169. {libfmos-20240118 → libfmos-20240415}/m4/host-cpu-c-abi.m4 +0 -0
  170. {libfmos-20240118 → libfmos-20240415}/m4/iconv.m4 +0 -0
  171. {libfmos-20240118 → libfmos-20240415}/m4/intlmacosx.m4 +0 -0
  172. {libfmos-20240118 → libfmos-20240415}/m4/lib-ld.m4 +0 -0
  173. {libfmos-20240118 → libfmos-20240415}/m4/lib-link.m4 +0 -0
  174. {libfmos-20240118 → libfmos-20240415}/m4/lib-prefix.m4 +0 -0
  175. {libfmos-20240118 → libfmos-20240415}/m4/libtool.m4 +0 -0
  176. {libfmos-20240118 → libfmos-20240415}/m4/ltoptions.m4 +0 -0
  177. {libfmos-20240118 → libfmos-20240415}/m4/ltsugar.m4 +0 -0
  178. {libfmos-20240118 → libfmos-20240415}/m4/ltversion.m4 +0 -0
  179. {libfmos-20240118 → libfmos-20240415}/m4/lt~obsolete.m4 +0 -0
  180. {libfmos-20240118 → libfmos-20240415}/m4/nls.m4 +0 -0
  181. {libfmos-20240118 → libfmos-20240415}/m4/po.m4 +0 -0
  182. {libfmos-20240118 → libfmos-20240415}/m4/progtest.m4 +0 -0
  183. {libfmos-20240118 → libfmos-20240415}/m4/python.m4 +0 -0
  184. {libfmos-20240118 → libfmos-20240415}/m4/tests.m4 +0 -0
  185. {libfmos-20240118 → libfmos-20240415}/m4/types.m4 +0 -0
  186. {libfmos-20240118 → libfmos-20240415}/manuals/libfmos.3 +0 -0
  187. {libfmos-20240118 → libfmos-20240415}/missing +0 -0
  188. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_adc/fmos_test_adc.vcproj +0 -0
  189. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_error/fmos_test_error.vcproj +0 -0
  190. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_lzfse/fmos_test_lzfse.vcproj +0 -0
  191. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_lzfse_bit_stream/fmos_test_lzfse_bit_stream.vcproj +0 -0
  192. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_lzfse_decoder/fmos_test_lzfse_decoder.vcproj +0 -0
  193. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_lzvn/fmos_test_lzvn.vcproj +0 -0
  194. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_notify/fmos_test_notify.vcproj +0 -0
  195. {libfmos-20240118 → libfmos-20240415}/msvscpp/fmos_test_support/fmos_test_support.vcproj +0 -0
  196. {libfmos-20240118 → libfmos-20240415}/msvscpp/libcerror/libcerror.vcproj +0 -0
  197. {libfmos-20240118 → libfmos-20240415}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
  198. {libfmos-20240118 → libfmos-20240415}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
  199. {libfmos-20240118 → libfmos-20240415}/msvscpp/libfmos/libfmos.vcproj +0 -0
  200. {libfmos-20240118 → libfmos-20240415}/msvscpp/libfmos.sln +0 -0
  201. {libfmos-20240118 → libfmos-20240415}/msvscpp/pyfmos/pyfmos.vcproj +0 -0
  202. {libfmos-20240118 → libfmos-20240415}/ossfuzz/adc_fuzzer.cc +0 -0
  203. {libfmos-20240118 → libfmos-20240415}/ossfuzz/lzfse_fuzzer.cc +0 -0
  204. {libfmos-20240118 → libfmos-20240415}/ossfuzz/lzvn_fuzzer.cc +0 -0
  205. {libfmos-20240118 → libfmos-20240415}/ossfuzz/ossfuzz_libfmos.h +0 -0
  206. {libfmos-20240118 → libfmos-20240415}/po/ChangeLog +0 -0
  207. {libfmos-20240118 → libfmos-20240415}/po/Makefile.in.in +0 -0
  208. {libfmos-20240118 → libfmos-20240415}/po/Makevars +0 -0
  209. {libfmos-20240118 → libfmos-20240415}/po/Makevars.in +0 -0
  210. {libfmos-20240118 → libfmos-20240415}/po/POTFILES.in +0 -0
  211. {libfmos-20240118 → libfmos-20240415}/po/Rules-quot +0 -0
  212. {libfmos-20240118 → libfmos-20240415}/po/boldquot.sed +0 -0
  213. {libfmos-20240118 → libfmos-20240415}/po/en@boldquot.header +0 -0
  214. {libfmos-20240118 → libfmos-20240415}/po/en@quot.header +0 -0
  215. {libfmos-20240118 → libfmos-20240415}/po/insert-header.sin +0 -0
  216. {libfmos-20240118 → libfmos-20240415}/po/quot.sed +0 -0
  217. {libfmos-20240118 → libfmos-20240415}/po/remove-potcdate.sin +0 -0
  218. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos.c +0 -0
  219. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos.h +0 -0
  220. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_adc.c +0 -0
  221. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_adc.h +0 -0
  222. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_error.c +0 -0
  223. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_error.h +0 -0
  224. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_libcerror.h +0 -0
  225. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_libfmos.h +0 -0
  226. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_lzfse.c +0 -0
  227. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_lzfse.h +0 -0
  228. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_lzvn.c +0 -0
  229. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_lzvn.h +0 -0
  230. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_python.h +0 -0
  231. {libfmos-20240118 → libfmos-20240415}/pyfmos/pyfmos_unused.h +0 -0
  232. {libfmos-20240118 → libfmos-20240415}/pyproject.toml +0 -0
  233. {libfmos-20240118 → libfmos-20240415}/setup.cfg.in +0 -0
  234. {libfmos-20240118 → libfmos-20240415}/setup.py +0 -0
  235. {libfmos-20240118 → libfmos-20240415}/test-driver +0 -0
  236. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_adc.c +0 -0
  237. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_error.c +0 -0
  238. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_libcerror.h +0 -0
  239. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_libcnotify.h +0 -0
  240. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_libfmos.h +0 -0
  241. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_lzfse.c +0 -0
  242. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_lzfse_bit_stream.c +0 -0
  243. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_lzfse_decoder.c +0 -0
  244. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_lzvn.c +0 -0
  245. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_macros.h +0 -0
  246. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_notify.c +0 -0
  247. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_support.c +0 -0
  248. {libfmos-20240118 → libfmos-20240415}/tests/fmos_test_unused.h +0 -0
  249. {libfmos-20240118 → libfmos-20240415}/tests/pyfmos_test_adc.py +0 -0
  250. {libfmos-20240118 → libfmos-20240415}/tests/pyfmos_test_lzfse.py +0 -0
  251. {libfmos-20240118 → libfmos-20240415}/tests/pyfmos_test_lzvn.py +0 -0
  252. {libfmos-20240118 → libfmos-20240415}/tests/pyfmos_test_support.py +0 -0
  253. {libfmos-20240118 → libfmos-20240415}/tests/test_runner.sh +0 -0
@@ -50,8 +50,15 @@ EXTRA_DIST = \
50
50
  $(SETUP_PY_FILES) \
51
51
  $(SPEC_FILES)
52
52
 
53
- MAINTAINERCLEANFILES = \
54
- Makefile.in
53
+ DISTCLEANFILES = \
54
+ config.status \
55
+ config.cache \
56
+ config.log \
57
+ libfmos.pc \
58
+ libfmos.spec \
59
+ Makefile \
60
+ Makefile.in \
61
+ po/Makevars
55
62
 
56
63
  pkgconfigdir = $(libdir)/pkgconfig
57
64
 
@@ -71,15 +78,3 @@ library:
71
78
  (cd $(srcdir)/libfmos && $(MAKE) $(AM_MAKEFLAGS))
72
79
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
73
80
 
74
- distclean: clean
75
- -rm -f Makefile
76
- -rm -f config.status
77
- -rm -f config.cache
78
- -rm -f config.log
79
- -rm -f libfmos.pc
80
- -rm -f libfmos.spec
81
- @for dir in ${subdirs}; do \
82
- (cd $$dir && $(MAKE) distclean) \
83
- || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
84
- done && test -z "$$fail"
85
-
@@ -510,8 +510,15 @@ EXTRA_DIST = \
510
510
  $(SETUP_PY_FILES) \
511
511
  $(SPEC_FILES)
512
512
 
513
- MAINTAINERCLEANFILES = \
514
- Makefile.in
513
+ DISTCLEANFILES = \
514
+ config.status \
515
+ config.cache \
516
+ config.log \
517
+ libfmos.pc \
518
+ libfmos.spec \
519
+ Makefile \
520
+ Makefile.in \
521
+ po/Makevars
515
522
 
516
523
  pkgconfigdir = $(libdir)/pkgconfig
517
524
  pkgconfig_DATA = \
@@ -936,15 +943,18 @@ clean-generic:
936
943
  distclean-generic:
937
944
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
938
945
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
946
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
939
947
 
940
948
  maintainer-clean-generic:
941
949
  @echo "This command is intended for maintainers to use"
942
950
  @echo "it deletes files that may require special tools to rebuild."
943
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
944
951
  clean: clean-recursive
945
952
 
946
953
  clean-am: clean-generic clean-libtool mostlyclean-am
947
954
 
955
+ distclean: distclean-recursive
956
+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
957
+ -rm -f Makefile
948
958
  distclean-am: clean-am distclean-generic distclean-libtool \
949
959
  distclean-tags
950
960
 
@@ -1052,18 +1062,6 @@ library:
1052
1062
  (cd $(srcdir)/libfmos && $(MAKE) $(AM_MAKEFLAGS))
1053
1063
  (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
1054
1064
 
1055
- distclean: clean
1056
- -rm -f Makefile
1057
- -rm -f config.status
1058
- -rm -f config.cache
1059
- -rm -f config.log
1060
- -rm -f libfmos.pc
1061
- -rm -f libfmos.spec
1062
- @for dir in ${subdirs}; do \
1063
- (cd $$dir && $(MAKE) distclean) \
1064
- || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
1065
- done && test -z "$$fail"
1066
-
1067
1065
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
1068
1066
  # Otherwise a system limit (for SysV at least) may be exceeded.
1069
1067
  .NOEXPORT:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libfmos-python
3
- Version: 20240118
3
+ Version: 20240415
4
4
  Summary: Python bindings module for libfmos
5
5
  Author: Joachim Metz
6
6
  Author-email: joachim.metz@gmail.com
@@ -1,4 +1,5 @@
1
- AM_CPPFLAGS = -I$(top_srcdir)/include
1
+ AM_CPPFLAGS = \
2
+ -I../include -I$(top_srcdir)/include
2
3
 
3
4
  EXTRA_DIST = \
4
5
  byte_stream.h \
@@ -15,11 +16,9 @@ EXTRA_DIST = \
15
16
  types.h.in \
16
17
  wide_string.h
17
18
 
18
- MAINTAINERCLEANFILES = \
19
+ DISTCLEANFILES = \
20
+ config.h \
21
+ types.h \
22
+ Makefile \
19
23
  Makefile.in
20
24
 
21
- distclean: clean
22
- -rm -f config.h
23
- -rm -f types.h
24
- -rm -f Makefile
25
-
@@ -358,7 +358,9 @@ target_alias = @target_alias@
358
358
  top_build_prefix = @top_build_prefix@
359
359
  top_builddir = @top_builddir@
360
360
  top_srcdir = @top_srcdir@
361
- AM_CPPFLAGS = -I$(top_srcdir)/include
361
+ AM_CPPFLAGS = \
362
+ -I../include -I$(top_srcdir)/include
363
+
362
364
  EXTRA_DIST = \
363
365
  byte_stream.h \
364
366
  common.h \
@@ -374,7 +376,10 @@ EXTRA_DIST = \
374
376
  types.h.in \
375
377
  wide_string.h
376
378
 
377
- MAINTAINERCLEANFILES = \
379
+ DISTCLEANFILES = \
380
+ config.h \
381
+ types.h \
382
+ Makefile \
378
383
  Makefile.in
379
384
 
380
385
  all: config.h
@@ -550,15 +555,17 @@ clean-generic:
550
555
  distclean-generic:
551
556
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
552
557
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
558
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
553
559
 
554
560
  maintainer-clean-generic:
555
561
  @echo "This command is intended for maintainers to use"
556
562
  @echo "it deletes files that may require special tools to rebuild."
557
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
558
563
  clean: clean-am
559
564
 
560
565
  clean-am: clean-generic clean-libtool mostlyclean-am
561
566
 
567
+ distclean: distclean-am
568
+ -rm -f Makefile
562
569
  distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
563
570
 
564
571
  dvi: dvi-am
@@ -646,11 +653,6 @@ uninstall-am:
646
653
  .PRECIOUS: Makefile
647
654
 
648
655
 
649
- distclean: clean
650
- -rm -f config.h
651
- -rm -f types.h
652
- -rm -f Makefile
653
-
654
656
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
655
657
  # Otherwise a system limit (for SysV at least) may be exceeded.
656
658
  .NOEXPORT:
@@ -323,7 +323,7 @@
323
323
  #define PACKAGE_NAME "libfmos"
324
324
 
325
325
  /* Define to the full name and version of this package. */
326
- #define PACKAGE_STRING "libfmos 20240118"
326
+ #define PACKAGE_STRING "libfmos 20240415"
327
327
 
328
328
  /* Define to the one symbol short name of this package. */
329
329
  #define PACKAGE_TARNAME "libfmos"
@@ -332,7 +332,7 @@
332
332
  #define PACKAGE_URL ""
333
333
 
334
334
  /* Define to the version of this package. */
335
- #define PACKAGE_VERSION "20240118"
335
+ #define PACKAGE_VERSION "20240415"
336
336
 
337
337
  /* The size of `int', as computed by sizeof. */
338
338
  #define SIZEOF_INT 4
@@ -358,7 +358,7 @@
358
358
  /* #undef STRERROR_R_CHAR_P */
359
359
 
360
360
  /* Version number of package */
361
- #define VERSION "20240118"
361
+ #define VERSION "20240415"
362
362
 
363
363
  /* Number of bits in a file offset, on hosts where this is settable. */
364
364
  /* #undef _FILE_OFFSET_BITS */
@@ -1,6 +1,6 @@
1
1
  #! /bin/sh
2
2
  # Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.71 for libfmos 20240118.
3
+ # Generated by GNU Autoconf 2.71 for libfmos 20240415.
4
4
  #
5
5
  # Report bugs to <joachim.metz@gmail.com>.
6
6
  #
@@ -621,8 +621,8 @@ MAKEFLAGS=
621
621
  # Identity of this package.
622
622
  PACKAGE_NAME='libfmos'
623
623
  PACKAGE_TARNAME='libfmos'
624
- PACKAGE_VERSION='20240118'
625
- PACKAGE_STRING='libfmos 20240118'
624
+ PACKAGE_VERSION='20240415'
625
+ PACKAGE_STRING='libfmos 20240415'
626
626
  PACKAGE_BUGREPORT='joachim.metz@gmail.com'
627
627
  PACKAGE_URL=''
628
628
 
@@ -1486,7 +1486,7 @@ if test "$ac_init_help" = "long"; then
1486
1486
  # Omit some internal or obsolete options to make the list less imposing.
1487
1487
  # This message is too long to be a string in the A/UX 3.1 sh.
1488
1488
  cat <<_ACEOF
1489
- \`configure' configures libfmos 20240118 to adapt to many kinds of systems.
1489
+ \`configure' configures libfmos 20240415 to adapt to many kinds of systems.
1490
1490
 
1491
1491
  Usage: $0 [OPTION]... [VAR=VALUE]...
1492
1492
 
@@ -1557,7 +1557,7 @@ fi
1557
1557
 
1558
1558
  if test -n "$ac_init_help"; then
1559
1559
  case $ac_init_help in
1560
- short | recursive ) echo "Configuration of libfmos 20240118:";;
1560
+ short | recursive ) echo "Configuration of libfmos 20240415:";;
1561
1561
  esac
1562
1562
  cat <<\_ACEOF
1563
1563
 
@@ -1721,7 +1721,7 @@ fi
1721
1721
  test -n "$ac_init_help" && exit $ac_status
1722
1722
  if $ac_init_version; then
1723
1723
  cat <<\_ACEOF
1724
- libfmos configure 20240118
1724
+ libfmos configure 20240415
1725
1725
  generated by GNU Autoconf 2.71
1726
1726
 
1727
1727
  Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2442,7 +2442,7 @@ cat >config.log <<_ACEOF
2442
2442
  This file contains any messages produced by compilers while
2443
2443
  running configure, to aid debugging if configure makes a mistake.
2444
2444
 
2445
- It was created by libfmos $as_me 20240118, which was
2445
+ It was created by libfmos $as_me 20240415, which was
2446
2446
  generated by GNU Autoconf 2.71. Invocation command line was
2447
2447
 
2448
2448
  $ $0$ac_configure_args_raw
@@ -3931,7 +3931,7 @@ fi
3931
3931
 
3932
3932
  # Define the identity of the package.
3933
3933
  PACKAGE='libfmos'
3934
- VERSION='20240118'
3934
+ VERSION='20240415'
3935
3935
 
3936
3936
 
3937
3937
  printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -23472,7 +23472,7 @@ then :
23472
23472
  ac_cv_libcerror=no
23473
23473
  else $as_nop
23474
23474
  ac_cv_libcerror=check
23475
- if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect
23475
+ if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes
23476
23476
  then :
23477
23477
  if test -d "$ac_cv_with_libcerror"
23478
23478
  then :
@@ -23971,7 +23971,8 @@ fi
23971
23971
  fi
23972
23972
 
23973
23973
  fi
23974
- if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_libcerror" != xyes
23974
+
23975
+ if test "x$ac_cv_libcerror" != xyes && test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes
23975
23976
  then :
23976
23977
  { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
23977
23978
  printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -24121,7 +24122,7 @@ fi
24121
24122
 
24122
24123
  fi
24123
24124
 
24124
- ac_cv_libcerror_CPPFLAGS="-I../libcerror";
24125
+ ac_cv_libcerror_CPPFLAGS="-I../libcerror -I\$(top_srcdir)/libcerror";
24125
24126
  ac_cv_libcerror_LIBADD="../libcerror/libcerror.la";
24126
24127
 
24127
24128
  ac_cv_libcerror=local
@@ -24223,7 +24224,7 @@ then :
24223
24224
  ac_cv_libcthreads=no
24224
24225
  else $as_nop
24225
24226
  ac_cv_libcthreads=check
24226
- if test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" != xauto-detect
24227
+ if test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" != xauto-detect && test "x$ac_cv_with_libcthreads" != xyes
24227
24228
  then :
24228
24229
  if test -d "$ac_cv_with_libcthreads"
24229
24230
  then :
@@ -25863,7 +25864,7 @@ fi
25863
25864
 
25864
25865
  fi
25865
25866
 
25866
- if test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" != xauto-detect && test "x$ac_cv_libcthreads" != xyes
25867
+ if test "x$ac_cv_libcthreads" != xyes && test "x$ac_cv_with_libcthreads" != x && test "x$ac_cv_with_libcthreads" != xauto-detect && test "x$ac_cv_with_libcthreads" != xyes
25867
25868
  then :
25868
25869
  { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
25869
25870
  printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -25925,12 +25926,17 @@ fi
25925
25926
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_with_pthread" >&5
25926
25927
  printf "%s\n" "$ac_cv_with_pthread" >&6; }
25927
25928
 
25928
- if test "x$ac_cv_with_pthread" != x && test "x$ac_cv_with_pthread" != xno && test "x$ac_cv_with_pthread" != xauto-detect
25929
+ if test "x$ac_cv_enable_shared_libs" = xno || test "x$ac_cv_with_pthread" = xno
25930
+ then :
25931
+ ac_cv_pthread=no
25932
+ else $as_nop
25933
+ ac_cv_pthread=check
25934
+ if test "x$ac_cv_with_pthread" != x && test "x$ac_cv_with_pthread" != xauto-detect && test "x$ac_cv_with_pthread" != xyes
25929
25935
  then :
25930
25936
  if test -d "$ac_cv_with_pthread"
25931
25937
  then :
25932
25938
  CFLAGS="$CFLAGS -I${ac_cv_with_pthread}/include"
25933
- LDFLAGS="$LDFLAGS -L${ac_cv_with_pthread}/lib"
25939
+ LDFLAGS="$LDFLAGS -L${ac_cv_with_pthread}/lib"
25934
25940
  else $as_nop
25935
25941
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: no such directory: $ac_cv_with_pthread" >&5
25936
25942
  printf "%s\n" "$as_me: WARNING: no such directory: $ac_cv_with_pthread" >&2;}
@@ -25939,11 +25945,11 @@ fi
25939
25945
 
25940
25946
  fi
25941
25947
 
25942
- if test "x$ac_cv_with_pthread" = xno
25948
+ fi
25949
+
25950
+ if test "x$ac_cv_pthread" = xcheck
25943
25951
  then :
25944
- ac_cv_pthread=no
25945
- else $as_nop
25946
- ac_fn_c_check_header_compile "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
25952
+ ac_fn_c_check_header_compile "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
25947
25953
  if test "x$ac_cv_header_pthread_h" = xyes
25948
25954
  then :
25949
25955
  printf "%s\n" "#define HAVE_PTHREAD_H 1" >>confdefs.h
@@ -25951,13 +25957,13 @@ then :
25951
25957
  fi
25952
25958
 
25953
25959
 
25954
- if test "x$ac_cv_header_pthread_h" = xno
25960
+ if test "x$ac_cv_header_pthread_h" = xno
25955
25961
  then :
25956
25962
  ac_cv_pthread=no
25957
25963
  else $as_nop
25958
- ac_cv_pthread=pthread
25964
+ ac_cv_pthread=pthread
25959
25965
 
25960
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
25966
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
25961
25967
  printf %s "checking for pthread_create in -lpthread... " >&6; }
25962
25968
  if test ${ac_cv_lib_pthread_pthread_create+y}
25963
25969
  then :
@@ -25999,7 +26005,7 @@ else $as_nop
25999
26005
  ac_cv_pthread=no
26000
26006
  fi
26001
26007
 
26002
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_exit in -lpthread" >&5
26008
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_exit in -lpthread" >&5
26003
26009
  printf %s "checking for pthread_exit in -lpthread... " >&6; }
26004
26010
  if test ${ac_cv_lib_pthread_pthread_exit+y}
26005
26011
  then :
@@ -26041,7 +26047,7 @@ else $as_nop
26041
26047
  ac_cv_pthread=no
26042
26048
  fi
26043
26049
 
26044
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_join in -lpthread" >&5
26050
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_join in -lpthread" >&5
26045
26051
  printf %s "checking for pthread_join in -lpthread... " >&6; }
26046
26052
  if test ${ac_cv_lib_pthread_pthread_join+y}
26047
26053
  then :
@@ -26084,7 +26090,7 @@ else $as_nop
26084
26090
  fi
26085
26091
 
26086
26092
 
26087
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_init in -lpthread" >&5
26093
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_init in -lpthread" >&5
26088
26094
  printf %s "checking for pthread_cond_init in -lpthread... " >&6; }
26089
26095
  if test ${ac_cv_lib_pthread_pthread_cond_init+y}
26090
26096
  then :
@@ -26126,7 +26132,7 @@ else $as_nop
26126
26132
  ac_cv_pthread=no
26127
26133
  fi
26128
26134
 
26129
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_destroy in -lpthread" >&5
26135
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_destroy in -lpthread" >&5
26130
26136
  printf %s "checking for pthread_cond_destroy in -lpthread... " >&6; }
26131
26137
  if test ${ac_cv_lib_pthread_pthread_cond_destroy+y}
26132
26138
  then :
@@ -26168,7 +26174,7 @@ else $as_nop
26168
26174
  ac_cv_pthread=no
26169
26175
  fi
26170
26176
 
26171
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_broadcast in -lpthread" >&5
26177
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_broadcast in -lpthread" >&5
26172
26178
  printf %s "checking for pthread_cond_broadcast in -lpthread... " >&6; }
26173
26179
  if test ${ac_cv_lib_pthread_pthread_cond_broadcast+y}
26174
26180
  then :
@@ -26210,7 +26216,7 @@ else $as_nop
26210
26216
  ac_cv_pthread=no
26211
26217
  fi
26212
26218
 
26213
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_signal in -lpthread" >&5
26219
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_signal in -lpthread" >&5
26214
26220
  printf %s "checking for pthread_cond_signal in -lpthread... " >&6; }
26215
26221
  if test ${ac_cv_lib_pthread_pthread_cond_signal+y}
26216
26222
  then :
@@ -26252,7 +26258,7 @@ else $as_nop
26252
26258
  ac_cv_pthread=no
26253
26259
  fi
26254
26260
 
26255
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_wait in -lpthread" >&5
26261
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_cond_wait in -lpthread" >&5
26256
26262
  printf %s "checking for pthread_cond_wait in -lpthread... " >&6; }
26257
26263
  if test ${ac_cv_lib_pthread_pthread_cond_wait+y}
26258
26264
  then :
@@ -26295,7 +26301,7 @@ else $as_nop
26295
26301
  fi
26296
26302
 
26297
26303
 
26298
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_init in -lpthread" >&5
26304
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_init in -lpthread" >&5
26299
26305
  printf %s "checking for pthread_mutex_init in -lpthread... " >&6; }
26300
26306
  if test ${ac_cv_lib_pthread_pthread_mutex_init+y}
26301
26307
  then :
@@ -26337,7 +26343,7 @@ else $as_nop
26337
26343
  ac_cv_pthread=no
26338
26344
  fi
26339
26345
 
26340
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_destroy in -lpthread" >&5
26346
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_destroy in -lpthread" >&5
26341
26347
  printf %s "checking for pthread_mutex_destroy in -lpthread... " >&6; }
26342
26348
  if test ${ac_cv_lib_pthread_pthread_mutex_destroy+y}
26343
26349
  then :
@@ -26379,7 +26385,7 @@ else $as_nop
26379
26385
  ac_cv_pthread=no
26380
26386
  fi
26381
26387
 
26382
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_lock in -lpthread" >&5
26388
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_lock in -lpthread" >&5
26383
26389
  printf %s "checking for pthread_mutex_lock in -lpthread... " >&6; }
26384
26390
  if test ${ac_cv_lib_pthread_pthread_mutex_lock+y}
26385
26391
  then :
@@ -26421,7 +26427,7 @@ else $as_nop
26421
26427
  ac_cv_pthread=no
26422
26428
  fi
26423
26429
 
26424
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_trylock in -lpthread" >&5
26430
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_trylock in -lpthread" >&5
26425
26431
  printf %s "checking for pthread_mutex_trylock in -lpthread... " >&6; }
26426
26432
  if test ${ac_cv_lib_pthread_pthread_mutex_trylock+y}
26427
26433
  then :
@@ -26463,7 +26469,7 @@ else $as_nop
26463
26469
  ac_cv_pthread=no
26464
26470
  fi
26465
26471
 
26466
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_unlock in -lpthread" >&5
26472
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_unlock in -lpthread" >&5
26467
26473
  printf %s "checking for pthread_mutex_unlock in -lpthread... " >&6; }
26468
26474
  if test ${ac_cv_lib_pthread_pthread_mutex_unlock+y}
26469
26475
  then :
@@ -26506,7 +26512,7 @@ else $as_nop
26506
26512
  fi
26507
26513
 
26508
26514
 
26509
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_init in -lpthread" >&5
26515
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_init in -lpthread" >&5
26510
26516
  printf %s "checking for pthread_rwlock_init in -lpthread... " >&6; }
26511
26517
  if test ${ac_cv_lib_pthread_pthread_rwlock_init+y}
26512
26518
  then :
@@ -26548,7 +26554,7 @@ else $as_nop
26548
26554
  ac_cv_pthread=no
26549
26555
  fi
26550
26556
 
26551
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_destroy in -lpthread" >&5
26557
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_destroy in -lpthread" >&5
26552
26558
  printf %s "checking for pthread_rwlock_destroy in -lpthread... " >&6; }
26553
26559
  if test ${ac_cv_lib_pthread_pthread_rwlock_destroy+y}
26554
26560
  then :
@@ -26590,7 +26596,7 @@ else $as_nop
26590
26596
  ac_cv_pthread=no
26591
26597
  fi
26592
26598
 
26593
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_rdlock in -lpthread" >&5
26599
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_rdlock in -lpthread" >&5
26594
26600
  printf %s "checking for pthread_rwlock_rdlock in -lpthread... " >&6; }
26595
26601
  if test ${ac_cv_lib_pthread_pthread_rwlock_rdlock+y}
26596
26602
  then :
@@ -26632,7 +26638,7 @@ else $as_nop
26632
26638
  ac_cv_pthread=no
26633
26639
  fi
26634
26640
 
26635
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_wrlock in -lpthread" >&5
26641
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_wrlock in -lpthread" >&5
26636
26642
  printf %s "checking for pthread_rwlock_wrlock in -lpthread... " >&6; }
26637
26643
  if test ${ac_cv_lib_pthread_pthread_rwlock_wrlock+y}
26638
26644
  then :
@@ -26674,7 +26680,7 @@ else $as_nop
26674
26680
  ac_cv_pthread=no
26675
26681
  fi
26676
26682
 
26677
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_unlock in -lpthread" >&5
26683
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_rwlock_unlock in -lpthread" >&5
26678
26684
  printf %s "checking for pthread_rwlock_unlock in -lpthread... " >&6; }
26679
26685
  if test ${ac_cv_lib_pthread_pthread_rwlock_unlock+y}
26680
26686
  then :
@@ -26717,13 +26723,22 @@ else $as_nop
26717
26723
  fi
26718
26724
 
26719
26725
 
26720
- ac_cv_pthread_LIBADD="-lpthread";
26726
+ ac_cv_pthread_LIBADD="-lpthread";
26727
+
26728
+ fi
26729
+
26730
+ if test "x$ac_cv_with_pthread" != x && test "x$ac_cv_with_pthread" != xauto-detect && test "x$ac_cv_with_pthread" != xyes
26731
+ then :
26732
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
26733
+ printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
26734
+ as_fn_error 1 "unable to find supported pthread in directory: $ac_cv_with_pthread
26735
+ See \`config.log' for more details" "$LINENO" 5; }
26721
26736
 
26722
26737
  fi
26723
26738
 
26724
26739
  fi
26725
26740
 
26726
- if test "x$ac_cv_pthread" = xpthread
26741
+ if test "x$ac_cv_pthread" = xpthread
26727
26742
  then :
26728
26743
 
26729
26744
  printf "%s\n" "#define HAVE_PTHREAD 1" >>confdefs.h
@@ -26731,7 +26746,7 @@ printf "%s\n" "#define HAVE_PTHREAD 1" >>confdefs.h
26731
26746
 
26732
26747
  fi
26733
26748
 
26734
- if test "x$ac_cv_pthread" != xno
26749
+ if test "x$ac_cv_pthread" != xno
26735
26750
  then :
26736
26751
  HAVE_PTHREAD=1
26737
26752
 
@@ -26742,20 +26757,20 @@ else $as_nop
26742
26757
  fi
26743
26758
 
26744
26759
 
26745
- if test "x$ac_cv_pthread_CPPFLAGS" != "x"
26760
+ if test "x$ac_cv_pthread_CPPFLAGS" != "x"
26746
26761
  then :
26747
26762
  PTHREAD_CPPFLAGS=$ac_cv_pthread_CPPFLAGS
26748
26763
 
26749
26764
 
26750
26765
  fi
26751
- if test "x$ac_cv_pthread_LIBADD" != "x"
26766
+ if test "x$ac_cv_pthread_LIBADD" != "x"
26752
26767
  then :
26753
26768
  PTHREAD_LIBADD=$ac_cv_pthread_LIBADD
26754
26769
 
26755
26770
 
26756
26771
  fi
26757
26772
 
26758
- if test "x$ac_cv_pthread" = xpthread
26773
+ if test "x$ac_cv_pthread" = xpthread
26759
26774
  then :
26760
26775
  ax_pthread_pc_libs_private=-lpthread
26761
26776
 
@@ -26769,7 +26784,7 @@ fi
26769
26784
 
26770
26785
  if test "x$ac_cv_libcthreads_multi_threading" != xno
26771
26786
  then :
26772
- ac_cv_libcthreads_CPPFLAGS="-I../libcthreads";
26787
+ ac_cv_libcthreads_CPPFLAGS="-I../libcthreads -I\$(top_srcdir)/libcthreads";
26773
26788
  ac_cv_libcthreads_LIBADD="../libcthreads/libcthreads.la";
26774
26789
 
26775
26790
  ac_cv_libcthreads=local
@@ -26865,7 +26880,7 @@ then :
26865
26880
  ac_cv_libcnotify=no
26866
26881
  else $as_nop
26867
26882
  ac_cv_libcnotify=check
26868
- if test "x$ac_cv_with_libcnotify" != x && test "x$ac_cv_with_libcnotify" != xauto-detect
26883
+ if test "x$ac_cv_with_libcnotify" != x && test "x$ac_cv_with_libcnotify" != xauto-detect && test "x$ac_cv_with_libcnotify" != xyes
26869
26884
  then :
26870
26885
  if test -d "$ac_cv_with_libcnotify"
26871
26886
  then :
@@ -27323,7 +27338,8 @@ fi
27323
27338
  fi
27324
27339
 
27325
27340
  fi
27326
- if test "x$ac_cv_with_libcnotify" != x && test "x$ac_cv_with_libcnotify" != xauto-detect && test "x$ac_cv_libcnotify" != xyes
27341
+
27342
+ if test "x$ac_with_libcnotify" != xyes && test "x$ac_cv_with_libcnotify" != x && test "x$ac_cv_with_libcnotify" != xauto-detect && test "x$ac_cv_with_libcnotify" != xyes
27327
27343
  then :
27328
27344
  { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
27329
27345
  printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -27386,7 +27402,7 @@ then :
27386
27402
  fi
27387
27403
 
27388
27404
 
27389
- ac_cv_libcnotify_CPPFLAGS="-I../libcnotify";
27405
+ ac_cv_libcnotify_CPPFLAGS="-I../libcnotify -I\$(top_srcdir)/libcnotify";
27390
27406
  ac_cv_libcnotify_LIBADD="../libcnotify/libcnotify.la";
27391
27407
 
27392
27408
  ac_cv_libcnotify=local
@@ -28600,7 +28616,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28600
28616
  # report actual input values of CONFIG_FILES etc. instead of their
28601
28617
  # values after options handling.
28602
28618
  ac_log="
28603
- This file was extended by libfmos $as_me 20240118, which was
28619
+ This file was extended by libfmos $as_me 20240415, which was
28604
28620
  generated by GNU Autoconf 2.71. Invocation command line was
28605
28621
 
28606
28622
  CONFIG_FILES = $CONFIG_FILES
@@ -28668,7 +28684,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
28668
28684
  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28669
28685
  ac_cs_config='$ac_cs_config_escaped'
28670
28686
  ac_cs_version="\\
28671
- libfmos config.status 20240118
28687
+ libfmos config.status 20240415
28672
28688
  configured by $0, generated by GNU Autoconf 2.71,
28673
28689
  with options \\"\$ac_cs_config\\"
28674
28690
 
@@ -2,7 +2,7 @@ AC_PREREQ([2.71])
2
2
 
3
3
  AC_INIT(
4
4
  [libfmos],
5
- [20240118],
5
+ [20240415],
6
6
  [joachim.metz@gmail.com])
7
7
 
8
8
  AC_CONFIG_SRCDIR(
@@ -0,0 +1,5 @@
1
+ libfmos (20240415-1) unstable; urgency=low
2
+
3
+ * Auto-generated
4
+
5
+ -- Joachim Metz <joachim.metz@gmail.com> Mon, 15 Apr 2024 18:39:49 +0200
@@ -14,13 +14,11 @@ EXTRA_DIST = \
14
14
  libfmos/features.h.in \
15
15
  libfmos/types.h.in
16
16
 
17
- MAINTAINERCLEANFILES = \
17
+ DISTCLEANFILES = \
18
+ libfmos.h \
19
+ libfmos/definitions.h \
20
+ libfmos/features.h \
21
+ libfmos/types.h \
22
+ Makefile \
18
23
  Makefile.in
19
24
 
20
- distclean: clean
21
- -rm -f libfmos.h
22
- -rm -f libfmos/definitions.h
23
- -rm -f libfmos/features.h
24
- -rm -f libfmos/types.h
25
- -rm -f Makefile
26
-