From: Will Estes Date: Sat, 19 Dec 2015 21:17:31 +0000 (-0500) Subject: build: reformatted AC_CHECK_FUNCS for readability X-Git-Tag: v2.6.1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed855892c7a310f9522bbbd0c567d2c752aa0115;p=flex build: reformatted AC_CHECK_FUNCS for readability --- diff --git a/configure.ac b/configure.ac index 3781e6c..47e62cc 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,15 @@ AC_FUNC_FORK AC_FUNC_MALLOC AC_FUNC_REALLOC -AC_CHECK_FUNCS([dup2 memset pow reallocarray regcomp setlocale strchr strdup strtol]) +AC_CHECK_FUNCS(dup2 dnl +memset dnl +pow dnl +reallocarray dnl +regcomp dnl +setlocale dnl +strchr dnl +strdup dnl +strtol) if test "$ac_cv_func_reallocarray" = "no" ; then AC_LIBOBJ([reallocarray])