View Ticket
EuroTcl/OpenACS 11 - 12 JULY 2024, VIENNA
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].