diff options
Diffstat (limited to 'recipes-core/classpath/classpath-initial-0.93')
| -rw-r--r-- | recipes-core/classpath/classpath-initial-0.93/autotools.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-core/classpath/classpath-initial-0.93/autotools.patch b/recipes-core/classpath/classpath-initial-0.93/autotools.patch new file mode 100644 index 0000000..663c034 --- /dev/null +++ b/recipes-core/classpath/classpath-initial-0.93/autotools.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | Index: classpath-0.93/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- classpath-0.93.orig/configure.ac 2006-12-08 20:22:50.000000000 +0100 | ||
| 4 | +++ classpath-0.93/configure.ac 2008-08-25 22:07:40.711946598 +0200 | ||
| 5 | @@ -41,6 +41,11 @@ | ||
| 6 | AC_CONFIG_HEADERS([include/config.h]) | ||
| 7 | AC_PREFIX_DEFAULT(/usr/local/classpath) | ||
| 8 | |||
| 9 | +AC_CONFIG_MACRO_DIR([m4]) | ||
| 10 | + | ||
| 11 | + | ||
| 12 | +AM_ICONV_LINK | ||
| 13 | + | ||
| 14 | dnl ----------------------------------------------------------- | ||
| 15 | dnl Enable collections.jar (disabled by default) | ||
| 16 | dnl ----------------------------------------------------------- | ||
| 17 | @@ -312,6 +317,7 @@ | ||
| 18 | dnl AC_PROG_AWK | ||
| 19 | AC_PROG_CC | ||
| 20 | AC_PROG_CPP | ||
| 21 | +AM_PROG_CC_C_O | ||
| 22 | |||
| 23 | # Handle -Werror default case. | ||
| 24 | if test "$ENABLE_WERROR" = default; then | ||
