Overview
| Comment: | Added start of autoconf support |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6fe61e3a7a9138aeef4528e8951cc091 |
| User & Date: | rkeene on 2018-06-30 03:55:45.886 |
| Other Links: | manifest | tags |
Context
|
2018-06-30
| ||
| 04:17 | Removed more unused functions check-in: 6fddc6c891 user: rkeene tags: trunk | |
| 03:55 | Added start of autoconf support check-in: 6fe61e3a7a user: rkeene tags: trunk | |
| 03:41 | Added bare codebase check-in: 51a35940cd user: rkeene tags: trunk | |
Changes
Added .fossil-settings/ignore-glob version [eb5697f7a1].
Name change
from Makefile
to Makefile.in.
Added aclocal/ax_check_compile_flag.m4 version [8c4143c232].
Added aclocal/shobj.m4 version [0bbc2f82a0].
Added aclocal/tcl.m4 version [4ea22855e1].
Added aclocal/versionscript.m4 version [f4c4a93d84].
Added autogen.sh version [426853af67].
Added configure.ac version [b41c61c4cd].
Renamed and modified
pkgIndex.tcl
[ce9a0457cd]
to pkgIndex.tcl.in
[67b9989fc7].
|
| | | 1 2 3 4 |
package ifneeded nano @PACKAGE_VERSION@ [list apply {{dir} {
load [file join $dir nano.so]
source [file join $dir nano.tcl]
}} $dir]
|