Re: Autoconf, config.in and configure in fileutils 4.1

2002-09-09 Thread Akim Demaille
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

Re: Problems with missing template

2002-09-09 Thread Akim Demaille
> "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

About autoconf.texi (Autoconf-2.53c)

2002-09-09 Thread Nishio Futoshi
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

Releasing Autoconf 2.54

2002-09-09 Thread Akim Demaille
If anybody sees a good reason to hold the release, please speak up now!

Re: macros and defmac

2002-09-09 Thread Akim Demaille
| 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

Re: AT_CONFIG

2002-09-09 Thread Akim Demaille
> "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,

Re: About autoconf.texi (Autoconf-2.53c)

2002-09-09 Thread Akim Demaille
| 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):