Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-12 13:29:06 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-25 03:06:21 +0300
commit7edb25725de4321255d8bfb983748c3fe1a14364 (patch)
treecede50d51dc1a35a1cf6bd229c305a0e90061062 /libgloss/configure.ac
parent5c4a0824e73d689f0c456e605d74b03dcb2f7aec (diff)
libgloss: switch to standard AC_PROG_CC
Now that we use AC_NO_EXECUTABLES, and we require a recent version of autoconf, we don't need to define our own copies of these macros. So switch to the standard AC_PROG_CC.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 6e83e6f32..66691f283 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -249,7 +249,7 @@ dnl fi
AM_CONDITIONAL(CONFIG_LIBNOSYS, test x$config_libnosys = xtrue)
-LIB_AC_PROG_CC
+AC_PROG_CC
AS=${AS-as}
AC_SUBST(AS)
AC_CHECK_PROG(AR, ar, ar, :)