Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/tcl8.5.2/macosx/configure.ac @ 25

Last change on this file since 25 was 25, checked in by landauf, 16 years ago

added tcl to libs

File size: 499 bytes
Line 
1#! /bin/bash -norc
2dnl     This file is an input file used by the GNU "autoconf" program to
3dnl     generate the file "configure", which is run during Tcl installation
4dnl     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
8dnl     Ensure that the config (auto)headers support is used, then just
9dnl     include the configure sources from ../unix:
10
11m4_include(../unix/aclocal.m4)
12m4_define(SC_USE_CONFIG_HEADERS)
13m4_include(../unix/configure.in)
Note: See TracBrowser for help on using the repository browser.