[java-atk-wrapper] Remove directory cd into cwd (pointless)
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Remove directory cd into cwd (pointless)
- Date: Mon, 10 Nov 2014 16:49:17 +0000 (UTC)
commit 8a6aacbf57f1d4400db8c0b3b5e6917d8bcc5103
Author: Magdalen Berns <m berns thismagpie com>
Date: Mon Nov 10 16:48:32 2014 +0000
Remove directory cd into cwd (pointless)
configure.ac | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3791f7b..f5beed7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,6 @@ AC_ARG_WITH([jdk_auto_detect],
if test "x$with_jdk_auto_detect" = "xyes"; then
CUR_DIR=`pwd`
SRC_DIR=`dirname $0`
- SRC_DIR=`cd $SRC_DIR;pwd;cd $CUR_DIR`
$JAVAC $JAVACFLAGS $SRC_DIR/JavaInfo.java
JDK_SRC=`CLASSPATH=$SRC_DIR $JAVA JavaInfo`
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]