Make ./configure generate tkremind from tkremind.in.

This commit is contained in:
Dianne Skoll
2024-10-14 08:40:05 -04:00
parent 3d30173f9a
commit 235e5ec1c7
5 changed files with 6 additions and 4 deletions

View File

@@ -780,7 +780,7 @@ proc EditOptions {} {
pack $w.f -side top -expand 1 -fill both
pack $w.b -side top -expand 0 -fill x
label $w.ver -text "TkRemind version $ver on Tcl/Tk version [info tclversion]"
label $w.ver -text "TkRemind version @VERSION@ on Tcl/Tk version [info tclversion]"
pack $w.ver -in $w.f -side top -expand 0 -fill x
# Start iconified
checkbutton $w.startIconified -text "Start up Iconified" \