summaryrefslogtreecommitdiff
path: root/packages/classpath/classpath-native-0.97.2/autotools.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-08-26 15:35:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-08-26 15:35:52 +0000
commitde9009f8e9bfdad0343494ba99e3ae4e830fb871 (patch)
tree698255efa5035f9e055afef359d39154a2392910 /packages/classpath/classpath-native-0.97.2/autotools.patch
parenta46613fd6a2998861272090c62e7d3d7a8b93325 (diff)
parent6e5e69478c517beaa1c74b947c5043441d9397f5 (diff)
merge of '8f5711b8ee04e00c48f5997987d6ab4600e5dc19'
and 'b04f946bcf310267d7557532bc06f235d79f8226'
Diffstat (limited to 'packages/classpath/classpath-native-0.97.2/autotools.patch')
-rw-r--r--packages/classpath/classpath-native-0.97.2/autotools.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/classpath/classpath-native-0.97.2/autotools.patch b/packages/classpath/classpath-native-0.97.2/autotools.patch
new file mode 100644
index 0000000000..3df65cf892
--- /dev/null
+++ b/packages/classpath/classpath-native-0.97.2/autotools.patch
@@ -0,0 +1,26 @@
+Index: classpath-0.97.2/configure.ac
+===================================================================
+--- classpath-0.97.2.orig/configure.ac 2008-06-06 02:58:57.000000000 +0200
++++ classpath-0.97.2/configure.ac 2008-08-02 00:58:16.537364104 +0200
+@@ -41,6 +41,8 @@
+ AC_CONFIG_HEADERS([include/config.h])
+ AC_PREFIX_DEFAULT(/usr/local/classpath)
+
++AC_CONFIG_MACRO_DIR([m4])
++
+ dnl -----------------------------------------------------------
+ dnl Enable collections.jar (disabled by default)
+ dnl -----------------------------------------------------------
+Index: classpath-0.97.2/Makefile.am
+===================================================================
+--- classpath-0.97.2.orig/Makefile.am 2008-06-01 20:47:05.000000000 +0200
++++ classpath-0.97.2/Makefile.am 2008-08-02 00:58:39.004023720 +0200
+@@ -5,7 +5,7 @@
+ DIST_SUBDIRS = lib doc external include native resource scripts tools examples
+
+ # Allow users to pass site-specific flags to autoreconf via an env var.
+-ACLOCAL_AMFLAGS = -I m4 ${LOCAL_AUTORECONF_FLAGS}
++ACLOCAL_AMFLAGS = -I m4 --install ${LOCAL_AUTORECONF_FLAGS}
+
+ native: lib
+