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
[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
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
3 matches
Mail list logo