xref: /xen/m4/
  • Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Mar-2022-

README.source A D18-Mar-20221.3 KiB4431

ax_compare_version.m4 A D18-Mar-20226.6 KiB180168

checkpolicy.m4 A D18-Mar-2022318 1311

curses.m4 A D18-Mar-2022707 2120

depends.m4 A D18-Mar-2022307 1614

docs_tool.m4 A D18-Mar-2022477 1816

extfs.m4 A D18-Mar-2022644 2120

features.m4 A D18-Mar-2022563 2219

fetcher.m4 A D18-Mar-2022385 1716

golang.m4 A D18-Mar-2022201 97

ocaml.m4 A D18-Mar-20225.8 KiB242202

path_or_fail.m4 A D18-Mar-2022157 76

paths.m4 A D18-Mar-20224.6 KiB171143

pkg.m4 A D18-Mar-20228.3 KiB233205

pthread.m4 A D18-Mar-20221.3 KiB4237

ptyfuncs.m4 A D18-Mar-20221.1 KiB3635

python_devel.m4 A D18-Mar-20222 KiB4643

python_fortify_noopt.m4 A D18-Mar-20221,004 3227

python_version.m4 A D18-Mar-2022370 1312

savevar.m4 A D18-Mar-2022105 76

set_cflags_ldflags.m4 A D18-Mar-2022616 2523

stubdom.m4 A D18-Mar-20222 KiB9987

subsystem.m4 A D18-Mar-20221.3 KiB7264

systemd.m4 A D18-Mar-20224.5 KiB127112

uuid.m4 A D18-Mar-2022250 109

xenstored.m4 A D18-Mar-20221.7 KiB5752

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