Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 18-Mar-2022 | - | ||||
README.source | A D | 18-Mar-2022 | 1.3 KiB | 44 | 31 | |
ax_compare_version.m4 | A D | 18-Mar-2022 | 6.6 KiB | 180 | 168 | |
checkpolicy.m4 | A D | 18-Mar-2022 | 318 | 13 | 11 | |
curses.m4 | A D | 18-Mar-2022 | 707 | 21 | 20 | |
depends.m4 | A D | 18-Mar-2022 | 307 | 16 | 14 | |
docs_tool.m4 | A D | 18-Mar-2022 | 477 | 18 | 16 | |
extfs.m4 | A D | 18-Mar-2022 | 644 | 21 | 20 | |
features.m4 | A D | 18-Mar-2022 | 563 | 22 | 19 | |
fetcher.m4 | A D | 18-Mar-2022 | 385 | 17 | 16 | |
golang.m4 | A D | 18-Mar-2022 | 201 | 9 | 7 | |
ocaml.m4 | A D | 18-Mar-2022 | 5.8 KiB | 242 | 202 | |
path_or_fail.m4 | A D | 18-Mar-2022 | 157 | 7 | 6 | |
paths.m4 | A D | 18-Mar-2022 | 4.6 KiB | 171 | 143 | |
pkg.m4 | A D | 18-Mar-2022 | 8.3 KiB | 233 | 205 | |
pthread.m4 | A D | 18-Mar-2022 | 1.3 KiB | 42 | 37 | |
ptyfuncs.m4 | A D | 18-Mar-2022 | 1.1 KiB | 36 | 35 | |
python_devel.m4 | A D | 18-Mar-2022 | 2 KiB | 46 | 43 | |
python_fortify_noopt.m4 | A D | 18-Mar-2022 | 1,004 | 32 | 27 | |
python_version.m4 | A D | 18-Mar-2022 | 370 | 13 | 12 | |
savevar.m4 | A D | 18-Mar-2022 | 105 | 7 | 6 | |
set_cflags_ldflags.m4 | A D | 18-Mar-2022 | 616 | 25 | 23 | |
stubdom.m4 | A D | 18-Mar-2022 | 2 KiB | 99 | 87 | |
subsystem.m4 | A D | 18-Mar-2022 | 1.3 KiB | 72 | 64 | |
systemd.m4 | A D | 18-Mar-2022 | 4.5 KiB | 127 | 112 | |
uuid.m4 | A D | 18-Mar-2022 | 250 | 10 | 9 | |
xenstored.m4 | A D | 18-Mar-2022 | 1.7 KiB | 57 | 52 |
README.source
1About 2===== 3This documents the upstream sources for the different slew of different 4m4 sources we have picked up or developed. 5 6ax_compare_version.m4 7===================== 8This file was fetched from 9http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_compare_version.m4 10 11Also see http://www.gnu.org/software/autoconf-archive/ax_compare_version.html 12 13pkg.m4 14====== 15The pkg-config m4 macro library comes from the upstream pkg-config 16git repository [0]. If you update the m4 library update this file 17with provenance and last commit ID information. For documentation 18on how to use this read the pkg-config(1) man page. 19 20Do not modify this file yourself, if you want to evolve it send 21patches upstream and then synch back here. 22 23[0]: git://anongit.freedesktop.org/pkg-config 24 25The last synch was from commit: 26 27commit 4f0084d9d3b8726a797a373c7ec5e406000995d0 28Author: Dan Nicholson <dbn.lists@gmail.com> 29Date: Mon Feb 3 15:59:18 2014 -0800 30 31 glib: Fix Makefiles to suppress warnings from automake 32 33 With the newly added glib.mk, some of the noinst_* variables need to use 34 += in the evaluation to avoid multiple definition warnings from 35 automake. 36 37systemd.m4 38========== 39 40systemd.m4 was contributed to by Luis R. Rodriguez <mcgrof@do-not-panic.com>, 41its current home project can be found at: 42 43https://github.com/mcgrof/funk-systemd 44