⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2008-03-21 13:27:10.0 +00:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2008-03-21 13:27:10.0 +00:00:00
commit
c1b0876f1ec84c462a86fab47927aeb4afe1d866 [patch]
tree
c0ddd76a21c7b844103811c480516b1e44cb3111
parent
1bad8b265d04f3dd05fc984731cca1e494784ce4
download
c1b0876f1ec84c462a86fab47927aeb4afe1d866.tar.gz

Haiku patch for automake 1.10.1. The test suite succeeds save for test, instsh2.test, which fails by design when running with root privileges.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24503 a95241bf-73f2-0310-859d-f6bbb57e9c96

Diff

 patches/automake/automake-1.10.1.diff | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/patches/automake/automake-1.10.1.diff b/patches/automake/automake-1.10.1.diff
new file mode 100644
index 0000000..cbbbd8d 100644
--- /dev/null
+++ b/patches/automake/automake-1.10.1.diff
@@ -1,0 +1,17 @@
diff -ur automake-1.10.1-orig/lib/config.guess automake-1.10.1/lib/config.guess
--- automake-1.10.1-orig/lib/config.guess	2008-01-19 09:54:57.000000000 +0000
+++ automake-1.10.1/lib/config.guess	2008-03-20 23:52:43.000000000 +0000
@@ -1216,6 +1216,12 @@
     BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
 	echo i586-pc-beos
 	exit ;;
+    BeMac:Haiku:*:*)
+	echo powerpc-apple-haiku
+	exit ;;
+    BePC:Haiku:*:*)
+	echo i586-pc-haiku
+	exit ;;
     SX-4:SUPER-UX:*:*)
 	echo sx4-nec-superux${UNAME_RELEASE}
 	exit ;;
Only in automake-1.10.1/lib: config.guess~