Update of /cvsroot/pclasses/pclasses2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24540
Modified Files:
configure.toc
Log Message:
added TOC_CONFIGURE_SCRIPT kludge
Index: configure.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/configure.toc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- configure.toc 22 Dec 2004 22:13:17 -0000 1.1
+++ configure.toc 22 Dec 2004 22:19:15 -0000 1.2
@@ -6,6 +6,8 @@
export PACKAGE_NAME=pclasses2
export PACKAGE_VERSION=2004.12.x
+# Kludge to allow toc and autotools to coexist...
+TOC_CONFIGURE_SCRIPT=${PWD}/configure.toc
# toconfigure will call configure.${PACKAGE_NAME}, so package-specific
# processing should be done there.
|