(Autoconf-without-aclocal-m4): ... this new language.
* doc/autoconf.texi (autom4te Invocation): Mention
Autoconf-without-aclocal-m4.
+2003-08-19 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * lib/autom4te.in (Autoconf): Move all args except aclocal.m4? into ...
+ (Autoconf-without-aclocal-m4): ... this new language.
+ * doc/autoconf.texi (autom4te Invocation): Mention
+ Autoconf-without-aclocal-m4.
+
2003-08-18 Derek Price <derek@ximbiot.com>
* doc/autoconf.texi (Writing testsuite.at): Document RUN-IF-FAIL &
http://mail.gnu.org/archive/html/autoconf-patches/2003-07/msg00007.html
(This really should be 'intptr_t', not 'long', but that would
take more work.)
-
+
2003-06-25 Akim Demaille <akim@epita.fr>
* lib/Makefile.am (autom4te.cfg): Make it read only.
@item Autoconf
create Autoconf executable configure scripts.
+
+@item Autoconf-without-aclocal-m4
+create Autoconf executable configure scripts without
+reading @file{aclocal.m4}.
@end table
@item --prepend-include=@var{dir}
end-language: "Autoscan-preselections"
-## ---------- ##
-## Autoconf. ##
-## ---------- ##
+## ----------------------------- ##
+## Autoconf without aclocal.m4. ##
+## ----------------------------- ##
-begin-language: "Autoconf"
+# This intermediate language is used by aclocal to build aclocal.m4.
+
+begin-language: "Autoconf-without-aclocal-m4"
args: --prepend-include @datadir@
args: --cache=autom4te.cache
args: autoconf/autoconf.m4f
args: acsite.m4?
-args: aclocal.m4?
args: --mode 777
args: --language Autoheader-preselections
args: --language Automake-preselections
args: --language Autoreconf-preselections
args: --language Autoscan-preselections
args: --language M4sh
+end-language: "Autoconf-without-aclocal-m4"
+
+
+## ---------- ##
+## Autoconf. ##
+## ---------- ##
+
+begin-language: "Autoconf"
+args: --language Autoconf-without-aclocal-m4
+args: aclocal.m4?
end-language: "Autoconf"