]> sourceware.org Git - newlib-cygwin.git/commit
newlib: merge acconfig.h changes into newlib.hin
authorMike Frysinger <vapier@gentoo.org>
Tue, 18 Jan 2022 01:03:13 +0000 (20:03 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 20 Jan 2022 00:59:16 +0000 (19:59 -0500)
commitff5be4ab83ecf7e19f29add4676f38551e401ff9
tree765dfa377a589119ee105baa41309d32546cf3da
parent437c5c5085ff30b4a4960b2b53d06728c788361d
newlib: merge acconfig.h changes into newlib.hin

The acconfig.h header was used to run autoheader and then manually
sync the output into newlib.hin.  Based on how the files have fallen
out of sync (with newlib.hin having many more templates), this has
not been run in a long time, and attempts to do so now would break
newlib.hin.

Further, if you try to run autoheader now, it will automatically
replace _newlib_version.hin since it's the first entry in the call
to AC_CONFIG_HEADERS.

So let's throw away acconfig.h entirely.  It only had 2 slightly
better comments, and the rest were either worse, missing, or stale.
This has the side benefit of avoiding autoheader warning about the
deprecated use of acconfig.h since newer autoconf only wants macro
calls in configure.ac.
newlib/Makefile.in
newlib/acconfig.h [deleted file]
newlib/newlib.hin
This page took 0.0318 seconds and 5 git commands to generate.