dnl autoconf configuration file for TclSOAP -*- m4 -*- dnl dnl ### @(#)$Id: configure.in,v 1.9 2008/07/04 18:10:42 apnadkarni Exp $ ### Don't edit this script! ### This script was automatically generated by the `autoconf' program ### from the file `./configure.in'. ### To rebuild it, execute the command ### autoconf ### in this directory. AC_INIT(SOAP.tcl) AC_CONFIG_AUX_DIR(config) CONFIGDIR=${srcdir}/config AC_SUBST(CONFIGDIR) PACKAGE=tclsoap MAJOR_VERSION=1 MINOR_VERSION=6 PATCHLEVEL=".8" VERSION=${MAJOR_VERSION}.${MINOR_VERSION}${PATCHLEVEL} NODOT_VERSION=${MAJOR_VERSION}${MINOR_VERSION} AC_SUBST(PACKAGE) AC_SUBST(VERSION) case "`uname -s`" in *win32* | *WIN32* | *CYGWIN_NT* | *CYGWIN_98* | *CYGWIN_95*) CYGPATH="cygpath -w" ;; *) CYGPATH=echo ;; esac AC_SUBST(CYGPATH) AC_PROG_INSTALL SC_SIMPLE_EXEEXT SC_PROG_TCLSH AC_OUTPUT([Makefile])