Line | |
---|
1 | #! /bin/bash -norc |
---|
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 |
---|
4 | dnl to configure the system for the local environment. |
---|
5 | # |
---|
6 | # RCS: @(#) $Id: configure.ac,v 1.1 2005/11/27 02:33:49 das Exp $ |
---|
7 | |
---|
8 | dnl Ensure that the config (auto)headers support is used, then just |
---|
9 | dnl include the configure sources from ../unix: |
---|
10 | |
---|
11 | m4_include(../unix/aclocal.m4) |
---|
12 | m4_define(SC_USE_CONFIG_HEADERS) |
---|
13 | m4_include(../unix/configure.in) |
---|
Note: See
TracBrowser
for help on using the repository browser.