Changeset 35578 for main


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

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

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

Legend:

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

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

    r35306 r35578  
    37293729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&5
    37303730$as_echo "$ac_cv_prog_javac_works" >&6; }
    3731 if test "x$JAVACFLAGS" = x ; then
    3732   JAVACFLAGS="-source 1.6 -target 1.6"
    3733 fi
    37343731
    37353732
     
    38873884        ac_cv_prog_uudecode_base64=yes
    38883885else
    3889         echo "configure: 3889: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
     3886        echo "configure: 3886: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
    38903887        echo "configure: failed file was:" >&5
    38913888        cat Test.uue >&5
     
    40114008CLASS_TEST=Test.class
    40124009cat << \EOF > $JAVA_TEST
    4013 /* #line 4013 "configure" */
     4010/* #line 4010 "configure" */
    40144011public class Test {
    40154012}
     
    40324029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&5
    40334030$as_echo "$ac_cv_prog_javac_works" >&6; }
    4034 if test "x$JAVACFLAGS" = x ; then
    4035   JAVACFLAGS="-source 1.6 -target 1.6"
    4036 fi
    40374031
    40384032
     
    40504044TEST=Test
    40514045cat << \EOF > $JAVA_TEST
    4052 /* [#]line 4052 "configure" */
     4046/* [#]line 4046 "configure" */
    40534047public class Test {
    40544048public static void main (String args[]) {
Note: See TracChangeset for help on using the changeset viewer.