]> arthur.barton.de Git - netdata.git/commit
build: migrate to autotools
authorAlon Bar-Lev <alon.barlev@gmail.com>
Sun, 15 Nov 2015 16:40:17 +0000 (18:40 +0200)
committerAlon Bar-Lev <alon.barlev@gmail.com>
Sun, 15 Nov 2015 21:43:24 +0000 (23:43 +0200)
commit6372ed837298a34f6d16e0cde929822879863195
tree6a79d087fd0888d2ac07d74f56d51cec256f8570
parent471ddd68074c546156a01216fe2b99a3a7e64a04
build: migrate to autotools

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
59 files changed:
.gitignore
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
charts.d/Makefile.am [new file with mode: 0644]
conf.d/Makefile.am [new file with mode: 0644]
configure.ac [new file with mode: 0644]
m4/ax_pthread.m4 [new file with mode: 0644]
netdata.spec.in [new file with mode: 0644]
plugins.d/Makefile.am [new file with mode: 0644]
plugins.d/loopsleepms.sh.inc [changed mode: 0755->0644]
src/.keep [new file with mode: 0644]
src/Makefile [deleted file]
src/Makefile.am [new file with mode: 0644]
src/appconfig.c [new file with mode: 0755]
src/appconfig.h [new file with mode: 0755]
src/apps_plugin.c [new file with mode: 0755]
src/avl.c
src/common.c
src/common.h
src/config.c [deleted file]
src/config.h [deleted file]
src/daemon.c
src/dictionary.c
src/global_statistics.c
src/log.c
src/main.c
src/plugin_checks.c
src/plugin_idlejitter.c
src/plugin_nfacct.c
src/plugin_proc.c
src/plugin_tc.c
src/plugins.d/Makefile [deleted file]
src/plugins.d/apps_plugin.c [deleted file]
src/plugins_d.c
src/popen.c
src/proc_diskstats.c
src/proc_interrupts.c
src/proc_meminfo.c
src/proc_net_dev.c
src/proc_net_ip_vs_stats.c
src/proc_net_netstat.c
src/proc_net_rpc_nfsd.c
src/proc_net_snmp.c
src/proc_net_stat_conntrack.c
src/proc_stat.c
src/proc_sys_kernel_random_entropy_avail.c
src/proc_vmstat.c
src/procfile.c
src/rrd.c
src/rrd2json.c
src/storage_number.c
src/storage_number.h
src/unit_test.c
src/url.c
src/web_buffer.c
src/web_client.c
src/web_server.c
web/Makefile.am [new file with mode: 0644]