diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-08-26 09:37:51 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-08-26 09:37:51 +0000 |
commit | f8f6978b0be160111bf9478b4c48196538e788d2 (patch) | |
tree | d0d41298e736c781a93fc7ec3b7ff2285901aa2c /packages/classpath/classpath-native-0.97.2/autotools.patch | |
parent | 9f039bc749f5e0c95b2a466064b1014441b22e37 (diff) |
classpath: fix config.rpath, autotools and ecj -d
* add ecj_java_dir.patch for issuse when ecj is not cable to
to create directory-structure with parameter -d
* add autotools.patch for m4 stuff
* copy config.rpath always from /usr/share/gettext, so no crude hacks are
needed anymore
* bump PR on all recipes
Diffstat (limited to 'packages/classpath/classpath-native-0.97.2/autotools.patch')
-rw-r--r-- | packages/classpath/classpath-native-0.97.2/autotools.patch | 26 |
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 + |