]> git.ipfire.org Git - oddments/fireinfo.git/commit
Use autotools.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Sep 2013 13:29:04 +0000 (15:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Sep 2013 13:29:04 +0000 (15:29 +0200)
commit77c01e5243e9ea6aafc2cd1aaa453fe72fd6950e
tree88a068e93d6f1b5fa31629cb2fc1b018fc6e223c
parente1ca6671bc3496a41469a52208f930b6551a4c5d
Use autotools.
18 files changed:
.gitignore
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
m4/attributes.m4 [new file with mode: 0644]
runpychecker.sh
setup.py [deleted file]
src/_fireinfo/fireinfo.c [moved from src/fireinfo.c with 100% similarity]
src/fireinfo/__init__.py.in [moved from fireinfo/__init__.py with 97% similarity]
src/fireinfo/bios.py [moved from fireinfo/bios.py with 100% similarity]
src/fireinfo/cpu.py [moved from fireinfo/cpu.py with 100% similarity]
src/fireinfo/device.py [moved from fireinfo/device.py with 100% similarity]
src/fireinfo/hypervisor.py [moved from fireinfo/hypervisor.py with 100% similarity]
src/fireinfo/network.py [moved from fireinfo/network.py with 100% similarity]
src/fireinfo/system.py [moved from fireinfo/system.py with 100% similarity]
src/sendprofile [moved from sendprofile with 100% similarity]