remove lines and comments

This commit is contained in:
Scott Fennell 2020-02-04 10:53:40 -06:00
parent 92f3679164
commit de1556343f
2 changed files with 2 additions and 6 deletions

View File

@ -144,12 +144,11 @@ ICG_EXE := ${TRICK_HOME}/bin/trick-ICG
# 1 Build Trick-core and Trick Data-products.
all: no_dp webserver dp
@ echo ; echo "Trick compilation complete:" ; date
#ifeq ($(TRICK_OFFLINE), 1)
#all: copy_offline
ifeq ($(USE_JAVA), 1)
all: java
endif
#endif
#-------------------------------------------------------------------------------
# 1.1 Build Trick-core

View File

@ -158,9 +158,6 @@ AC_DEFUN([AX_JAVA],[
[USE_JAVA="1"]
)
AC_SUBST([USE_JAVA])
AS_IF([test "$USE_JAVA" = "1"],[
AC_PROG_AWK
AX_PROG_JAVA_CC(javac)