]> sourceware.org Git - newlib-cygwin.git/commit
newlib: fix AC_DEFINE quoting style with version macros
authorMike Frysinger <vapier@gentoo.org>
Sun, 15 Oct 2023 09:25:52 +0000 (15:10 +0545)
committerMike Frysinger <vapier@gentoo.org>
Sun, 15 Oct 2023 09:25:52 +0000 (15:10 +0545)
commit39f734a857e2692224715b03b99fc7bd83e94a0f
tree4abd0e16326ad307737eaf61968eef689f764b7c
parentfbc5496e40eeb6d0d2ae2a3bf90182e2a9cd74f0
newlib: fix AC_DEFINE quoting style with version macros

configure.ac files use [] for quoting by default, not "", which
means the "" are passed through as literals.  We don't want that
for these comments, so change the "..." to [...].
newlib/configure.ac
This page took 0.028054 seconds and 5 git commands to generate.