• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..18-Jan-2018-

README.source A D18-Jan-20181.3 KiB4431

ax_compare_version.m4 A D18-Jan-20186.6 KiB180168

checkpolicy.m4 A D18-Jan-2018318 1311

curses.m4 A D18-Jan-2018707 2120

depends.m4 A D18-Jan-2018307 1614

docs_tool.m4 A D18-Jan-2018477 1816

extfs.m4 A D18-Jan-2018644 2120

features.m4 A D18-Jan-2018563 2219

fetcher.m4 A D18-Jan-2018317 1514

ocaml.m4 A D18-Jan-20185.8 KiB242202

path_or_fail.m4 A D18-Jan-2018157 76

paths.m4 A D18-Jan-20184.3 KiB162136

pkg.m4 A D18-Jan-20188.3 KiB233205

pthread.m4 A D18-Jan-20181.3 KiB4237

ptyfuncs.m4 A D18-Jan-20181.1 KiB3635

python_devel.m4 A D18-Jan-20181.8 KiB3937

python_fortify_noopt.m4 A D18-Jan-20181,004 3227

python_version.m4 A D18-Jan-2018370 1312

savevar.m4 A D18-Jan-2018105 76

set_cflags_ldflags.m4 A D18-Jan-2018485 2119

stubdom.m4 A D18-Jan-20182 KiB9987

subsystem.m4 A D18-Jan-20181.3 KiB7264

systemd.m4 A D18-Jan-20184.5 KiB127112

uuid.m4 A D18-Jan-2018250 109

xenstored.m4 A D18-Jan-20181.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