OLD | NEW |
1 #!/bin/bash -norc | 1 #!/bin/bash -norc |
2 dnl This file is an input file used by the GNU "autoconf" program to | 2 dnl This file is an input file used by the GNU "autoconf" program to |
3 dnl generate the file "configure", which is run during Tcl installation | 3 dnl generate the file "configure", which is run during Tcl installation |
4 dnl to configure the system for the local environment. | 4 dnl to configure the system for the local environment. |
5 # | 5 # |
6 # RCS: @(#) $Id: configure.in,v 1.43 2005/07/26 19:17:05 mdejong Exp $ | 6 # RCS: @(#) $Id: configure.in,v 1.43 2005/07/26 19:17:05 mdejong Exp $ |
7 | 7 |
8 #----------------------------------------------------------------------- | 8 #----------------------------------------------------------------------- |
9 # Sample configure.in for Tcl Extensions. The only places you should | 9 # Sample configure.in for Tcl Extensions. The only places you should |
10 # need to modify this file are marked by the string __CHANGE__ | 10 # need to modify this file are marked by the string __CHANGE__ |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 TEA_PROG_TCLSH | 193 TEA_PROG_TCLSH |
194 #TEA_PROG_WISH | 194 #TEA_PROG_WISH |
195 | 195 |
196 #-------------------------------------------------------------------- | 196 #-------------------------------------------------------------------- |
197 # Finally, substitute all of the various values into the Makefile. | 197 # Finally, substitute all of the various values into the Makefile. |
198 # You may alternatively have a special pkgIndex.tcl.in or other files | 198 # You may alternatively have a special pkgIndex.tcl.in or other files |
199 # which require substituting th AC variables in. Include these here. | 199 # which require substituting th AC variables in. Include these here. |
200 #-------------------------------------------------------------------- | 200 #-------------------------------------------------------------------- |
201 | 201 |
202 AC_OUTPUT([Makefile pkgIndex.tcl]) | 202 AC_OUTPUT([Makefile pkgIndex.tcl]) |
OLD | NEW |