aboutsummaryrefslogtreecommitdiff
path: root/newlib/aclocal.m4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-17 22:00:26 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-19 19:59:16 -0500
commitb86dc2dab4981ba92d683b866badc0b32be39120 (patch)
tree73fb7b2142531a24018626c464a584d183a48dd1 /newlib/aclocal.m4
parent15c091ad7326129a3a4ddf04c67fffbc62d002ae (diff)
downloadnewlib-b86dc2dab4981ba92d683b866badc0b32be39120.zip
newlib-b86dc2dab4981ba92d683b866badc0b32be39120.tar.gz
newlib-b86dc2dab4981ba92d683b866badc0b32be39120.tar.bz2
newlib: iconv: autogenerate iconv define list
The list of iconv to/from defines is hand maintained in newlib.hin. Lets leverage mkdeps.pl to generate this list automatically from the list of known encodings. The newlib.hin list is up-to-date, so the list in iconv.m4 matches the list already generated.
Diffstat (limited to 'newlib/aclocal.m4')
-rw-r--r--newlib/aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/aclocal.m4 b/newlib/aclocal.m4
index 57720fd..abf45db 100644
--- a/newlib/aclocal.m4
+++ b/newlib/aclocal.m4
@@ -1175,4 +1175,5 @@ m4_include([../ltoptions.m4])
m4_include([../ltsugar.m4])
m4_include([../ltversion.m4])
m4_include([../lt~obsolete.m4])
+m4_include([iconv.m4])
m4_include([acinclude.m4])