aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ef82013..bdb811f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
# $Id$
AC_PREREQ(2.59)
-AC_INIT(rpm-mandriva-setup, 0.1, nanardon@mandriva.org)
+AC_INIT(rpm-mandriva-setup, 0.2, 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 i436 i586 i686 k6 athlon"
+ RPMALLARCH="i386 i486 i586 i686 k6 athlon"
;;
x86_64|amd64)
- RPMALLARCH="i386 i436 i586 i686 k6 athlon amd64 x86_64"
+ RPMALLARCH="i386 i486 i586 i686 k6 athlon amd64 x86_64"
;;
ppc|powerpc)
RPMALLARCH="ppc"