#!/bin/bash -norc dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during [incr Tcl] dnl installation to configure the system for the local environment. # # RCS: $Id: configure.in,v 1.6 2002/04/04 05:40:44 hobbs Exp $ AC_INIT(itcl/generic/itcl.h) AC_CONFIG_AUX_DIR(config) AC_PREREQ(2.0) AC_CONFIG_SUBDIRS(itcl itk) AC_OUTPUT(Makefile, chmod +x ${srcdir}/config/install-sh)