Check-in [069a5e3abe]
Overview
Comment:Tcl Nano v1.0
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | 1.0
Files: files | file ages | folders
SHA3-256: 069a5e3abe1b58898f283599696ced9d2c2aa5c39d6a24046d05fd8fbefeef8c
User & Date: rkeene on 2018-07-10 00:13:03.023
Other Links: manifest | tags
Context
2018-07-10
00:33
Better formatting of Downloads wiki page check-in: 7e81c41b70 user: rkeene tags: trunk
00:13
Tcl Nano v1.0 check-in: 069a5e3abe user: rkeene tags: trunk, 1.0
00:06
Corrected archive release name check-in: 0ba8b229dd user: rkeene tags: trunk
Changes
Added HEADER version [7655dadf01].
Added README.md version [e1c114dff2].
20
21
22
23
24
25
26
27

28
29
30
31
32
33
34
20
21
22
23
24
25
26

27
28
29
30
31
32
33
34







-
+








# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
#     @@UTIL@@ becomes the utility name ${UTIL}
#     @@VERS@@ becomes the utility version
#     @@DATE@@ becomes the current date
DOCS="README.txt ChangeLog"
DOCS="README.md"
DOC_HDR="HEADER"

# These files follow the same convention as DOCS, but don't have the header
# tacked onto them.
UPDATE_VARS="nano.man"

# This script is executed immediately after copying the files
1
2

3
4
5
6
7
8
9
1

2
3
4
5
6
7
8
9

-
+







dnl Define ourselves
AC_INIT(tcl-nano, 0.1)
AC_INIT(tcl-nano, 1.0)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_GNU_SOURCE