+2003-11-24 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (Particular Programs): AC_PROG_LEX can
+ override some files.
+ (Input): AC_CONFIG_AUX_DIR(aux) is a bad idea on DOS.
+ From Debian Autoconf 2.58.
+
2003-11-24 Akim Demaille <akim@epita.fr>
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): Quote $ac_popdir
other auxiliary files. It checks for @file{install.sh} also, but that
name is obsolete because some @code{make} have a rule that creates
@file{install} from it if there is no @file{Makefile}.
+
+The auxiliary directory should not be named @file{aux} for portability
+to MS-DOS, because the filename @file{aux} is reserved under MS-DOS.
@end defmac
Similarly, packages that use @command{aclocal} should declare where
(indirectly) this macro twice, which will cause an annoying but benign
``@code{AC_PROG_LEX} invoked multiple times'' warning. Future versions
of Automake will fix this issue; meanwhile, just ignore this message.
+
+As part of running the test, this macro may delete any file in the
+configuration directory named @file{lex.yy.c} or @file{lexyy.c}.
@end defmac
@defmac AC_PROG_LN_S