View Ticket
2024-05-28
01:10 Closed ticket [c4b29d1dd5]: new configure.ac created by autoupdate plus 5 other changes artifact: 215eaf4b86 user: bohagan
2022-11-10
02:10 New ticket [c4b29d1dd5]. artifact: b21e381c94 user: anonymous

Ticket Hash: c4b29d1dd522394a87f97ae30bb302a9e46a6b97
Title: new configure.ac created by autoupdate
Status: Closed Type: Code Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2024-05-28 01:10:17
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)

bohagan added on 2024-05-28 01:10:17:
This issue is resolved by the changes in [3df2605920050e57].