* configure.in: Changed bash syntax to more compatible (but

slower) syntax.  Fixes bug #448909.


git-svn-id: https://svn.code.sf.net/p/jode/code/branches/branch_1_1@1342 379699f6-c40d-0410-875b-85095c16579e
branch_1_1
hoenicke 23 years ago
parent 805ab8613d
commit c79f6122f5
  1. 5
      jode/ChangeLog
  2. 2
      jode/configure.in

@ -1,3 +1,8 @@
2001-08-10 Jochen Hoenicke <jochen@gnu.org>
* configure.in: Changed bash syntax to more compatible (but
slower) syntax. Fixes bug #448909.
2001-08-09 Jochen Hoenicke <jochen@gnu.org>
* jode/expr/InvokeOperator.java.in (dumpExpression): Fixed the

@ -243,7 +243,7 @@ test/Makefile,
[chmod 755 javaDependencies.pl bin/jode],
[for i in \$CONFIG_FILES; do
changequote(, )dnl
if [ \$i != \${i%.java} ]; then
if echo \$i | grep '.java\$'; then
changequote([, ])dnl
$PERL $srcdir/jcpp $JCPPFLAGS \$i
fi

Loading…
Cancel
Save