From: Andre P. <at...@us...> - 2004-05-12 05:51:25
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5525 Modified Files: configure.ac Removed Files: config.guess config.sub install-sh Log Message: Moved config.guess, config.guess, install.sh to autotols/ directory --- install-sh DELETED --- Index: configure.ac =================================================================== RCS file: /cvsroot/hoc/hoc/configure.ac,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- configure.ac 12 May 2004 05:49:06 -0000 1.2 +++ configure.ac 12 May 2004 05:51:13 -0000 1.3 @@ -8,6 +8,7 @@ AC_PREREQ(2.57) AC_INIT(HOC, 0.2, oz...@al...) +AC_CONFIG_AUX_DIR(autotools) # Check we're in the right directory AC_CONFIG_SRCDIR([HOC/HOC/NewClass.hs]) --- config.guess DELETED --- --- config.sub DELETED --- |