Ignore:
Timestamp:
2022-05-31T12:13:58+12:00 (23 months ago)
Author:
kjdon
Message:

removed the -source -target JAVACFLAGS to match what was done in build-src and common-src. we only set these now in the release kits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/aclocal.m4

    r23356 r36232  
    226226])
    227227AC_PROVIDE([$0])dnl
    228 if test "x$JAVACFLAGS" = x ; then
    229   JAVACFLAGS="-source 1.4 -target 1.4"
    230 fi
     228dnl The following is now explicitly set in the Release Kit. and not used for local compilation
     229dnl if test "x$JAVACFLAGS" = x ; then
     230dnl   JAVACFLAGS="-source 1.4 -target 1.4"
     231dnl fi
    231232AC_SUBST(JAVACFLAGS)
    232233])
Note: See TracChangeset for help on using the changeset viewer.