Changeset 35577


Ignore:
Timestamp:
2021-10-13T23:39:12+13:00 (3 years ago)
Author:
davidb
Message:

No longer want JAVACFLAGS set to default vals if not already set

Location:
main/trunk/greenstone2/common-src
Files:
2 edited

Legend:

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

    r35306 r35577  
    225225])
    226226AC_PROVIDE([$0])dnl
    227 if test "x$JAVACFLAGS" = x ; then
    228   JAVACFLAGS="-source 1.6 -target 1.6"
    229 fi
     227dnl The following is now explicitly set in the Release Kit
     228dnl if test "x$JAVACFLAGS" = x ; then
     229dnl   JAVACFLAGS="-source 1.6 -target 1.6"
     230dnl fi
    230231AC_SUBST(JAVACFLAGS)
    231232])
  • main/trunk/greenstone2/common-src/configure

    r35306 r35577  
    39333933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&5
    39343934$as_echo "$ac_cv_prog_javac_works" >&6; }
    3935 if test "x$JAVACFLAGS" = x ; then
    3936   JAVACFLAGS="-source 1.6 -target 1.6"
    3937 fi
    39383935
    39393936
     
    39513948TEST=Test
    39523949cat << \EOF > $JAVA_TEST
    3953 /* [#]line 3953 "configure" */
     3950/* [#]line 3950 "configure" */
    39543951public class Test {
    39553952public static void main (String args[]) {
     
    40964093CLASS_TEST=Test.class
    40974094cat << \EOF > $JAVA_TEST
    4098 /* #line 4098 "configure" */
     4095/* #line 4095 "configure" */
    40994096public class Test {
    41004097}
     
    41174114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&5
    41184115$as_echo "$ac_cv_prog_javac_works" >&6; }
    4119 if test "x$JAVACFLAGS" = x ; then
    4120   JAVACFLAGS="-source 1.6 -target 1.6"
    4121 fi
    41224116
    41234117
Note: See TracChangeset for help on using the changeset viewer.