]> git.ipfire.org Git - thirdparty/autoconf.git/commit
1999-10-05 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Tue, 5 Oct 1999 08:10:15 +0000 (08:10 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Oct 1999 08:10:15 +0000 (08:10 +0000)
commit34a0a9b275680d322bce2fe7677ff7d8c5274c44
tree43502bc3e332fa5277a33104f1dc522f0fe169f5
parent286803e17f7e41cd79c19e1524175a5aaf53410b
1999-10-05  Akim Demaille  <akim@epita.fr>

Handle arbitrary version numbers.
Reported by H.J. Lu.

* acgeneral.m4 (m4_split): Support a second optional argument: a
  regexp to specify where to split.
(m4_compare): New macro, compares arbitrary long m4 lists of
  integers.
(AC_PREREQ_SPLIT, AC_PREREQ_CANON, AC_PREREQ_COMPARE): Removed,
replaced by more generic macros.
(AC_PREREQ): Reimplemented, using m4_compare and m4_split.
ChangeLog
TODO
acgeneral.m4
acspecific.m4
lib/autoconf/general.m4
lib/autoconf/specific.m4