File: configure.diff

package info (click to toggle)
libtritonus-java 20070428-14.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 7,060 kB
  • sloc: ansic: 53,816; java: 45,226; sh: 3,017; makefile: 1,174; xml: 823; cpp: 147
file content (50 lines) | stat: -rw-r--r-- 986 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Index: libtritonus-java-20070428/configure.in
===================================================================
--- libtritonus-java-20070428.orig/configure.in	2006-02-12 09:56:32.000000000 +0100
+++ libtritonus-java-20070428/configure.in	2007-04-30 18:02:18.000000000 +0200
@@ -29,36 +29,6 @@
 AC_MSG_RESULT($JAVA_VERSION)
 
 JDK_OK=yes
-case $JAVA_VERSION in
-    1.6* )
-	;;
-    1.5* )
-	;;
-    1.4* )
-	JDK_OK=no
-	;;
-    1.3* )
-	#bug in jar -i ...
-	#JAR_INDEX=jar_index
-	JDK_OK=no
-	;;
-    1.2* )
-	JDK_OK=no
-	;;
-    1.1* )
-	JDK_OK=no
-	;;
-    1.0* )
-	JDK_OK=no
-	;;
-    *)
-	echo "No JDK Version detected. "
-	echo "Please make sure a J2SDK is in your CLASSPATH."
-	echo "For more information read the file INSTALL"
-	JDK_OK=no
-	;;
-esac
-# fini
 
 # We only support 1.5 or higher now
 if test $JDK_OK != "yes" ; then
@@ -116,8 +86,6 @@
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LN_S
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
 
 AC_SUBST(SUBDIRS)
 dnl Checks for libraries.