aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-05 01:14:50 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-08 19:09:26 -0500
commitb9346cee1a1ac2b496d98f723e802a6e7959b1e0 (patch)
tree19960e423eb77b46c9b95526522c7d6c221f42c8 /newlib/libc/time
parent9b50254377986a12469be5322daa72fd113b452e (diff)
downloadnewlib-b9346cee1a1ac2b496d98f723e802a6e7959b1e0.zip
newlib-b9346cee1a1ac2b496d98f723e802a6e7959b1e0.tar.gz
newlib-b9346cee1a1ac2b496d98f723e802a6e7959b1e0.tar.bz2
newlib: 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 'newlib/libc/time')
-rw-r--r--newlib/libc/time/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/newlib/libc/time/Makefile.in b/newlib/libc/time/Makefile.in
index ab50710..10230d8 100644
--- a/newlib/libc/time/Makefile.in
+++ b/newlib/libc/time/Makefile.in
@@ -92,8 +92,7 @@ build_triplet = @build@
host_triplet = @host@
subdir = time
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
- $(top_srcdir)/../../config/lead-dot.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../../config/lead-dot.m4 \
$(top_srcdir)/../../config/override.m4 \
$(top_srcdir)/../../libtool.m4 \
$(top_srcdir)/../../ltoptions.m4 \
@@ -221,14 +220,12 @@ AWK = @AWK@
CC = @CC@
CCAS = @CCAS@
CCASFLAGS = @CCASFLAGS@
-CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CRT0 = @CRT0@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
-DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
@@ -297,9 +294,7 @@ abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
aext = @aext@
-am__include = @am__include@
am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@