OSDN Git Service

configure: sort the lists for AC_CHECK_FUNCS and AC_CHECK_HEADERS
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Mar 2012 01:13:54 +0000 (20:13 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 7 Mar 2012 01:19:02 +0000 (20:19 -0500)
commit677fc9169c2802f74ec15e16041baba01fec8335
treef49f07d6a2af9c305401b5e82da76077489f22cc
parent7270fbe7fa51cbce01a07d031f03872f314206d1
configure: sort the lists for AC_CHECK_FUNCS and AC_CHECK_HEADERS

By using m4_flatten, should be easier to maintain these lists.

Regen configure and config.h.in after doing this.

(Modified by tytso to use m4_flatten for the list of header files
checked by AC_CHECK_HEADERS)

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure
configure.in
lib/config.h.in