From e1c85e4a295339e31ea9f1ad2b1a74735cc4df91 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Mon, 9 May 2005 10:16:19 +0000 Subject: - handle pentium computer --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c5119af..1342c4c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 0.4, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 0.5, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR @@ -17,10 +17,10 @@ AC_CONFIG_FILES([ case "${target_cpu}" in *86|athlon|k6) - RPMALLARCH="i386 i486 i586 i686 k6 athlon" + RPMALLARCH="i386 i486 i586 i686 k6 athlon pentium3 pentium4" ;; x86_64|amd64) - RPMALLARCH="i386 i486 i586 i686 k6 athlon amd64 x86_64" + RPMALLARCH="i386 i486 i586 i686 k6 athlon pentium3 pentium4 amd64 x86_64" ;; ppc|powerpc) RPMALLARCH="ppc" -- cgit v1.2.1