diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 23:15:47 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-23 23:15:47 +0000 |
commit | 7c62fe0547ac8601b0583747eb6a40ab14e74697 (patch) | |
tree | d1b3f59427a70ce15d9fb8a89bbbb2f98079b644 /packages/classpath/files/disable-automake-checks-v2.patch | |
parent | 5f2625742734eb1155134a366629294e380debd1 (diff) |
classpath: make disable-automake-checks apply to CVS version of classpath-gtk
Diffstat (limited to 'packages/classpath/files/disable-automake-checks-v2.patch')
-rw-r--r-- | packages/classpath/files/disable-automake-checks-v2.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/classpath/files/disable-automake-checks-v2.patch b/packages/classpath/files/disable-automake-checks-v2.patch new file mode 100644 index 0000000000..0c1df1acae --- /dev/null +++ b/packages/classpath/files/disable-automake-checks-v2.patch @@ -0,0 +1,11 @@ +--- sablevm-classpath-1.1.7/configure.ac.orig 2004-11-26 00:23:01.000000000 +0100 ++++ sablevm-classpath-1.1.7/configure.ac 2004-11-26 00:23:46.000000000 +0100 +@@ -34,7 +34,7 @@ + AC_SUBST(CLASSPATH_MODULE) + + AC_PREREQ(2.59) +-AM_INIT_AUTOMAKE([1.9.0 gnu std-options tar-ustar -Wno-portability]) ++AM_INIT_AUTOMAKE + AC_CONFIG_HEADERS([include/config.h]) + AC_PREFIX_DEFAULT(/usr/local) + |