Check-in [6fe61e3a7a]
Overview
Comment:Added start of autoconf support
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6fe61e3a7a9138aeef4528e8951cc0916c1c34a67cf3f2e585ef87b6dff173bc
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
Name change from Makefile to Makefile.in.
Added aclocal/tcl.m4 version [4ea22855e1].
Added autogen.sh version [426853af67].
Added configure.ac version [b41c61c4cd].
1
2
3
4
package ifneeded nano 0 [list apply {{dir} {
	load [file join $dir nano.so]
	source [file join $dir nano.tcl]
}} $dir]
|



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]