Package: autoconf / 2.73-1

Metadata

Package Version Patches format
autoconf 2.73-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0003 fix false positives cpp style comments.patch | (download)

bin/autoscan.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix autoscan false positives in c++ comments
 autoscan currently misidentifies tokens inside C++-style // comments
 because it only strips classic C /* */ comments. This patch ensures
 that // comments are stripped after strings are processed, preventing
 false positives in configure.ac generation.