[Gnucash-changes] * acinclude.m4: Add mips, mipsel, arm, and m68k for Debian.

Derek Atkins warlord at cvs.gnucash.org
Wed Feb 16 22:25:17 EST 2005


Log Message:
-----------
	* acinclude.m4: Add mips, mipsel, arm, and m68k for Debian.

Tags:
----
gnucash-1-8-branch

Modified Files:
--------------
    gnucash:
        ChangeLog
        acinclude.m4

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1461.2.399
retrieving revision 1.1461.2.400
diff -LChangeLog -LChangeLog -u -r1.1461.2.399 -r1.1461.2.400
--- ChangeLog
+++ ChangeLog
@@ -5,6 +5,8 @@
 	  fails.  This is necessary to find the symbols on on certain *BSD
 	  systems.
 
+	* acinclude.m4: Add mips, mipsel, arm, and m68k for Debian.
+
 2005-02-08  Christian Stimming  <stimming at tuhh.de>
 
 	* po/it.po: Updated Italian translation by Lorenzo Cappelletti
Index: acinclude.m4
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/acinclude.m4,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -Lacinclude.m4 -Lacinclude.m4 -u -r1.19.2.1 -r1.19.2.2
--- acinclude.m4
+++ acinclude.m4
@@ -3374,7 +3374,7 @@
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64* | arm* | m68k )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM


More information about the gnucash-changes mailing list