commit | 481ad14550087c77c9df6d117c7a975a38a4ad33 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <[email protected]> | Thu Feb 26 02:56:04 2015 -0300 |
committer | Lucas De Marchi <[email protected]> | Thu Feb 26 12:21:08 2015 -0300 |
tree | 9f34462351c703c3c381edb1a4e9e6da0ad2a7ef | |
parent | a1bec0dfdb53774fbc9e0f082a85562a5a9b02e2 [diff] |
build: simplify and organize configure - There's no need for the various AC_PROG_CC* macros - No need for AC_C_BIGENDIAN: the only place we care about endianness, we use __BYTE_ORDER - Organize calls to be in similar order as systemd - Disable --disable-largefile. We already had possible bugs in the index implementation if this were passed. It's now fixed, but it's never tested. Disable it. - Bump autoconf requirement to 2.64