From: Andre P. <at...@us...> - 2004-05-12 05:49:16
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5116 Modified Files: configure.ac Log Message: Fixed check for ./configure to be run from the correct directory Index: configure.ac =================================================================== RCS file: /cvsroot/hoc/hoc/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- configure.ac 12 May 2004 05:44:08 -0000 1.1 +++ configure.ac 12 May 2004 05:49:06 -0000 1.2 @@ -10,7 +10,7 @@ AC_INIT(HOC, 0.2, oz...@al...) # Check we're in the right directory -AC_CONFIG_SRCDIR([HOC/HOC/NewClass_stub.c]) +AC_CONFIG_SRCDIR([HOC/HOC/NewClass.hs]) # Check system we're running on AC_CANONICAL_SYSTEM |