Commit in SimDist on MAIN
build/util.m4+1-121.1 -> 1.2
packages/lcio/Makefile.in+2-21.2 -> 1.3
+3-14
2 modified files
JM: remove ant check because Lcio comes with it

SimDist/build
util.m4 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- util.m4	28 Jan 2006 01:32:20 -0000	1.1
+++ util.m4	1 Feb 2006 20:16:11 -0000	1.2
@@ -103,17 +103,6 @@
   AC_SUBST(JAVA)
 fi
 
-dnl ant
-AC_CHECK_PROG(have_ant, ant, yes, no)
-
-if test $have_ant == "no"
-then
-  AC_MSG_ERROR(ant not found)
-else
-  ANT=ant
-  AC_SUBST(ANT)
-fi
-
 dnl wget
 AC_CHECK_PROG(have_wget, wget, yes, no)
 
@@ -136,4 +125,4 @@
   AC_SUBST(SCP)
 fi
 
-])
\ No newline at end of file
+])

SimDist/packages/lcio
Makefile.in 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- Makefile.in	30 Jan 2006 20:48:14 -0000	1.2
+++ Makefile.in	1 Feb 2006 20:16:11 -0000	1.3
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.2 2006/01/30 20:48:14 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/packages/lcio/Makefile.in,v 1.3 2006/02/01 20:16:11 jeremy Exp $
 
 # package build
 include @[log in to unmask]
@@ -9,4 +9,4 @@
 # ant compile
 .PHONY: compile_ant
 compile_ant:
-	cd $(PACKAGE_BUILDDIR) && PATH="$(LCIO)/tools:$(LCIO)/bin:$(PATH)" && $(ANT) aid.generate cpp
+	cd $(PACKAGE_BUILDDIR) && PATH="$(LCIO)/tools:$(LCIO)/bin:$(PATH)" && ant aid.generate cpp
CVSspam 0.2.8