build: simplify and organize configure
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 26 Feb 2015 05:56:04 +0000 (02:56 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 26 Feb 2015 15:21:08 +0000 (12:21 -0300)
commit481ad14550087c77c9df6d117c7a975a38a4ad33
tree9f34462351c703c3c381edb1a4e9e6da0ad2a7ef
parenta1bec0dfdb53774fbc9e0f082a85562a5a9b02e2
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
configure.ac