|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Sat Feb 19 18:42:16 CET 2005
Subject: [openrisc] or1ksim compilation problem
> > This would explain the reported problem but also mean that something > > in configure.in/.ac files is teling it to use an older > > version. So is anybody willing to dig into this auto* magic ? > > I'm no expert when it comes to autconf, but does this one-liner help?
Out comes the brown paper bag (I diffed the files in the wrong order). Use this patch instead.
nog. -------------- next part -------------- --- configure.in 2005-02-09 18:03:30.000000000 +0100 +++ ../or1ksim-ac/configure.in 2005-02-19 18:13:23.000000000 +0100 @@ -14,7 +14,7 @@ SIMVERSION=1.2 dnl make sure we are using a recent autoconf version -AC_PREREQ(2.10) +AC_PREREQ(2.52) AC_CANONICAL_HOST dnl yuck
|
 |