Ticket Change Details
Overview

Artifact ID: b21e381c9469204eb5999e7d1028ac90da6b5438b7a9f60ce6ec77a34341d6c3
Ticket: c4b29d1dd522394a87f97ae30bb302a9e46a6b97
new configure.ac created by autoupdate
User & Date: anonymous on 2022-11-10 02:10:03
Changes

  1. foundin changed to: "1.8.0"
  2. icomment:
    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)
    
  3. login: "anonymous"
  4. mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "6e0063f1209d44dff5b985955aa6ca9771a3838c"
  6. severity changed to: "Minor"
  7. status changed to: "Open"
  8. title changed to: "new configure.ac created by autoupdate"
  9. type changed to: "Code Defect"