Changeset 36232
- Timestamp:
- 2022-05-31T12:13:58+12:00 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/aclocal.m4
r23356 r36232 226 226 ]) 227 227 AC_PROVIDE([$0])dnl 228 if test "x$JAVACFLAGS" = x ; then 229 JAVACFLAGS="-source 1.4 -target 1.4" 230 fi 228 dnl The following is now explicitly set in the Release Kit. and not used for local compilation 229 dnl if test "x$JAVACFLAGS" = x ; then 230 dnl JAVACFLAGS="-source 1.4 -target 1.4" 231 dnl fi 231 232 AC_SUBST(JAVACFLAGS) 232 233 ])
Note:
See TracChangeset
for help on using the changeset viewer.