aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.ac
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2009-11-25 22:40:19 +0000
committerBen Elliston <bje@gcc.gnu.org>2009-11-26 09:40:19 +1100
commit59a8dc25b1b2a428e3322786290f2de0c0e8e366 (patch)
treec4b82bd769a7e30cd899016d7e9bcd7c6954217c /libiberty/configure.ac
parent4f8a6678fb815e575d6ffacebe9cbedc3141c974 (diff)
downloadgcc-59a8dc25b1b2a428e3322786290f2de0c0e8e366.zip
gcc-59a8dc25b1b2a428e3322786290f2de0c0e8e366.tar.gz
gcc-59a8dc25b1b2a428e3322786290f2de0c0e8e366.tar.bz2
configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order.
* configure.ac (AC_CHECK_FUNCS): Sort into alphabetical order. * configure: Regenerate. From-SVN: r154660
Diffstat (limited to 'libiberty/configure.ac')
-rw-r--r--libiberty/configure.ac25
1 files changed, 16 insertions, 9 deletions
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 00dd68d..6da7ea0 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -362,15 +362,22 @@ checkfuncs="$checkfuncs getsysinfo table sysctl wait3 wait4 __fsetlocking"
# These are neither executed nor required, but they help keep
# autoheader happy without adding a bunch of text to acconfig.h.
if test "x" = "y"; then
- AC_CHECK_FUNCS(asprintf atexit basename bcmp bcopy bsearch bzero calloc clock \
- getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \
- memmem memmove mempcpy memset putenv random rename rindex sigsetmask \
- strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \
- strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
- vsprintf waitpid getrusage on_exit psignal strerror strsignal \
- sysconf times sbrk gettimeofday ffs snprintf vsnprintf \
- pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl wait3 wait4 \
- realpath canonicalize_file_name __fsetlocking)
+ AC_CHECK_FUNCS(asprintf atexit \
+ basename bcmp bcopy bsearch bzero \
+ calloc canonicalize_file_name clock \
+ ffs __fsetlocking \
+ getcwd getpagesize getrusage getsysinfo gettimeofday \
+ index insque \
+ memchr memcmp memcpy memmem memmove memset mkstemps \
+ on_exit \
+ psignal pstat_getdynamic pstat_getstatic putenv \
+ random realpath rename rindex \
+ sbrk setenv sigsetmask snprintf stpcpy stpncpy strcasecmp strchr strdup \
+ strerror strncasecmp strndup strrchr strsignal strstr strtod strtol \
+ strtoul strverscmp sysconf sysctl sysmp \
+ table times tmpnam \
+ vasprintf vfprintf vprintf vsprintf \
+ wait3 wait4 waitpid)
AC_CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf])
AC_DEFINE(HAVE_SYS_ERRLIST, 1, [Define if you have the sys_errlist variable.])
AC_DEFINE(HAVE_SYS_NERR, 1, [Define if you have the sys_nerr variable.])