]> jfr.im git - irc/DALnet/libd.git/commit
Add autoconf build system, including some 3rd party macros in the
authorepiphani <redacted>
Tue, 28 Apr 2009 23:16:37 +0000 (19:16 -0400)
committerepiphani <redacted>
Tue, 28 Apr 2009 23:16:37 +0000 (19:16 -0400)
commitbf042c35e0ccac5ef8c161942fd00ca8382307dc
treeafb8dc0be9e5239a7836c212ed1e84d0238ded6d
parentba1e5a0900c996b126bae2d3e0213061eefc4a45
Add autoconf build system, including some 3rd party macros in the
m4 directory.
17 files changed:
.gitignore
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.in [new file with mode: 0644]
include/setup.h.in [new file with mode: 0644]
install-sh [new file with mode: 0755]
m4/ax_cc_maxopt.m4 [new file with mode: 0644]
m4/ax_cflags_strict_prototypes.m4 [new file with mode: 0644]
m4/ax_cflags_warn_all_ansi.m4 [new file with mode: 0644]
m4/ax_check_compiler_flags.m4 [new file with mode: 0644]
m4/ax_compiler_vendor.m4 [new file with mode: 0644]
m4/ax_gcc_archflag.m4 [new file with mode: 0644]
m4/ax_gcc_x86_cpuid.m4 [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/engine.c [new file with mode: 0644]
src/test.c [new file with mode: 0644]