View Ticket
Ticket Hash: c4b29d1dd522394a87f97ae30bb302a9e46a6b97
Title: new configure.ac created by autoupdate
Status: Open Type: Code Defect
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2022-11-10 02:10:03
Version Found In: 1.8.0
User Comments:
anonymous added on 2022-11-10 02:10:03:
autoconf grammar has been changed and the configure.ac file can be corrected by autoupdate.

➜ diff configure.ac configure.ac~
2c2
< AC_INIT([tcltls],[1.8.0])
---
> AC_INIT(tcltls, 1.8.0)
8c8
< AC_USE_SYSTEM_EXTENSIONS
---
> AC_GNU_SOURCE
256,257c256
< AC_CONFIG_FILES([Makefile pkgIndex.tcl tcltls.syms])
< AC_OUTPUT
---
> AC_OUTPUT(Makefile pkgIndex.tcl tcltls.syms)