Bug#341263: autoconf doesn't realise its cache is out of date when included files change

2005-12-13 Thread pmaydell
Ben Pfaff wrote: >There are at least two different issues here. The first is >simply that Autoconf renames sinclude to m4_sinclude via M4sugar. >I don't know why bare sinclude works for you; it does not work >for me. If I replace sinclude by m4_sinclude, I can reproduce >your problem. Odd... >W

Bug#341263: autoconf doesn't realise its cache is out of date when included files change

2005-12-12 Thread Ben Pfaff
[EMAIL PROTECTED] writes: > Package: autoconf > Version: 2.59a-3 > > Watch: > > ---begin--- > zircon$ mkdir test > zircon$ cd test > zircon$ cat >configure.in > AC_PREREQ(2.50) > AC_INIT(test,1) > AC_CHECK_FUNCS(wombat) > sinclude(conf2.in) > AC_OUTPUT() > zircon$ autoconf > zircon$ grep wombat co

Bug#341263: autoconf doesn't realise its cache is out of date when included files change

2005-11-29 Thread pmaydell
Package: autoconf Version: 2.59a-3 Watch: ---begin--- zircon$ mkdir test zircon$ cd test zircon$ cat >configure.in AC_PREREQ(2.50) AC_INIT(test,1) AC_CHECK_FUNCS(wombat) sinclude(conf2.in) AC_OUTPUT() zircon$ autoconf zircon$ grep wombat configure for ac_func in wombat zircon$ grep baboon configu