I just try to execute aclocal and autoconf with a proper
tarball without modification of me.
Before using 2.53 (which, I hope, you didn't install by hand: there is
no reason for you to freeze the M4 files by hand!), check what version
Jim was using by reading the first lines of configure
> "Stephen" == Stephen Torri <[EMAIL PROTECTED]> writes:
Stephen> If I run autoheader on this I get: autoheader: missing
Stephen> template: HAVE_IP_MREQN
Stephen> autoconf version: 2.53
Can't reproduce it.
/tmp % cat configure.ac nostromo 10:04
dnl
1) using macro in difinition macro.
autoconf.texi has macro @ovar{} and @dvar{}, which are used in
@defmac{} like below:
@defmac AC_INIT (@var{package}, @var{version}, @ovar{bug-report},...
You know that `makeinfo -E' does not work in "Definition macro". And
Info which came with texinfo-4.2
If anybody sees a good reason to hold the release, please speak up
now!
| 1) using macro in difinition macro.
|
| autoconf.texi has macro @ovar{} and @dvar{}, which are used in
| @defmac{} like below:
|
| @defmac AC_INIT (@var{package}, @var{version}, @ovar{bug-report},...
|
| You know that `makeinfo -E' does not work in "Definition macro". And
| Info which cam
> "Nishio" == Nishio Futoshi <[EMAIL PROTECTED]> writes:
Nishio> 3) AT_CONFIG was replaced, I think
Nishio> In autoconf.info: - Use the `AT_CONFIG' macro from within file
Nishio> `configure.ac'. This macro accepts one argument, which is the
Nishio> directory, relative to the test directory,
| And I get patch from Koji Arai <[EMAIL PROTECTED]>.
| == from here ==
| --- autoconf.texi.orig 2002-09-09 20:30:31.0 +0900
| +++ autoconf.texi 2002-09-09 20:31:11.0 +0900
| @@ -13668,8 +13668,8 @@
|
| AUTOTEST = $(AUTOM4TE) --language=autotest
| $(TESTSUITE):